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

  1. Quit Agent Master Key (menu bar → Quit, or ⌘Q).
  2. 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.

  1. 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
  2. Delete the local vault and state (this is where your encrypted provider keys and audit log live):
    rm -rf ~/.agent-master-key
  3. 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
  4. 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
  5. Delete Agent Master Key.app from Applications and empty the Trash.

What removal means for your data

Questions or stuck? Email support@agentmasterkey.com.

© 2026 AM Accelerated LLC · Terms · Refunds · Privacy