~5MB
Minimal Binary
AGENT RUNTIME & CLI
A security-first agent runtime with clean crate boundaries and test-driven delivery.
Deploy anywhere. Swap anything.
~5MB
Minimal Binary
~19ms
Cold Start
35+
LLM Providers
50+
Built-in Tools
8
Platform Targets
16
Workspace Crates
Allowlists, policy gates, encrypted storage, and audit logging are baseline.
Providers, memory, tools, and channels are swappable through interfaces.
OpenAI-compatible providers, SQLite or Turso memory, pluggable everything.
Single-process CLI with streaming output, minimal dependencies, and fast cold starts.
WASM plugins run in a bounded sandbox with integrity verification.
Native binary, no container required. Linux, macOS, Windows.
Everything you need to run AI agents in production — nothing you don't.
One static binary, zero runtime dependencies. Download and run — no containers, no interpreters, no package managers.
No GC pauses, no null pointers, no data races. Compile-time guarantees eliminate entire classes of bugs.
TOTP approval, secret leak detection, syscall monitoring, and tool-level policy gates — all built in.
Third-party plugins run in a bounded WebAssembly sandbox with integrity verification and resource limits.
Native bindings for Swift, Kotlin, Python, and Node.js. Embed the runtime in mobile apps and backend services.
OpenAI, Anthropic, Google, Ollama, and 30+ more. Swap providers with a config change, no code rewrites.
Linux (x86/ARM/musl), macOS (Intel/Apple Silicon), Windows, Raspberry Pi. One codebase, native everywhere.
Built-in updater with SHA-256 integrity checks and automatic rollback. Stay current without manual steps.
Model Context Protocol support for tool interoperability. Connect to any MCP-compatible tool server.
One command. One binary. No dependencies.
$ curl -fsSL https://raw.githubusercontent.com/auser/agentzero/main/scripts/install.sh | bash
Or install with Cargo: cargo install agentzero
cargo install agentzero Single binary, no runtime dependencies.
agentzero onboard --interactive Interactive wizard writes agentzero.toml.
agentzero agent -m "hello" Send a message through the agent loop.
agentzero gateway HTTP/WebSocket gateway with chat, SSE streaming, and pairing.
Secure. Modular. Yours to extend.