SEED / Clearance
developer preview
Trust

Uninstall & keys

Three paths: clean uninstall, uninstall but keep keys, and rotate keys without uninstalling. Each one is a single command.

Clean uninstall

sh
seed uninstall --wipe --confirm

Removes binaries, the vault, the log, and identity keys from the keystore. Irreversible. The signed log is exported to ~/seed-final-proof.cbor before deletion so you keep the receipt.

Keep keys for later

sh
seed uninstall --keep-keys --confirm

Removes binaries and the vault but leaves identity keys in the keystore. A future seed clearance setup rebinds them.

Rotate keys

sh
seed identity create --label rotated
seed clearance revoke --all
# attach assistants again under the new identity
seed clearance connect --profile claude-desktop

What stays on disk

PathWipeKeep keysRotate
~/.local/bin/seed*removedremovedkept
$XDG_DATA_HOME/seed/vaultremovedremovedkept
$XDG_DATA_HOME/seed/logexported then removedremovedkept (extended)
OS keystore (identity)removedkeptold revoked, new added