| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
English 中文
BitFun puts the engineering capabilities of the Code Agent at its core and brings together Co-work and Claw (Assistant Agent) for coding, office work, and more real-world scenarios—creating a local-first, new-generation foundation for agentic applications, powered by a Rust-built Agent Runtime and a polished desktop app experience.
The data below evaluates BitFun's core Agent capabilities. All measurements use Deepseek-V4-Pro and are grouped into completion results, token economy, and other experience metrics.
The current numbers are BitFun's initial evaluation results, with each case run once. Benchmarks can fluctuate with task sampling, model versions, runtime environment, and single-run variance, so these scores are meant as an initial sanity signal that the current Agent is already reasonably capable, not as a fixed ranking claim or final ceiling. We will keep optimizing and release full benchmark details later.
BitFun leads Open Code and Claude Code on both SWE-Bench-Pro and SWE-Bench-Verified. SWE-Bench-Pro focuses on complex software engineering, while SWE-Bench-Verified focuses on human-verified GitHub issue fixes.
Benchmark references: SWE-Bench-Pro / SWE-Bench-Verified
Agent economy needs to be evaluated across end-to-end token consumption, execution time, and KV Cache reuse. The current snapshot first covers KV Cache behavior from the same SWE-Bench-Pro round: BitFun's average KV Cache hit rate was 98.67%. The follow-up full benchmark report will add the broader cost and latency metrics.
Beyond cost, Agent experience also depends on how quickly it can retrieve context in very large engineering projects. For tens-of-millions-line repositories such as Chromium, BitFun uses flashgrep to reduce search time by up to about 94.6%, with an average speedup of about 36.1x.
You can hand two kinds of complex work to BitFun: shipping code in real repositories and turning source material into office deliverables. When a task needs the browser, desktop apps, the terminal, or a remote environment, it can enter the real workspace; when your workflow needs more, you can extend it with custom Agents, MCP, Skills, and Mini Apps.
| Scenario | Delivery goal | Typical capabilities |
|---|---|---|
| Coding | Move from a real repository to a mergeable result. | Agentic, Plan, Debug, testing, Git, Deep Review, long-horizon tasks, and benchmarks. |
| Office Work | Move from source material to deliverable documents. | Research, PPT, DOCX, XLSX, PDF, summarization, writing, meeting notes, and reports. |
Go to Releases to download the latest desktop installer. After installation, configure your model and start using BitFun.
Prerequisites:
pnpm install
pnpm run desktop:devFor more development details, see CONTRIBUTING.md.
BitFun's extension paths progress continuously from light to deep customization:
| Tier | Path | Best for |
|---|---|---|
| L1 | Custom Agent | Defining roles, flows, constraints, and tool bundles. |
| L2 | MCP / Skills / Hooks | Connecting external tools and professional capabilities, and running your own commands at Agent lifecycle points — fully Codex-hook compatible, so existing hook scripts work as-is. |
| L3 | Mini App | Generating dedicated interfaces, forms, panels, or visualizations for tasks. |
| L4 | Source-level customization | Changing tools, adapters, UI, Runtime, or product shape. |
You can use BitFun's Code Agent to extend BitFun itself.
Stars, Issues, and PRs are welcome. We especially care about:
Please submit PRs directly to the main branch. For more details, see CONTRIBUTING.md.
| Back | FazBrowse Home | New Git URL |