RUNTIME DE AGENTES EM RUST
v0.6.1 is available →Crie um único núcleo de agente e implante-o em cada interface.
Runtime de agentes para interfaces de conversa modernas, criado em Rust.
MicroClaw oferece ferramentas, memória durável, sessões retomáveis, subagentes e adaptadores sem duplicar a lógica central.
Server + WorkPersistência SQLiteACP + MCP + Skills
01Build with it
Rust SDK
For Rust product and platform teams
Embed the complete Agent Engine—or only its stable lifecycle contracts—inside your own application.
- Agents, Skills, events, and controls
- Local and authenticated remote Workers
- No Server, channel, or desktop UI dependency
Add to Cargo.toml
microclaw-sdk = { version = "0.6.1", features = ["full"] }
Start integrating →02Fastest start
MicroClaw Work
For people working locally with projects
Install the native desktop experience and start a workspace-aware agent conversation in minutes.
- Native GPUI desktop workflow
- Project context, approvals, and checkpoints
- Skills and observable Subagents
Install on Apple Silicon macOS
brew tap microclaw/tap && brew install --cask microclaw-work
Use MicroClaw Work →03Always on
MicroClaw Server
For services, channels, and automation
Run a durable agent service for chat channels, Web and agent APIs, schedules, and background work.
- macOS, Linux, and Windows
- Web console and multi-channel adapters
- Scheduling, recovery, and durable delivery
Install ServermacOS
curl -fsSL https://microclaw.org/install.sh | bash
Deploy the Server →