Analysis updated 2026-05-18
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.
| claude-code-best/claude-code | transitive-bullshit/agentic | jimliu/baoyu-skills | |
|---|---|---|---|
| Stars | 18,170 | 18,126 | 18,081 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | hard | easy |
| Complexity | 4/5 | 4/5 | 1/5 |
| Audience | developer | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
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.
Open-source CLI AI coding assistant that recreates Claude Code with multi-agent collaboration, editor integration, and support for multiple AI providers.
Mainly TypeScript. The stack also includes TypeScript, Bun, Node.js.
License could not be detected automatically. Check the repository's LICENSE file before use.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.