claude-code-best/claude-code
原汁原昧 Claude Code 可运行,可构建, 可调试版; 生产级工程化, 企业级可靠性; 安全无毒, 内存泄露修复
What it solves
Claude Code Best (CCB) is an open-source engineering project that recreates and extends the functionality of Anthropic's official Claude Code. It removes external restrictions and allows users to connect to various AI model providers (OpenAI, Gemini, Grok, or Anthropic-compatible APIs) without requiring an official Anthropic account.
How it works
CCB operates as a CLI tool (built with Bun and Node.js) that provides a REPL environment. It implements a set of advanced agentic capabilities, including goal-driven execution, multi-agent orchestration, and integration with external tools like web search and browser automation. It uses a plugin-like system for MCP (Model Context Protocol) servers to handle notifications and external data.
Who it’s for
Developers who want a highly customizable, open-source alternative to Claude Code with support for multiple LLM providers, advanced agent orchestration, and the ability to self-host remote control interfaces.
Highlights
- Goal-Driven Execution: Use
/goalto set objectives that the agent automatically pursues across multiple turns until completion. - Ultracode Orchestration: A multi-agent framework that uses JS scripts to run deterministic pipelines, parallel tasks, and phases.
- Broad Model Support: Compatible with OpenAI, Gemini, Grok, and any Anthropic-compatible API via a
/loginconfiguration. - Extended Tooling: Includes built-in web search (Bing/Brave), browser automation (Chrome Use), and computer control (screenshots and keyboard/mouse).
- Agent Monitoring: Enterprise-grade monitoring via Langfuse to track agent loops and convert them into datasets.
- IDE Integration: Supports the ACP protocol for integration with editors like Zed and Cursor.
- Educational Tooling: A
/teach-meskill that uses Socratic questioning to guide users through learning the project's architecture.
Related
- Project
- Project
- Project
- Project
- Project