An open-source Claude Code clone that grew enterprise fangs
A reverse-engineered recreation of Anthropic’s CLI agent that adds LAN swarming, self-hosted remoting, and a “poor mode” for throttling API costs.

What it does
CCB (Claude Code Best) is an open-source reconstruction of Anthropic’s proprietary Claude Code terminal agent. It wraps the same REPL-driven coding experience but strips the vendor lock-in, letting you plug in OpenAI, Gemini, Grok, or any Anthropic-compatible endpoint via a /login wizard. The project is built for Bun and ships as both a global npm binary and a self-hostable Docker remote-control interface.
The interesting bit
Where the README gets weirdly impressive is the swarm logic: it uses Pipe IPC to orchestrate multiple local instances and zero-config LAN discovery to route messages across machines, turning a single CLI into a distributed agent mesh. There is also a “Poor Mode” that deliberately disables memory extraction and typing suggestions just to slash concurrent API requests—a refreshingly honest feature name.
Key highlights
- Multi-instance “group control” via Pipe IPC and LAN auto-discovery (
/pipesselection panel) - ACP protocol bridge for Zed and Cursor IDE integration with session recovery
- Built-in web search (Bing/Brave), voice input, browser automation, and screen control
- Langfuse monitoring, Sentry error tracking, and GrowthBook feature flags
- External channel notifications via MCP (Feishu, Slack, Discord, WeChat)
/teach-meinteractive skill for onboarding contributors to the codebase
Caveats
- Extremely sensitive to Bun version drift; the authors warn that anything below the latest release triggers “weird bugs,” and the Bun install path is explicitly less stable than npm.
- TUI debugging requires attach mode because the terminal interface refuses to play nice with VS Code’s standard launch configuration.
Verdict
Worth a look if you want Claude Code’s UX without a Claude account, especially for teams that need self-hosted remoting or multi-machine agent routing. Give it a pass if you require an officially supported, vendor-backed tool.
Frequently asked
- What is claude-code-best/claude-code?
- A reverse-engineered recreation of Anthropic’s CLI agent that adds LAN swarming, self-hosted remoting, and a “poor mode” for throttling API costs.
- Is claude-code open source?
- Yes — claude-code-best/claude-code is an open-source project tracked on heatdrop.
- What language is claude-code written in?
- claude-code-best/claude-code is primarily written in TypeScript.
- How popular is claude-code?
- claude-code-best/claude-code has 21.5k stars on GitHub and is currently cooling off.
- Where can I find claude-code?
- claude-code-best/claude-code is on GitHub at https://github.com/claude-code-best/claude-code.