|
|
|
|
|
by shapeling
65 days ago
|
|
I installed Headroom to give it a try, quickly decided to uninstall when I realized how invasive it is and requires a subscription. Spent the next few hours having issues with CC where it was asking for permission on every command. It was using absolute paths for all commands - turns out it was running into `zsh: command not found: rtk`. To fully uninstall I had to: - Remove hook from `~/.claude/settings.local.json - rm -rf ~/.headroom - rm ~/.claude/hooks/headroom-rtk-rewrite.sh - launchctl unload ~/Library/LaunchAgents/Headroom.plist - rm ~/Library/LaunchAgents/Headroom.plist - rm -rf ~/Library/Preferences/com.extraheadroom.headroom* - rm -rf ~/Library/Caches/com.extraheadroom.headroom |
|
1. On install we explain what Headroom installs 2. We added an uninstall feature that removes all of this for you 3. On quit of the app, we immediately remove all items that may intervene with normal Claude Code behavior