← Package directory
Available on winget

Install MicroClaw

An agentic AI assistant that lives in your chats, inspired by nanoclaw and incorporating some of its design ideas. Built with Rust

Install with winget
winget install --id MicroClaw.MicroClaw
Upgrade
winget upgrade --id MicroClaw.MicroClaw
Uninstall
winget uninstall --id MicroClaw.MicroClaw

About MicroClaw

MicroClaw is a Rust chat bot that connects LLM to your chats with agentic tool execution. It can run shell commands, read and edit files, search codebases, browse the web, schedule tasks, and keep persistent memory across conversations. It is a Rust rewrite of nanoclaw (TypeScript) with additional capabilities and a single-binary deployment model. What makes it different - Agentic loop with tool execution, not just a single API call - Full file system and shell tooling from inside chat - Long-lived memory backed by...

What's new in 0.2.6

What's Changed - feat(telegram): register command menu via setMyCommands by @everettjf in https://github.com/microclaw/microclaw/pull/436 - chore: rename microclaw.ai domain to microclaw.org by @everettjf in https://github.com/microclaw/microclaw/pull/438 Full Changelog: https://github.com/microclaw/microclaw/compare/v0.2.5...v0.2.6

Read release notes

Version history

Version Updated Notes
0.2.6 Unknown What's Changed - feat(telegram): register command menu via setMyCommands by @everettjf in https://github.com/microclaw/microclaw/pull/436 - chore: rename microclaw.ai domain to microclaw.org by @everettjf in https://gith...
0.2.5 Unknown What's Changed - feat(gateway): warn when systemd lingering is disabled on install by @everettjf in https://github.com/microclaw/microclaw/pull/434 Full Changelog: https://github.com/microclaw/microclaw/compare/v0.2.3......
0.2.3 Unknown What's Changed - feat(config): per-task auxiliary models, wired to context compaction by @everettjf in https://github.com/microclaw/microclaw/pull/403 - feat(config): route memory reflector through aux_models by @everett...
0.2.2 Unknown What's Changed - fix(weixin): split long outbound messages to avoid truncation by @everettjf in https://github.com/microclaw/microclaw/pull/399 Full Changelog: https://github.com/microclaw/microclaw/compare/v0.2.1...v0.2...
0.2.1 Unknown What's Changed - feat: add propagation-trace built-in skill by @everettjf in https://github.com/microclaw/microclaw/pull/384 - Make the bot more human + a capable concurrent specialist team, with 30 factory-ready skills...
0.1.59 Unknown What's Changed - feat: Add support for Telegram reply chains by @indrora in https://github.com/microclaw/microclaw/pull/383 New Contributors - @indrora made their first contribution in https://github.com/microclaw/microc...
0.1.58 Unknown What's Changed - fix: UTF-8 safe string slicing in memory_backend.rs and web.rs by @loukurt-byte in https://github.com/microclaw/microclaw/pull/381 New Contributors - @loukurt-byte made their first contribution in https:...
0.1.57 Unknown What's Changed - feat: real-time mid-turn injection ack on non-web channels + close #307 umbrella by @everettjf in https://github.com/microclaw/microclaw/pull/345 Full Changelog: https://github.com/microclaw/microclaw/co...
0.1.56 Unknown What's Changed - build(deps-dev): bump the web-non-major group in /web with 2 updates by @dependabot[bot] in https://github.com/microclaw/microclaw/pull/340 - fix(install): rename $pid param in install.ps1 to avoid Power...
0.1.55 Unknown What's Changed - feat: port 6 hermes-agent features (prompt cache, fuzzy edit, guardrails, checkpoints, @-refs, subdir hints) by @everettjf in https://github.com/microclaw/microclaw/pull/342 Full Changelog: https://githu...
0.1.53 Unknown What's Changed - feat: port hermes-agent session-search, osv-check, clarify, and SSRF guard by @everettjf in https://github.com/microclaw/microclaw/pull/335 Full Changelog: https://github.com/microclaw/microclaw/compare/...
0.1.52 Unknown What's Changed - feat: mid-turn message injection for interactive agent turns by @everettjf in https://github.com/microclaw/microclaw/pull/330 - fix(config): preserve YAML comments on config updates by @flyflypeng in htt...
0.1.51 Unknown What's Changed - feat: memory & skill optimizations inspired by hermes-agent by @everettjf in https://github.com/microclaw/microclaw/pull/329 Full Changelog: https://github.com/microclaw/microclaw/compare/v0.1.50...v0.1....
0.1.50 Unknown What's Changed - feat(packaging) Add initial support for snap package for Ubuntu and other snap-optional distros by @markatcanonical in https://github.com/microclaw/microclaw/pull/325 New Contributors - @markatcanonical...
0.1.39 Unknown What's Changed - feat(weixin): enable markdown in outbound messages by @everettjf in https://github.com/microclaw/microclaw/pull/324 Full Changelog: https://github.com/microclaw/microclaw/compare/v0.1.38...v0.1.39
0.1.38 Unknown What's Changed - feat: concurrent mode — per-chat turn serialization + parallel tool execution by @everettjf in https://github.com/microclaw/microclaw/pull/320 Full Changelog: https://github.com/microclaw/microclaw/compa...
0.1.37 Unknown Full Changelog: https://github.com/microclaw/microclaw/compare/v0.1.36...v0.1.37
0.1.36 Unknown Full Changelog: https://github.com/microclaw/microclaw/compare/v0.1.35...v0.1.36
0.1.33 Unknown What's Changed - ci: add automated skill review for SKILL.md pull requests by @popey in https://github.com/microclaw/microclaw/pull/311 - [codex] fix rustls websocket provider panic by @everettjf in https://github.com/mi...
0.1.31 Unknown What's Changed - fix(reflector): strip thinking tags from message content before LLM p… by @mszzukowski in https://github.com/microclaw/microclaw/pull/303 - Normalize malformed OpenAI tool arguments by @perrylau in https...