upvote
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

reply