Uninstall Agent Master Key
Everything Agent Master Key stores lives on your Mac. We hold none of it, so removal is entirely in your hands — and it is irreversible. You can reinstall any time: during the free launch window there is nothing to activate, and everything is unlocked on a fresh install.
Reinstalling or replacing your Mac?
Version 0.0.16 can be installed or reinstalled on a Mac without an account. People who obtained access before the free launch keep their original same-Mac reinstall rights.
Standard uninstall
- Quit Agent Master Key (menu bar → Quit, or
⌘Q). - Drag Agent Master Key.app from your Applications folder to the Trash and empty it.
This removes the application. Your local vault data remains at ~/.agent-master-key/ in case you reinstall — follow the steps below to remove everything.
Complete removal (app + all local data)
Paste these into Terminal one at a time. They stop the background service, then delete the app's data, Keychain items, preferences, and logs.
- Stop the app and its local service:
pkill -x AgentMasterKey launchctl bootout gui/$(id -u)/com.agentmasterkey.local 2>/dev/null rm -f ~/Library/LaunchAgents/com.agentmasterkey.local.plist - Delete the local vault and state (this is where your encrypted provider keys and audit log live):
rm -rf ~/.agent-master-key - Remove the app's Keychain items (macOS may ask you to confirm each):
security delete-generic-password -s "local.connector-router.vault" 2>/dev/null security delete-generic-password -s "local.connector-router.node-vault" 2>/dev/null security delete-generic-password -s "Agent Master Key Operator Unlock" 2>/dev/null - Clear preferences, caches, and logs:
defaults delete com.agentmasterkey.mac 2>/dev/null rm -rf ~/Library/Logs/AgentMasterKey rm -rf ~/Library/WebKit/com.agentmasterkey.mac rm -rf ~/Library/Caches/com.agentmasterkey.mac rm -rf ~/Library/HTTPStorages/com.agentmasterkey.mac - Delete Agent Master Key.app from Applications and empty the Trash.
What removal means for your data
- Provider keys you stored in the vault are deleted with
~/.agent-master-key/and the Keychain items. The keys themselves remain valid at each provider — revoke them there if you no longer want them active. - For licenses bought before the free launch: uninstalling does not transfer or release the license from its original Mac serial identity.
- We cannot delete local data for you, because we never have it — see the privacy policy.
Questions or stuck? Email support@agentmasterkey.com.
Agent Master Key