ZeroClaw emerged as an independent, minimalist AI agent runtime implemented in Rust, designed from the ground up for secure and efficient operation on low-power edge devices. Created by Argenis De La Rosa (GitHub: @theonlyhennygod), the project launched on GitHub in mid-February 2026 and gained rapid traction, accumulating over 30,000 stars within its first two months.
ZeroClaw was built from scratch as a completely independent project with no affiliation to OpenClaw or similar projects. The development team consists of students and members from Harvard, MIT, and Sundai.Club communities, focusing on a different operational profile than existing Node.js-based agent runtimes.
The project’s design philosophy centers on:
| Version | Release Date | Key Features |
|---|---|---|
| v0.1.5 | February 22, 2026 | Initial public releases, dependency bumps |
| v0.1.6 | February 22, 2026 | Dev branch promoted to main |
| v0.1.7 | February 24, 2026 | Apache primary license, Homebrew, prompt injection defense, Android support |
| v0.1.7-BETA.30 | March 11, 2026 | 31 localized READMEs, gateway auth hardening, multi-provider TTS |
| v0.5.5 | March 21, 2026 | DeepMyst, Weather, Slack, Local Whisper, Claude, RPi GPIO, mem0, proxy routing |
| v0.5.6 | March 21, 2026 | macOS install script fixes, Crates.io publish workflow, Docker build stages |
| v0.6.7 | March 29, 2026 | Context overflow recovery, SSE event buffering, .well-known/agent-skills discovery, SSRF bypass config |
| v0.6.8 | April 2, 2026 | Removed OAuth/Browser auth from TUI, expanded onboarding screens |
| v0.6.9 | April 8, 2026 | Configurable derive macro, auto-approved browser tools, cron WebSocket broadcasting, 31-language i18n, GitHub PR review skill, web dashboard |
Total Releases: 139+ across rapid version progression (v0.1.x → v0.6.x in ~8 weeks)
Between March 30 and April 2, 2026, the entire zeroclaw-labs GitHub organization went offline, with all repositories returning 404 errors. This affected the main ZeroClaw repository and all related projects under the organization. The organization and its repositories were subsequently restored and returned to normal operation by April 2. The cause of the outage was not publicly disclosed.
ZeroClaw demonstrates significant efficiency improvements compared to heavier runtimes:
| Metric | ZeroClaw | OpenClaw (Node.js) | Improvement |
|---|---|---|---|
| RAM Usage | < 5 MB | > 1 GB | 99%+ reduction |
| Startup Time | < 10 ms | > 500 ms | 98%+ faster |
| Binary Size | ~8.8 MB | ~28 MB (dist) | 68% smaller |
| Throughput | 450 tasks/sec | 120 tasks/sec | 275% higher |
These characteristics make ZeroClaw particularly relevant for:
The project employs a trait-driven, modular architecture where core systems are designed as swappable traits:
.well-known/agent-skills discoveryThis design allows users to build agents once and run them anywhere across ARM, x86, and RISC-V architectures with a single static binary.
ZeroClaw offers multiple installation options:
| Method | Command | Platform |
|---|---|---|
| Homebrew | brew install zeroclaw |
macOS, Linux |
| Pre-built Binaries | Download from releases | All platforms |
| Bootstrap Script | ./bootstrap.sh |
macOS, Linux |
| Remote Installer | curl -LsSf ... \| bash |
Linux, macOS |
| Cargo Install | cargo install --path . |
Rust toolchain |
| Docker | ./bootstrap.sh --docker |
Container |
Pre-built binaries available for:
ZeroClaw has grown into an active open-source project with:
⚠️ Not affiliated with OpenClaw: ZeroClaw is an independent project. The team has explicitly stated they are not affiliated with openagen/zeroclaw, zeroclaw.org, or zeroclaw.net - those domains point to unauthorized forks impersonating the official project.
Security Notice (February 19, 2026): Do NOT join any investment or fundraising activity claiming the ZeroClaw name unless published through official channels.
Official resources:
As the project evolves, key areas of focus include:
.well-known/agent-skills discoveryZeroClaw represents a broader trend in the AI agent ecosystem toward leaner runtimes and lower operational costs, positioning itself as a practical option for production-style self-hosting on resource-constrained hardware.