Back to reviews
Claw Code

Claw Code

Open-source Claude Code rewrite — multi-agent orchestration, zero lock-in

Claw Code is a clean-room Python/Rust rewrite of Claude Code's architecture, built to be fully open, inspectable, and extensible. It provides the same terminal-native AI development experience with multi-agent orchestration, tool-calling, and a structured agent harness — but with no proprietary lock-in and a fully transparent implementation. It launched on April 2 and hit 72k GitHub stars within days, signaling intense pent-up demand for an open alternative. The architecture separates the "harness" layer (how agents are structured, spawned, and communicated with) from the model backend. This means you can swap in any LLM — Anthropic, OpenAI, local Ollama — while keeping the same workflow. Sub-agent delegation, CLAUDE.md-style instructions, and MCP tool integrations are all first-class. For developers who want full control over their AI coding environment — especially those working in regulated industries, on-premise environments, or who simply distrust closed systems — Claw Code fills a gap that's been glaring since Claude Code took off. The speed of adoption suggests this is going to be a foundational layer that many future tools build on.

Panel Reviews

The Builder

The Builder

Developer Perspective

Ship

72k stars in under a week doesn't lie — developers have been waiting for an open harness layer. The architecture is clean and the ability to swap model backends is exactly what production teams need. This is the foundation for the next generation of AI coding workflows.

The Skeptic

The Skeptic

Reality Check

Skip

Clean-room rewrites of proprietary systems age poorly — Anthropic will keep shipping Claude Code improvements and Claw Code will perpetually lag. Also 'zero lock-in' is aspirational; you're trading Anthropic lock-in for a community-maintained dependency with no SLA.

The Futurist

The Futurist

Big Picture

Ship

The open-source agent harness is the missing piece of the AI stack — like Docker was for containers. Claw Code at 72k stars is a forcing function that will push Anthropic to open-source more of Claude Code's internals or face a real ecosystem split.

The Creator

The Creator

Content & Design

Ship

For anyone building AI-powered creative pipelines, having a transparent and customizable agent harness means you can actually see and control what your AI tools are doing. That's not a luxury — it's a requirement for serious production work.

Community Sentiment

Overall1,210 mentions
78% positive15% neutral7% negative
Hacker News410 mentions

72k stars in 5 days is extraordinary velocity for a dev tool

Reddit280 mentions

Finally an open alternative to Claude Code's proprietary harness

Twitter/X520 mentions

The architecture diagram is cleaner than most commercial products