{"id":47359264,"url":"https://github.com/wanikua/byebyeclaw","last_synced_at":"2026-04-01T17:01:18.250Z","repository":{"id":343632338,"uuid":"1178511945","full_name":"wanikua/byebyeclaw","owner":"wanikua","description":"One command to uninstall ALL Claw-family AI agents. Zero residue. 一键卸载所有 Claw 家族 AI Agent，无残留。","archived":false,"fork":false,"pushed_at":"2026-03-11T07:43:53.000Z","size":25,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-11T11:17:01.707Z","etag":null,"topics":["ai-agent","claw","cleanup","ironclaw","microclaw","moltbot","nanobot","nanoclaw","nullclaw","openclaw","tinyclaw","uninstaller","zeroclaw"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wanikua.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-11T05:02:26.000Z","updated_at":"2026-03-11T09:26:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wanikua/byebyeclaw","commit_stats":null,"previous_names":["wanikua/byebyeclaw"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wanikua/byebyeclaw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanikua%2Fbyebyeclaw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanikua%2Fbyebyeclaw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanikua%2Fbyebyeclaw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanikua%2Fbyebyeclaw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wanikua","download_url":"https://codeload.github.com/wanikua/byebyeclaw/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanikua%2Fbyebyeclaw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agent","claw","cleanup","ironclaw","microclaw","moltbot","nanobot","nanoclaw","nullclaw","openclaw","tinyclaw","uninstaller","zeroclaw"],"created_at":"2026-03-18T12:00:34.520Z","updated_at":"2026-04-01T17:01:18.239Z","avatar_url":"https://github.com/wanikua.png","language":"Shell","funding_links":[],"categories":["Community Projects","Tutorials \u0026 Guides"],"sub_categories":["Miscellaneous","Security Guides"],"readme":"# 👋 ByeByeClaw\n\n\u003e [!CAUTION]\n\u003e This will **permanently delete** all Claw agent data — memories, chat history, API keys, configs. **Back up first.** Use `--dry-run` to preview.\n\n[中文文档](./README.zh-CN.md)\n\n**One command to uninstall ALL Claw-family AI agents. Zero residue.**\n\nTried OpenClaw, ZeroClaw, NanoClaw, IronClaw and forgot to clean up? Config dirs scattered everywhere, npm globals piling up, Docker containers still running?\n\nOne line. Zero residue. 👋\n\n## 🚀 Quick Start\n\n**macOS / Linux:**\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/wanikua/byebyeclaw/main/uninstall.sh -o /tmp/byebyeclaw.sh \u0026\u0026 bash /tmp/byebyeclaw.sh\n```\n\n**Windows (PowerShell):**\n\n```powershell\nirm https://raw.githubusercontent.com/wanikua/byebyeclaw/main/uninstall.ps1 | iex\n```\n\nDone with the claws? **Bye bye.** 🦀\n\n## 🦞 Supported Tools\n\n| Tool | Stars | Description |\n|------|-------|-------------|\n| [OpenClaw](https://github.com/openclaw/openclaw) | 300k⭐ | The original personal AI assistant |\n| [NanoBot](https://github.com/HKUDS/nanobot) | 32k⭐ | Ultra-lightweight OpenClaw |\n| [ZeroClaw](https://github.com/zeroclaw-labs/zeroclaw) | 26k⭐ | Fast \u0026 small, built in Rust |\n| [NanoClaw](https://github.com/qwibitai/nanoclaw) | 21k⭐ | Container-based, security-first |\n| [IronClaw](https://github.com/nearai/ironclaw) | 9k⭐ | Privacy-focused Rust implementation |\n| [NullClaw](https://github.com/nullclaw/nullclaw) | 6k⭐ | Minimal, built in Zig |\n| [TinyClaw](https://github.com/TinyAGI/tinyclaw) | 3k⭐ | Multi-agent collaboration |\n| [MicroClaw](https://github.com/microclaw/microclaw) | 500⭐ | Chat-embedded Rust agent |\n| [RayClaw](https://github.com/rayclaw/rayclaw) | — | Multi-family inspired |\n| [SharpClaw](https://github.com/imxcstar/sharpclaw) | — | .NET implementation |\n| [MoltBot/MoltWorker](https://github.com/cloudflare/moltworker) | 10k⭐ | Cloudflare Workers edition |\n\n## 🔍 What Gets Cleaned\n\n15 scan dimensions — nothing left behind:\n\n| Category | Details |\n|----------|---------|\n| Package managers | npm, pip, pipx, cargo global installs |\n| Binaries | All `*claw*`, `nanobot` binaries in PATH |\n| Config \u0026 data | `~/.openclaw/`, `~/.zeroclaw/`, `~/.config/*/` etc. |\n| Cache | All Claw cache directories |\n| Services | systemd, launchd (macOS), Windows services |\n| Docker | Containers and images |\n| VS Code | Claw extensions (inc. Cursor, VS Code Insiders) |\n| Cron / Tasks | crontab entries |\n| Processes | Running Claw processes |\n| Shell config | PATH / alias residue in `.bashrc`, `.zshrc`, `.profile` |\n| Temp files | `/tmp/*claw*` |\n| Logs | State and log directories |\n| Registry | Windows registry entries (PowerShell only) |\n\n## ⚙️ Options\n\n```bash\n./uninstall.sh --dry-run        # Scan only, no deletions\n./uninstall.sh --keep-config    # Keep config files\n./uninstall.sh --select         # Interactively choose what to remove\n./uninstall.sh --lang=en        # Force English\n./uninstall.sh --lang=zh        # Force Chinese\n```\n\n```powershell\n.\\uninstall.ps1 -DryRun         # Scan only\n.\\uninstall.ps1 -KeepConfig     # Keep config files\n.\\uninstall.ps1 -Select         # Interactively choose what to remove\n.\\uninstall.ps1 -Lang en        # Force English\n.\\uninstall.ps1 -Lang zh        # Force Chinese\n```\n\n## 📌 Notes\n\n- Lists everything before deleting — **confirms before proceeding**\n- Auto-detects system language (Chinese / English)\n- Shell config files are flagged but not auto-edited (manual review recommended)\n- Won't affect unrelated tools\n\n## 🔑 Keywords\n\n`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`\n\n## 📜 License\n\nMIT License - Copyright (c) 2026 [wanikua](https://github.com/wanikua)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanikua%2Fbyebyeclaw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwanikua%2Fbyebyeclaw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanikua%2Fbyebyeclaw/lists"}