Claw Code
Open-source rewrite of the Claude Code agent harness — 72k stars
The Panel's Take
Claw Code is an open-source, clean-room rewrite of the agent harness architecture underlying Claude Code, built in Python and Rust by a community of developers who wanted the "agent loop" layer to be inspectable, extensible, and free from proprietary lock-in. In the weeks since its April 2 launch it has accumulated over 72,000 GitHub stars and 72,600 forks — one of the fastest trajectories for any developer tool in recent memory. The project provides an open, auditable framework that connects LLMs to tools, file systems, shell environments, and multi-step task workflows using the same architectural patterns as Claude Code, but with every component visible and modifiable. Teams can swap in any OpenAI-compatible model, add custom tools, and inspect exactly what decisions the agent harness is making at each step. The Rust core handles performance-critical path execution while the Python layer exposes a clean API for customization. Claw Code is not affiliated with or endorsed by Anthropic, but the project's rapid adoption signals how much demand exists for an open alternative to proprietary agent harnesses. Enterprise teams who want Claude-class coding agents without vendor dependency, researchers who need to study agent behavior, and builders who want to customize the agent loop all have a credible option now. The community is evolving quickly and the contributor count is already in the hundreds.
Share this verdict
Claw Code verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/claw-code-open-source-claude-agent-harness-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare Claw Code with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/claw-code-open-source-claude-agent-harness-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/claw-code-open-source-claude-agent-harness-2026" alt="Claw Code Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/claw-code-open-source-claude-agent-harness-2026)<iframe src="https://shiporskip.io/embed/claw-code-open-source-claude-agent-harness-2026" title="Claw Code ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“72k stars in under three weeks is a market signal, not a coincidence. The ability to inspect and extend the agent harness layer is what enterprise teams have been waiting for — you can now audit exactly what your coding agent decided to do and why. The Rust core means performance isn't sacrificed for openness.”
“Star counts and forks can be gamed or inflated by novelty. A clean-room rewrite of a proprietary system will inevitably be behind the real thing — Anthropic is iterating Claude Code constantly and a community project will struggle to keep pace. Wait for the dust to settle and see if the contributor community sustains.”
“Open-sourcing the agent harness layer is as significant as the original open-sourcing of web server software. The companies that win the next decade won't be the ones who locked down the agent loop — they'll be the ones who built on open foundations and added value at the model or application layer.”
“For creative studios, being able to self-host a Claude Code-class agent without per-seat licensing and with full control over what it can access is a genuine unlock. Custom tool integrations for asset management, DAMs, and creative pipelines are now possible without negotiating an enterprise contract.”