Back to reviews
Claw Code

Claw Code

Open-source, multi-LLM clean-room rewrite of Claude Code's agent harness

Claw Code is an open-source AI coding agent framework built by Sigrid Jin as a clean-room rewrite of Claude Code's agent harness architecture — written from scratch in Python and Rust without copying any proprietary code. Released April 2, 2026 in response to the March 2026 Claude Code source leak, the project accumulated 72,000 GitHub stars within days of going public, signaling enormous pent-up demand for an inspectable, extensible, subscription-free alternative. The architecture splits cleanly by responsibility: Python (27% of codebase) handles agent orchestration and LLM integration, while Rust (73%) powers performance-critical runtime execution. Developers get 19 built-in permission-gated tools, 15 slash commands, a query engine for LLM API management, session persistence with memory compaction, and full MCP integration for external tools. Crucially, Claw Code supports Claude, OpenAI, and local models interchangeably — you're not locked into any provider. Unlike Claude Code's $20/month subscription, Claw Code is MIT licensed and completely free. The trade-off is that you supply your own API keys and manage your own infrastructure. For developers who want the power of an agentic terminal coding workflow without the proprietary lock-in, Claw Code is the most architecturally serious option yet to emerge from the open-source community.

Panel Reviews

The Builder

The Builder

Developer Perspective

Ship

The Python + Rust split is smart engineering — you get orchestration flexibility and execution speed without compromising either. 19 permission-gated tools and MCP support means this is ready for serious use, not just demos. The multi-LLM support is the killer feature Anthropic refuses to build.

The Skeptic

The Skeptic

Reality Check

Skip

72,000 stars in days always raises questions about organic interest vs coordinated promotion. The 'clean-room rewrite' framing is also legally careful language — it implies architectural similarity to something proprietary, which may invite future legal scrutiny regardless of the code's actual origin.

The Futurist

The Futurist

Big Picture

Ship

The open-source coding agent harness is the missing piece of the AI-native development stack. Claw Code filling that gap means the entire ecosystem — indie tools, enterprise custom builds, research forks — can now be built on an inspectable foundation rather than a black box.

The Creator

The Creator

Content & Design

Ship

For indie developers building content tools or creative automation, having a free, self-hostable agent framework that works with any LLM removes the biggest barrier: the monthly subscription add-up. Claw Code means you can prototype serious agents without committing to an API bill.

Community Sentiment

Overall1,240 mentions
69% positive18% neutral13% negative
Hacker News290 mentions
61%22%17%

Is 72k stars real traction or coordinated boost? And is 'clean-room' legally bulletproof?

Reddit350 mentions
69%18%13%

Multi-LLM support and MIT license vs Claude Code's subscription model

Twitter/X600 mentions
73%15%12%

The March 2026 Claude Code source leak spawned a 72k-star competitor in two weeks