Uninstall
Stop and remove the daemon. boss daemon uninstall removes the LaunchAgent so
the daemon stops and does not restart:
- Chat
- CLI
- MCP
No equivalent — this command runs locally
boss daemon uninstall
No equivalent — this command runs locally
Tearing down the launch agent acts on this machine's service manager, so there is no MCP tool for it.
Then remove the binaries and, optionally, the data. boss daemon uninstall
already deleted the plist, so the launchctl lines below are a no-op safety net
for an agent that was registered by hand:
launchctl bootout gui/$(id -u) ~/Library/LaunchAgents/com.bossanova.bossd.plist 2>/dev/null || true
rm -f ~/Library/LaunchAgents/com.bossanova.bossd.plist
# Remove binaries
brew uninstall bossanova-dev/tap/bossanova
# Remove data (optional; includes worktrees under ~/.bossanova/worktrees)
rm -rf ~/.bossanova