https://github.com/wanikua/byebyeclaw
One command to uninstall ALL Claw-family AI agents. Zero residue. 一键卸载所有 Claw 家族 AI Agent,无残留。
https://github.com/wanikua/byebyeclaw
ai-agent claw cleanup ironclaw microclaw moltbot nanobot nanoclaw nullclaw openclaw tinyclaw uninstaller zeroclaw
Last synced: 3 months ago
JSON representation
One command to uninstall ALL Claw-family AI agents. Zero residue. 一键卸载所有 Claw 家族 AI Agent,无残留。
- Host: GitHub
- URL: https://github.com/wanikua/byebyeclaw
- Owner: wanikua
- License: mit
- Created: 2026-03-11T05:02:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-11T07:43:53.000Z (3 months ago)
- Last Synced: 2026-03-11T11:17:01.707Z (3 months ago)
- Topics: ai-agent, claw, cleanup, ironclaw, microclaw, moltbot, nanobot, nanoclaw, nullclaw, openclaw, tinyclaw, uninstaller, zeroclaw
- Language: Shell
- Size: 24.4 KB
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-openclaw - ByeByeClaw - command uninstaller for all Claw-family AI agents (OpenClaw, ZeroClaw, NanoClaw, etc.). 15 scan dimensions, zero residue, cross-platform, bilingual (EN/中文) | (Community Projects / Miscellaneous)
README
# 👋 ByeByeClaw
> [!CAUTION]
> This will **permanently delete** all Claw agent data — memories, chat history, API keys, configs. **Back up first.** Use `--dry-run` to preview.
[中文文档](./README.zh-CN.md)
**One command to uninstall ALL Claw-family AI agents. Zero residue.**
Tried OpenClaw, ZeroClaw, NanoClaw, IronClaw and forgot to clean up? Config dirs scattered everywhere, npm globals piling up, Docker containers still running?
One line. Zero residue. 👋
## 🚀 Quick Start
**macOS / Linux:**
```bash
curl -fsSL https://raw.githubusercontent.com/wanikua/byebyeclaw/main/uninstall.sh -o /tmp/byebyeclaw.sh && bash /tmp/byebyeclaw.sh
```
**Windows (PowerShell):**
```powershell
irm https://raw.githubusercontent.com/wanikua/byebyeclaw/main/uninstall.ps1 | iex
```
Done with the claws? **Bye bye.** 🦀
## 🦞 Supported Tools
| Tool | Stars | Description |
|------|-------|-------------|
| [OpenClaw](https://github.com/openclaw/openclaw) | 300k⭐ | The original personal AI assistant |
| [NanoBot](https://github.com/HKUDS/nanobot) | 32k⭐ | Ultra-lightweight OpenClaw |
| [ZeroClaw](https://github.com/zeroclaw-labs/zeroclaw) | 26k⭐ | Fast & small, built in Rust |
| [NanoClaw](https://github.com/qwibitai/nanoclaw) | 21k⭐ | Container-based, security-first |
| [IronClaw](https://github.com/nearai/ironclaw) | 9k⭐ | Privacy-focused Rust implementation |
| [NullClaw](https://github.com/nullclaw/nullclaw) | 6k⭐ | Minimal, built in Zig |
| [TinyClaw](https://github.com/TinyAGI/tinyclaw) | 3k⭐ | Multi-agent collaboration |
| [MicroClaw](https://github.com/microclaw/microclaw) | 500⭐ | Chat-embedded Rust agent |
| [RayClaw](https://github.com/rayclaw/rayclaw) | — | Multi-family inspired |
| [SharpClaw](https://github.com/imxcstar/sharpclaw) | — | .NET implementation |
| [MoltBot/MoltWorker](https://github.com/cloudflare/moltworker) | 10k⭐ | Cloudflare Workers edition |
## 🔍 What Gets Cleaned
15 scan dimensions — nothing left behind:
| Category | Details |
|----------|---------|
| Package managers | npm, pip, pipx, cargo global installs |
| Binaries | All `*claw*`, `nanobot` binaries in PATH |
| Config & data | `~/.openclaw/`, `~/.zeroclaw/`, `~/.config/*/` etc. |
| Cache | All Claw cache directories |
| Services | systemd, launchd (macOS), Windows services |
| Docker | Containers and images |
| VS Code | Claw extensions (inc. Cursor, VS Code Insiders) |
| Cron / Tasks | crontab entries |
| Processes | Running Claw processes |
| Shell config | PATH / alias residue in `.bashrc`, `.zshrc`, `.profile` |
| Temp files | `/tmp/*claw*` |
| Logs | State and log directories |
| Registry | Windows registry entries (PowerShell only) |
## ⚙️ Options
```bash
./uninstall.sh --dry-run # Scan only, no deletions
./uninstall.sh --keep-config # Keep config files
./uninstall.sh --select # Interactively choose what to remove
./uninstall.sh --lang=en # Force English
./uninstall.sh --lang=zh # Force Chinese
```
```powershell
.\uninstall.ps1 -DryRun # Scan only
.\uninstall.ps1 -KeepConfig # Keep config files
.\uninstall.ps1 -Select # Interactively choose what to remove
.\uninstall.ps1 -Lang en # Force English
.\uninstall.ps1 -Lang zh # Force Chinese
```
## 📌 Notes
- Lists everything before deleting — **confirms before proceeding**
- Auto-detects system language (Chinese / English)
- Shell config files are flagged but not auto-edited (manual review recommended)
- Won't affect unrelated tools
## 🔑 Keywords
`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`
## 📜 License
MIT License - Copyright (c) 2026 [wanikua](https://github.com/wanikua)