AGENT RUNTIME & CLI

Lightweight. Secure.
Modular. 100% Rust.

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

Built for production

Secure by Default

Allowlists, policy gates, encrypted storage, and audit logging are baseline.

Trait-Driven Core

Providers, memory, tools, and channels are swappable through interfaces.

No Lock-In

OpenAI-compatible providers, SQLite or Turso memory, pluggable everything.

Lean Runtime

Single-process CLI with streaming output, minimal dependencies, and fast cold starts.

Plugin Sandbox

WASM plugins run in a bounded sandbox with integrity verification.

Deploy Anywhere

Native binary, no container required. Linux, macOS, Windows.

Why AgentZero

Everything you need to run AI agents in production — nothing you don't.

Single Binary

One static binary, zero runtime dependencies. Download and run — no containers, no interpreters, no package managers.

Rust Memory Safety

No GC pauses, no null pointers, no data races. Compile-time guarantees eliminate entire classes of bugs.

Security First

TOTP approval, secret leak detection, syscall monitoring, and tool-level policy gates — all built in.

WASM Plugin Sandbox

Third-party plugins run in a bounded WebAssembly sandbox with integrity verification and resource limits.

FFI Bindings

Native bindings for Swift, Kotlin, Python, and Node.js. Embed the runtime in mobile apps and backend services.

35+ Providers

OpenAI, Anthropic, Google, Ollama, and 30+ more. Swap providers with a config change, no code rewrites.

8 Platform Targets

Linux (x86/ARM/musl), macOS (Intel/Apple Silicon), Windows, Raspberry Pi. One codebase, native everywhere.

Self-Update

Built-in updater with SHA-256 integrity checks and automatic rollback. Stay current without manual steps.

MCP Support

Model Context Protocol support for tool interoperability. Connect to any MCP-compatible tool server.

Install in seconds

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

How it works

01

Install

cargo install agentzero

Single binary, no runtime dependencies.

02

Onboard

agentzero onboard --interactive

Interactive wizard writes agentzero.toml.

03

Run Agent

agentzero agent -m "hello"

Send a message through the agent loop.

04

Start Gateway

agentzero gateway

HTTP/WebSocket gateway with chat, SSE streaming, and pairing.

Modular architecture

Interfaces

  • Provider trait
  • MemoryStore trait
  • Tool trait
  • Channel trait

Runtime Core

  • Agent orchestrator
  • Config + policy
  • Security + redaction
  • Audit trail

Pluggable Traits

  • WASM plugins
  • MCP tools
  • Multiple providers
  • SQLite / Turso

Take control of your AI agents

Secure. Modular. Yours to extend.