-
Notifications
You must be signed in to change notification settings - Fork 0
Securing the app
Lwando Zwane edited this page Aug 18, 2026
·
1 revision
Tome can lock itself so your workspace isn't open to whoever sits down at the machine.
- Set a passphrase; Tome locks at launch.
- Unlock with Touch ID or your passphrase.
- Add an authenticator (TOTP) as a second factor — unlock then needs your passphrase/Touch ID plus the code.
The lock is enforced in the main process, not just painted on the UI.
Egress unlocks and the app session can be set to relock after a deadline, so an unattended machine doesn't stay unlocked.
The full security invariants — what the sandbox can and can't do, the egress
proxy, and the confused-deputy loop between scrollback and tool calls — are in
docs/THREATMODEL.md in the repository.
Tome on GitHub · Report issues in the repository, not the wiki.