MicroClaw
microclaw/microclaw
A Rust-powered agentic AI assistant that lives in your chat apps, supporting 13+ platforms from Telegram to iMessage. It's the speed-focused cousin in the OpenClaw family, emphasizing a channel-agnostic core with Docker sandboxing for secure tool execution.
Why choose MicroClaw over OpenClaw?
Quick recommendation layer first, deeper analysis second. Use this before diving into metrics and architecture details.
- Runs far leaner than OpenClaw on constrained hardware and low-cost hosts.
- Emphasizes isolation and containment where OpenClaw often prioritizes raw flexibility.
- Still less proven than OpenClaw in maturity, docs depth, or production mileage.
- Efficiency usually comes with narrower scope, fewer integrations, or rougher ergonomics.
- Security-sensitive self-hosters
- Teams needing shared agent workflows
- Edge devices and lightweight deployments
- You only want battle-tested projects with a long public track record
- You care more about broad integrations than minimal footprint
Limited evidence available. Use the primary sources before making a production decision.
AI decision layer last reviewed Apr 20, 2026. Helpful, but still inference-heavy enough to double-check primary sources.
Source window: GitHub metadata, README, recent commits, latest release, Reddit, Brave search
Community Pulse
Security Radar
How it's evaluated
Isolation from host OS. 10 = Fully virtualized (Docker/Wasm); 1 = Direct local execution.
Safety of external connections. 10 = End-to-end encrypted/Scoped; 1 = Plaintext/Broad access.
Traffic control. 10 = Air-gapped/Offline-first; 1 = Unrestricted internet access.
Privacy level. 10 = Zero telemetry/Zero tracking; 1 = Extensive logging/reporting.
Command safety. 10 = No unsupervised shell; 1 = Raw, unmonitored shell access.
Security radar summary for MicroClaw.
- MicroClaw: Sandboxing 8 of 10, API Security 7 of 10, Network Isolation 7 of 10, Telemetry Safety 8 of 10, Shell Protection 4 of 10.
Evaluation Scale: 10 = Maximum Safety / 1 = High Risk
Star Growth (2026)
Star history summary.
- microclaw: 104 recorded points. From 519 stars on 2026-01-01 to 656 on 2026-04-21.
ClawVerse News
Latest articles and global buzz
Trending Mentions
Technical Showdowns
MicroClaw is an open-source, Rust-built agentic AI assistant designed to operate within chat interfaces across 13+ platforms including Telegram, Discord, Slack, WhatsApp, iMessage, and more. Inspired by nanoclaw, it features a channel-agnostic core architecture with platform-specific adapters, enabling developers to easily extend support to new platforms. The system supports multiple LLM providers (Anthropic and OpenAI-compatible APIs) and includes full tool execution capabilities: shell commands, file operations, codebase search, web browsing, task scheduling, and persistent memory across conversations.
What sets MicroClaw apart from OpenClaw is its emphasis on being lightweight and fast—leveraging Rust's performance characteristics for minimal boot time and memory footprint. It includes Docker-based sandboxing for secure tool execution, a local Web UI for cross-channel history management, and a sophisticated multi-chat permission model. The project is under active development with frequent releases (currently at v0.0.163), recent commits focusing on session handling, OpenAI-compatible stream parsing, and provider-specific thinking/reasoning support for models like Google's Gemini.