run zburn with no arguments to launch the interactive terminal interface.
$ zburn
the TUI walks you through:
all generated data is encrypted at rest using your master password.
$ zburn email
prints a random burner email to stdout.
$ zburn identity
outputs a full disposable identity: name, email, address, phone, password.
| flag | description |
|---|---|
--json | output as JSON instead of formatted text |
--save | encrypt and save to the store (prompts for master password) |
example — generate, format as JSON, and save:
$ zburn identity --json --save
$ zburn list
| flag | description |
|---|---|
--json | output as JSON instead of formatted text |
$ zburn forget <id>
permanently removes a saved identity by its ID.
$ zburn version
saved identities are encrypted at rest. zburn uses AES-256-GCM for encryption with a master key derived from your password via Argon2id key derivation.
data is stored locally in:
~/.local/share/zburn/
no data ever leaves your machine. there are no accounts, no servers, no sync. your identities live on your disk, encrypted with a key only you know.