Vigyata.AI
Is this your channel?

GSD Got Rug Pulled. Uninstall the Original, Use This Instead

1.8K views· 41 likes· 4:06· May 26, 2026

🛍️ Products Mentioned (4)

GSD (Get Shit Done) was my favorite spec-driven development framework, and I recommended it a lot on and off this channel. Public reporting and community posts allege that the $GSD meme coin tied to the project was rug-pulled, and the creator appears to have disappeared from the project. Because of that trust break, I don’t think the original packages are worth keeping installed. In this video I go over what happened, why it matters, how to use the new version, and how I suggest removing the original GSD safely. Since each version of GSD installs differently, I believe the safest way to uninstall it is NOT to paste random commands. Ask your own AI agent (Claude Code, Codex, etc.) to find every GSD file on YOUR machine and remove it. It adapts to your exact setup. Guide below. ━━━━━━━━━━━━━━━ ⏱️ CHAPTERS 0:00 Uninstall GSD now: here's why 0:14 What GSD is & why I recommended it 0:29 GSD1 vs GSD2 (the Pi version) 0:40 The $GSD coin, Bags, and the rug pull 1:09 The numbers: ~$500K and a 90% crash 1:23 Community reaction (and benefit of the doubt) 1:35 The safe fork: GSD Redux + supply-chain risk 2:11 The creator, in his own words 2:37 Google kills Gemini CLI + Mini Shai-Hulud 3:01 How to uninstall GSD 3:51 Final thoughts ━━━━━━━━━━━━━━━ ⚠️ HOW TO REMOVE GSD SAFELY Every machine is different. This is what worked on mine (macOS / Linux; Windows: use WSL, or just use your agent). Anything you remove is at your own risk, and I suggest backing up first. GSD installs differently depending on the version (GSD1 vs GSD2/Pi) and which coding agents you use (Claude Code, Codex, Gemini, OpenCode…), so there's no single command that's right for everyone. Easiest and safest: let your AI agent help you find, verify, and remove the files. I don't like the npx uninstall command, since it re-runs the package before removing it. STEP 1 — See where it's installed (read-only, this only lists files, deletes nothing): for d in ~/.claude ~/.codex ~/.gemini ~/.config/opencode ~/.agents; do [ -d "$d" ] && find "$d" -maxdepth 3 \( -iname '*gsd*' -o -iname 'get-shit-done' \) -prune -print; done STEP 2 — Verify and remove them (let your agent do the deleting): • GSD2 / Pi (an npm package): run npm uninstall -g gsd-pi (standard npm removal; if you want maximum caution, ask your agent to inspect what’s installed first) • GSD1 (slash-command / skills version): it's just files in your agent folders. Paste the Step 1 output into Claude Code or Codex and ask it to safely delete every GSD file it found (slash commands included). Your own agent handles your exact setup, no blind commands. STEP 3 — Install the newly maintained community fork (if you still want to use GSD): https://github.com/open-gsd/get-shit-done-redux ━━━━━━━━━━━━━━━ 🔗 SOURCES GSD Redux (the safe fork): https://github.com/open-gsd/get-shit-done-redux Redux security audit: https://github.com/open-gsd/get-shit-done-redux/discussions/119 Reddit discussion: https://www.reddit.com/r/ClaudeAI/comments/1tktl4w/ SolanaFloor report: https://x.com/SolanaFloor/status/2057835566616490448 25THPRMR breakdown: https://x.com/25THPRMR/status/2057742360499433973 Book a call → https://yedatechs.com/#discovery-call Sponsorship inquiries → hi@yedatechs.com #ClaudeCode #AICoding #Codex #GSD #OpenSource #VibeCoding #SoftwareDevelopment #SpecDrivenDevelopment #AItools #RugPull

🎬 More from JeredBlu