README.md
ZeroClaw is an agent runtime โ a single Rust binary you configure and run. It talks to LLM providers (Anthropic, OpenAI, Ollama, and ~20 others), reaches the world through 30+ channels (Discord, Telegram, Matrix, email, voice, webhooks, your own CLI), and acts through tools (shell, browser, HTTP, hardware, custom MCP servers). Everything runs on your machine, with your keys, in your workspace.
Read the Philosophy for the four opinions that shape it.
curl -fsSL https://raw.githubusercontent.com/zeroclaw-labs/zeroclaw/master/install.sh | bash
Or clone and run:
git clone https://github.com/zeroclaw-labs/zeroclaw.git
cd zeroclaw
./install.sh
The installer asks whether you want a prebuilt binary (fast, ~seconds) or a source build (slower, customisable). Both end the same way โ zeroclaw onboard kicks off automatically.
Flags:
./install.sh --prebuilt # always prebuilt; don't ask
./install.sh --source # always build from source
./install.sh --minimal # kernel only (~6.6 MB)
./install.sh --source --features agent-runtime,channel-discord # custom feature set
./install.sh --skip-onboard # install only, run `zeroclaw onboard` later
./install.sh --list-features # print available feature flags
Platform-specific notes: Linux ยท macOS ยท Windows ยท Docker
zeroclaw onboard # wizard: picks a provider, wires channels
zeroclaw agent # interactive chat in the terminal
zeroclaw service install # register as systemd/launchctl/Windows Service
zeroclaw service start # run it always-on in the background
Full walkthrough: Quick start โ or skip the safety gates with YOLO mode for dev boxes.
supervised: medium-risk ops require approval, high-risk blocked. Workspace boundaries, command policy, OS-level sandboxes (Landlock / Bubblewrap / Seatbelt / Docker), and cryptographic tool receipts on every action. YOLO mode exists for trusted dev environments.Peripheral trait. See Hardware.One TOML file at ~/.zeroclaw/config.toml. Pointers:
[providers.models.<name>] schema[channels.<name>] blocksโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ channels gateway ACP โ
โ (30+ adapters) (REST/WS) (JSON-RPC) โ
โ โ โ
โ ZeroClaw runtime โ
โ โโโโโโโโโโโโฌโโโโโโโโโโโฌโโโโโโโโโโโ โ
โ โ agent โ security โ SOP โ โ
โ โ loop โ policy โ engine โ โ
โ โโโโโโโโโโโโดโโโโโโโโโโโดโโโโโโโโโโโ โ
โ โ โ โ โ
โ providers tools memory โ
โ (Anthropic, (shell, (SQLite, โ
โ OpenAI, browser, embeddings) โ
โ Ollama, HTTP, โ
โ ~20 more) hardware) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Full detail with Mermaid diagrams: Architecture overview ยท Request lifecycle ยท Crates.
Start with how to contribute. Larger changes go through the RFC process. Real-time chat lives on Discord (the best way to reach the team); durable work tracking is on GitHub issues.
Good places to start:
crates/zeroclaw-channels/crates/zeroclaw-providers/crates/zeroclaw-tools/crates/zeroclaw-hardware/docs/book/src/AI-assisted PRs are welcome; see Contribution culture (RFC #5615) for the co-authorship norms.
<!-- BEGIN:RECENT_CONTRIBUTORS --> <!-- END:RECENT_CONTRIBUTORS -->Do not file public issues for security vulnerabilities. Email [email protected]. See SECURITY.md for the full policy.
This is the only official ZeroClaw repository:
Any other repository, organization, domain, or package claiming to be "ZeroClaw" or implying affiliation with ZeroClaw Labs is unauthorized and not affiliated with this project.
Dual-licensed: MIT OR Apache 2.0. You may choose either. Contributors automatically grant rights under both โ see CLA. The ZeroClaw name and logo are trademarks of ZeroClaw Labs.
Built and maintained by the community โ original creator @theonlyhennygod; project lead @JordanTheJet. Full maintainer list in Communication.
Thanks to the communities that incubated early work: Harvard University, MIT, Sundai Club, and every contributor pushing it forward.
<p align="center"> <a href="https://www.star-history.com/#zeroclaw-labs/zeroclaw&type=date&legend=top-left"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=zeroclaw-labs/zeroclaw&type=date&theme=dark&legend=top-left" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=zeroclaw-labs/zeroclaw&type=date&legend=top-left" /></picture>