Back to reviews
Claw Code

Claw Code

The open-source Rust rewrite of Claude Code that went viral overnight

On March 31, 2026, a security researcher discovered that Anthropic had accidentally published full Claude Code source maps to npm — making the entire internal architecture readable to anyone who looked. Within hours, a developer going by ultraworkers began a clean-room rewrite in Rust, and Claw Code was born. The project hit 180,000 GitHub stars in under two weeks, making it one of the fastest-growing open-source repositories in history. It replicates Claude Code's core agent loop, permission system, and tool dispatch while adding a Rust-native performance profile and removing telemetry. The project explicitly operates under clean-room principles — contributors who viewed the source maps are excluded from contributing. The implications are significant: Claw Code is proof that the underlying architecture of agentic coding tools is now commoditized. If Anthropic's secret sauce was the agent loop, that loop is now public. What remains is the model quality — and Claw Code works with any API-compatible provider.

Panel Reviews

The Builder

The Builder

Developer Perspective

Ship

This is the most important open-source release of 2026 for working developers. It gives me a Claude Code-style agent loop I can audit, fork, and run on my own infra without trusting a single vendor. The Rust performance profile is a bonus.

The Skeptic

The Skeptic

Reality Check

Skip

The legal situation here is murky at best. Even with clean-room protocols, Anthropic may pursue IP claims, and building a production workflow on a legally contested codebase is reckless. Wait for the dust to settle before depending on this.

The Futurist

The Futurist

Big Picture

Ship

The commoditization of the AI coding agent loop is a watershed moment. The real value was always the model, not the scaffolding — and now that's unambiguous. This accelerates the race to the model layer and pushes every agent platform to compete on UX and integrations instead.

The Creator

The Creator

Content & Design

Ship

I don't care about the lore — Claw Code just runs faster and lets me plug in whatever model is cheapest this week. The ecosystem is already producing plugins and themes. This is becoming the Linux of coding agents.

Community Sentiment

Overall1,900 mentions
77% positive12% neutral11% negative
Hacker News400 mentions
62%18%20%

Legal risk vs. clean-room validity debate

Reddit600 mentions
78%12%10%

Fastest GitHub growth ever tracked

Twitter/X900 mentions
82%10%8%

Anthropic accidentally published source maps to npm