Run a local AI coding assistant that works with your favorite editor like Zed or Cursor without relying on proprietary services.
Coordinate multiple AI agents to collaborate on the same codebase using pipe-based messaging across your local network.
Monitor and debug AI agent activity in real-time using Langfuse integration and a web-based remote control interface.
Reduce API costs by enabling 'poor mode' to limit parallel requests while maintaining coding assistance functionality.
Requires API keys from OpenAI or Anthropic to run; Bun runtime installation needed.
Claude Code Best (CCB) is a reverse-engineered, open-source reimplementation of Anthropic's Claude Code CLI tool. Claude Code is a command-line AI coding assistant; this project recreates and extends its functionality for users who want a buildable, debuggable version they can run and modify themselves. The readme is primarily in Chinese. The project adds several features beyond the original: multi-instance coordination via a pipe-based messaging system so multiple Claude agents can collaborate on the same machine or across a local network; compatibility with the ACP protocol used by editors like Zed and Cursor; a self-hosted remote control interface accessible from a phone; monitoring of agent activity via Langfuse (an enterprise observability tool); a built-in web search tool; support for multiple AI providers (OpenAI, Anthropic, Gemini, Grok-compatible APIs); voice input; computer and browser automation; and a "poor mode" that reduces parallel requests to save API costs. It is built with TypeScript and uses Bun as its JavaScript runtime. It can be installed as an npm package or run directly from source. The project is community-driven, with a Discord server and documentation site.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.