by kill136
Open source AI coding platform with Web IDE, multi-agent system, 37+ tools, MCP protocol. MIT licensed.
# Add to your Claude Code skills
git clone https://github.com/kill136/claude-code-openThe world needs an open-source Claude Code. It will become the foundational infrastructure of AI in the future, running on every PC.
Visit Website | Live Demo | 中文文档 | Discord
<div align="center">Web UI IDE • Blueprint Multi-Agent • 37+ Tools • Self-Evolution
<table> <tr> <td><img src="demo-screenshots/02-blueprint.png" width="400" alt="Blueprint System"></td> <td><img src="demo-screenshots/05-typing.png" width="400" alt="Real-time AI Streaming"></td> </tr> <tr> <td align="center"><b>Blueprint Multi-Agent System</b></td> <td align="center"><b>Real-time AI Streaming</b></td> </tr> </table></div>
No comments yet. Be the first to share your thoughts!
A reverse-engineered open-source reimplementation based on @anthropic-ai/claude-code.
For educational and research purposes only.
This is an educational project for studying and learning CLI tool architecture design. This is NOT the official Claude Code source code, but a reimplementation based on public APIs and type definitions.
For the official Claude Code, please install the official version:
npm install -g @anthropic-ai/claude-code
| Category | Highlights | | --- | --- | | 37+ Built-in Tools | File ops, search, execution, web access, task management, scheduled tasks, browser automation, and more | | Web UI IDE | Full browser IDE with Monaco editor, file tree, AI-enhanced editing, Blueprint visualization, Swarm console | | Blueprint Multi-Agent | Smart Planner + Lead Agent + Autonomous Workers + Task Queue + Quality Reviewer + E2E Testing | | One-Click Installer | Automated scripts for Windows/macOS/Linux with auto dependency detection (Node.js, Git, g++, make) | | Scheduled Task Daemon | Background daemon for time-based tasks, interval jobs, file watching, and multi-channel notifications | | Self-Evolution | AI can modify its own source code with safety checks and hot-reload | | **Checkp...