ZeroClaw is a fast, fully autonomous AI agent framework built in Rust. It runs inside each user’s container and handles everything between receiving a message and sending a response.ZeroClaw is not a wrapper around an AI API. It’s a complete agent runtime that manages:
ZeroClaw supports the Model Context Protocol (MCP) for connecting external tools. EasyClaw provides 250+ integrations — Google Workspace, GitHub, Slack, Linear, Notion, and more — each running as a separate MCP server inside your container.
Daily summaries written to ~/.zeroclaw/memory/. When the active context fills up, older messages are summarized and stored. The AI can recall these summaries using the memory tool.This gives your assistant persistent memory across sessions. It remembers your preferences, ongoing projects, and past conversations — even after your container is frozen and restored.
ZeroClaw includes a gateway server that accepts WebSocket connections. This is how the web console and desktop app communicate with your AI in real-time:
Copy
Ask AI
Browser → Public API → WebSocket proxy → Container gateway → ZeroClaw
The gateway handles real-time message streaming, file uploads and downloads, session pairing, and health checks.
ZeroClaw is developed as an independent project. The core agent framework is designed to be provider-agnostic and channel-agnostic — EasyClaw is one of many possible deployments.