← 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.4.0

What's Changed - build(deps-dev): bump the web-development-non-major group in /web with 2 updates by @dependabot[bot] in https://github.com/microclaw/microclaw/pull/476 - Revert "build(deps-dev): bump the web-development-non-major group in /web with 2 updates" by @everettjf in https://github.com/microclaw/microclaw/pull/477 - v0.4.0 workstreams: competitive intel, plan, and full implementation by @everettjf in https://github.com/microclaw/microclaw/pull/478 - release: prepare v0.4.0 (web approval buttons, benchmark script portability) by @everettjf in https://github.com/microclaw/microclaw/pull/479 Full Changelog: https://github.com/microclaw/microclaw/compare/v0.3.5...v0.4.0

Read release notes

Version history

Version Updated Notes
0.4.0 Unknown What's Changed - build(deps-dev): bump the web-development-non-major group in /web with 2 updates by @dependabot[bot] in https://github.com/microclaw/microclaw/pull/476 - Revert "build(deps-dev): bump the web-development...
0.3.5 Unknown What's Changed - build(deps): bump the cargo-non-major group with 17 updates by @dependabot[bot] in https://github.com/microclaw/microclaw/pull/472 Full Changelog: https://github.com/microclaw/microclaw/compare/v0.3.4......
0.3.4 Unknown What's Changed - Add governed Learning Foundry pipeline by @everettjf in https://github.com/microclaw/microclaw/pull/470 Full Changelog: https://github.com/microclaw/microclaw/compare/v0.3.3...v0.3.4
0.3.3 Unknown Full Changelog: https://github.com/microclaw/microclaw/compare/v0.3.2...v0.3.3
0.3.2 Unknown What's Changed - Durable Coworker and Secure Runtime by @everettjf in https://github.com/microclaw/microclaw/pull/464 - Add verified long-horizon learning by @everettjf in https://github.com/microclaw/microclaw/pull/465...
0.3.1 Unknown What's Changed - ci: add tag-release workflow for cutting release tags via dispatch by @everettjf in https://github.com/microclaw/microclaw/pull/462 Full Changelog: https://github.com/microclaw/microclaw/compare/v0.3.0-r...
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...