ZeroClaw is a minimalist AI agent runtime implemented in Rust, designed for secure and efficient operation on low-power edge devices. Built from scratch as an independent project, it targets resource-constrained environments with a focus on minimal memory footprint and near-instant startup times.
Tagline: Zero overhead. Zero compromise. 100% Rust. 100% Agnostic.
Official Website: https://zeroclawlabs.ai
- Ultra-lightweight runtime - Common CLI and status workflows run in under 5 MB RAM (release builds)
- Near-instant startup - Cold starts under 10 ms on 0.8GHz cores (release builds)
- Small binary size - Approximately 8.8 MB static binary with no runtime dependencies
- 100% Rust - Compile-time memory safety guarantees with no heavyweight runtime dependencies
- Portable architecture - Single binary workflow across ARM, x86, and RISC-V
- Fully swappable - Core systems are traits (providers, channels, tools, memory, tunnels)
- Secure by design - Pairing, strict sandboxing, explicit allowlists, workspace scoping
- No lock-in - OpenAI-compatible provider support with pluggable custom endpoints
- Edge device deployments (Raspberry Pi, low-power SBCs, $10 development boards)
- High-density multi-tenant hosts
- CI/CD runners with minimal resource overhead
- IoT and embedded AI agent scenarios
- Low-resource VPS deployments
- Teams prioritizing efficiency over full feature parity
| Component |
Technology |
| Primary Language |
Rust (100% of codebase) |
| Architecture |
Trait-driven, modular design |
| Binary Type |
Static binary (no runtime dependencies) |
| Web Dashboard |
React 19 + Vite 6, served from Gateway |
- Dual-licensed: MIT AND Apache 2.0
- MIT: Open-source, research, academic, personal use
- Apache 2.0: Patent protection, institutional, commercial deployment
- Contributors grant rights under both licenses (see CLA.md in repository)
- Active community project with 30k+ GitHub stars, 4.3k+ forks | zeroclaw-labs/zeroclaw
- Primary creator: Argenis De La Rosa (GitHub: theonlyhennygod), with community contributions
- Latest release: v0.6.9 (April 8, 2026) — 139 total releases
- Built by students and members of Harvard, MIT, and Sundai.Club communities
- Rapid release cadence (v0.1.x → v0.6.x in ~8 weeks)
- Zero documented CVEs as of latest release
- Dual-licensed: MIT AND Apache 2.0
- Note: GitHub organization experienced a 404 incident (March 30 - April 2, 2026) where all repositories went offline, then returned. No official explanation was provided.
ZeroClaw supports 20+ AI providers with swappable architecture:
| Provider |
Type |
Notes |
| OpenAI |
AI Model |
OpenAI-compatible endpoints |
| Anthropic |
AI Model |
Supports OAuth and API key auth |
| OpenRouter |
AI Model |
Aggregator (default in examples) |
| Ollama |
AI Model |
Local and remote endpoints |
| llama.cpp |
AI Model |
llama-server endpoint |
| vLLM |
AI Model |
vLLM server endpoint |
| Osaurus |
AI Model |
Unified AI edge runtime for macOS |
| OpenAI Codex |
AI Model |
ChatGPT subscription OAuth |
| Gemini |
AI Model |
Google AI models |
| Novita AI |
AI Model |
AI model provider |
| Custom |
AI Model |
OpenAI-compatible or Anthropic-compatible endpoints |
ZeroClaw supports 25+ messaging channels (4 built-in, 20+ via community plugins):
Built-in Channels (core):
- CLI - Direct command-line interface (built-in)
- Telegram - Bot API with operator-approval flow (built-in)
- Discord - User ID allowlists (built-in)
- Webhook/HTTP - HTTP webhook endpoint (built-in)
Community Plugin Channels:
- WhatsApp - Web mode + Business Cloud API mode
- Slack - Member ID allowlists
- Signal - Encrypted messaging
- iMessage - Native macOS integration
- Matrix - E2EE support available
- Email - SMTP/IMAP integration
- IRC - Classic chat protocol
- Mattermost - API v4, user ID allowlists
- Lark - Enterprise messaging
- DingTalk - Alibaba enterprise messaging
- QQ - Tencent messaging platform
- Nostr - NIP-04 and NIP-17 DMs support
- Bluesky - Decentralized social platform
- MQTT - IoT messaging protocol
- Reddit - Social platform
- LinkedIn - Professional network
- Twitter/X - Social media platform
- WeChat Work - Enterprise messaging
Note: Only 4 channels are built-in (CLI, Telegram, Discord, Webhook). The remaining 20+ channels are community-developed plugins. 70+ total integrations available via plugin system across 9 categories.
¶ History and References
- ZeroClaw History
- ZeroClaw Links
- ZeroClaw Alternatives
- Official GitHub: https://github.com/zeroclaw-labs/zeroclaw
- Official Website: https://www.zeroclawlabs.ai/ (⚠️ may be non-functional/inaccessible as of April 2026)
- Homebrew:
brew install zeroclaw (v0.6.9)
- Crates.io: https://lib.rs/crates/zeroclaw (⚠️ lagging at v0.1.7, use GitHub releases for latest)
- ⚠️ Warning: Not affiliated with
openagen/zeroclaw, zeroclaw.org, or zeroclaw.net - those domains point to unauthorized forks
- ⚠️ GitHub 404 Incident: March 30 - April 2, 2026 - entire zeroclaw-labs organization went offline, then returned without explanation
Any questions?
Feel free to contact us. Find all contact information on our contact page.