RUNTIME DE AGENTES EN RUST
v0.6.1 is available →Crea un solo núcleo de agente y despliégalo en cada interfaz.
Runtime de agentes para interfaces de conversación modernas, creado en Rust.
MicroClaw ofrece herramientas, memoria duradera, sesiones reanudables, subagentes y adaptadores que no duplican la lógica central.
Server + WorkPersistencia 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 →