Open-Source Claude Code Rewrite Hits 72K Stars in Days — GitHub's Fastest New AI Repo
Claw Code, a clean-room open-source rewrite of Claude Code's agent architecture in Python and Rust, went public and hit 72,000 GitHub stars in its first days — one of the fastest trajectories in open-source AI history. The project gives developers a fully inspectable, multi-provider coding agent harness under the MIT license.
Original sourceWhen Anthropic's Claude Code source accidentally leaked to npm in late March 2026, the community didn't just clone it — they rewrote it. Claw Code, built by developer Sigrid Jin (profiled by the Wall Street Journal as one of the world's most active Claude Code users), launched publicly on April 2 as a clean-room reimplementation of the Claude Code agent architecture. It hit 72,000 GitHub stars and 72,600 forks within days, making it one of the fastest-growing open-source repositories in AI tooling history.
The project is a Python and Rust implementation with 19 permission-gated tools covering file operations, shell execution, Git integration, and web scraping — plus 15 interactive slash commands for session management, model switching, and cost tracking. Crucially, where Anthropic's Claude Code works only with Claude models, Claw Code supports any provider: OpenAI, Claude, local models via Ollama, or anything with an OpenAI-compatible API.
The response from the developer community has been striking. Hundreds of forks emerged within 48 hours, with contributors adding features Anthropic hasn't shipped yet: persistent sessions across restarts, a Rust performance core for tighter resource usage, and pluggable MCP server support across six transport types. The project is explicitly framed as a foundation for the community to build on, not a direct Anthropic competitor.
What Claw Code represents is the logical endpoint of the Claude Code source leak saga: once developers saw what the harness looked like under the hood, rebuilding it cleanly and opening it up was inevitable. The 72K star count isn't just social proof — it's a statement that the community was waiting for exactly this.
Panel Takes
The Builder
Developer Perspective
“Multi-provider support from day one is the right call — I shouldn't have to choose a coding agent based on which LLM subscription I have. The Rust core is a smart architectural bet for long-term performance. Watch this project closely.”
The Skeptic
Reality Check
“72K stars in the first days reflects meme momentum more than merit. Clean-room rewrites always have subtle behavior differences from the original, and keeping up with Anthropic's actual feature velocity will be a significant maintenance burden for a one-person project.”
The Futurist
Big Picture
“The core of every proprietary AI tool becomes open-source in under six months these days — that's the new normal. Claw Code is the coding agent version of this pattern, and like OpenClaw before it, it will likely force Anthropic to move faster and open up more than they planned.”