22
33[ 中文文档] ( ./README.zh-CN.md )
44
5- One-click uninstaller for ** all Claw-family** AI agent tools. Clean, thorough, zero residue.
5+ ** One command to uninstall ALL Claw-family AI agents. Zero residue.**
66
7- ## 🦞 Supported Tools
7+ Tried OpenClaw, ZeroClaw, NanoClaw, IronClaw and forgot to clean up? Config dirs scattered everywhere, npm globals piling up, Docker containers still running?
88
9- | Tool | Stars | Description |
10- | ------| -------| -------------|
11- | [ OpenClaw] ( https://github.com/openclaw/openclaw ) | 300k⭐ | The original personal AI assistant |
12- | [ NanoBot] ( https://github.com/HKUDS/nanobot ) | 32k⭐ | Ultra-lightweight OpenClaw |
13- | [ ZeroClaw] ( https://github.com/zeroclaw-labs/zeroclaw ) | 26k⭐ | Fast & small, built in Rust |
14- | [ NanoClaw] ( https://github.com/qwibitai/nanoclaw ) | 21k⭐ | Container-based, security-first |
15- | [ IronClaw] ( https://github.com/nearai/ironclaw ) | 9k⭐ | Privacy-focused Rust implementation |
16- | [ NullClaw] ( https://github.com/nullclaw/nullclaw ) | 6k⭐ | Minimal, built in Zig |
17- | [ TinyClaw] ( https://github.com/TinyAGI/tinyclaw ) | 3k⭐ | Multi-agent collaboration |
18- | [ MicroClaw] ( https://github.com/microclaw/microclaw ) | 500⭐ | Chat-embedded Rust agent |
19- | [ RayClaw] ( https://github.com/rayclaw/rayclaw ) | — | Multi-family inspired |
20- | [ SharpClaw] ( https://github.com/imxcstar/sharpclaw ) | — | .NET implementation |
21- | [ MoltBot/MoltWorker] ( https://github.com/cloudflare/moltworker ) | 10k⭐ | Cloudflare Workers edition |
9+ One line. Zero residue. 👋
2210
2311## 🚀 Quick Start
2412
@@ -34,20 +22,40 @@ curl -fsSL https://raw.githubusercontent.com/wanikua/byebyeclaw/main/uninstall.s
3422irm https://raw.githubusercontent.com/wanikua/byebyeclaw/main/uninstall.ps1 | iex
3523```
3624
25+ Done with the claws? ** Bye bye.** 🦀
26+
27+ ## 🦞 Supported Tools
28+
29+ | Tool | Stars | Description |
30+ | ------| -------| -------------|
31+ | [ OpenClaw] ( https://github.com/openclaw/openclaw ) | 300k⭐ | The original personal AI assistant |
32+ | [ NanoBot] ( https://github.com/HKUDS/nanobot ) | 32k⭐ | Ultra-lightweight OpenClaw |
33+ | [ ZeroClaw] ( https://github.com/zeroclaw-labs/zeroclaw ) | 26k⭐ | Fast & small, built in Rust |
34+ | [ NanoClaw] ( https://github.com/qwibitai/nanoclaw ) | 21k⭐ | Container-based, security-first |
35+ | [ IronClaw] ( https://github.com/nearai/ironclaw ) | 9k⭐ | Privacy-focused Rust implementation |
36+ | [ NullClaw] ( https://github.com/nullclaw/nullclaw ) | 6k⭐ | Minimal, built in Zig |
37+ | [ TinyClaw] ( https://github.com/TinyAGI/tinyclaw ) | 3k⭐ | Multi-agent collaboration |
38+ | [ MicroClaw] ( https://github.com/microclaw/microclaw ) | 500⭐ | Chat-embedded Rust agent |
39+ | [ RayClaw] ( https://github.com/rayclaw/rayclaw ) | — | Multi-family inspired |
40+ | [ SharpClaw] ( https://github.com/imxcstar/sharpclaw ) | — | .NET implementation |
41+ | [ MoltBot/MoltWorker] ( https://github.com/cloudflare/moltworker ) | 10k⭐ | Cloudflare Workers edition |
42+
3743## 🔍 What Gets Cleaned
3844
45+ 15 scan dimensions — nothing left behind:
46+
3947| Category | Details |
4048| ----------| ---------|
4149| Package managers | npm, pip, pipx, cargo global installs |
42- | Binaries | All ` *claw* ` , ` nanobot ` binaries |
43- | Config & data | ` ~/.openclaw/ ` , ` ~/.zeroclaw/ ` , etc. |
44- | Cache | All cache directories |
50+ | Binaries | All ` *claw* ` , ` nanobot ` binaries in PATH |
51+ | Config & data | ` ~/.openclaw/ ` , ` ~/.zeroclaw/ ` , ` ~/.config/*/ ` etc. |
52+ | Cache | All Claw cache directories |
4553| Services | systemd, launchd (macOS), Windows services |
4654| Docker | Containers and images |
47- | VS Code | Claw-related extensions (inc. Cursor, Insiders) |
48- | Cron/ Tasks | crontab entries |
55+ | VS Code | Claw extensions (inc. Cursor, VS Code Insiders) |
56+ | Cron / Tasks | crontab entries |
4957| Processes | Running Claw processes |
50- | Shell config | Detects PATH/ alias residue in ` .bashrc ` , ` .zshrc ` , etc. |
58+ | Shell config | PATH / alias residue in ` .bashrc ` , ` .zshrc ` , ` .profile ` |
5159| Temp files | ` /tmp/*claw* ` |
5260| Logs | State and log directories |
5361| Registry | Windows registry entries (PowerShell only) |
@@ -75,6 +83,10 @@ irm https://raw.githubusercontent.com/wanikua/byebyeclaw/main/uninstall.ps1 | ie
7583- Shell config files are flagged but not auto-edited (manual review recommended)
7684- Won't affect unrelated tools
7785
86+ ## 🔑 Keywords
87+
88+ ` openclaw uninstall ` · ` zeroclaw uninstall ` · ` nanoclaw remove ` · ` ironclaw uninstall ` · ` nullclaw remove ` · ` tinyclaw uninstall ` · ` nanobot remove ` · ` microclaw uninstall ` · ` rayclaw remove ` · ` sharpclaw uninstall ` · ` moltbot remove ` · ` claw ai agent uninstaller ` · ` remove claw tools ` · ` claw cleanup ` · ` claw family uninstall `
89+
7890## 📜 License
7991
8092MIT License - Copyright (c) 2025 [ wanikua] ( https://github.com/wanikua )
0 commit comments