Two-factor codes
you actually own.
Tessera keeps your 2FA codes in an encrypted vault on your Mac, reachable from a native app and a real command line. No account, and no server to trust.
- Apache-2.0 licensed
- argon2id + XChaCha20
A second key,
just for you.
A password can be guessed, leaked, or phished. Two-factor authentication adds a second step that a thief can't fake: a six-digit code that changes every 30 seconds and only your device can produce.
Even if someone has your password, they can't get in without that code. Tessera is where your codes live: offline, and only yours.
Everything. Including the command line.
Touch ID, auto-launch, HOTP, Steam Guard, and bulk import. Plus the one thing dedicated Mac authenticators almost never ship: a real command line.
Works with any TOTP service
Standard TOTP, plus HOTP and Steam Guard.
Move in, in minutes
Import from Google Authenticator, paste otpauth links, or scan a QR. One account or a hundred at once, nothing to retype.
Scan from the screen
Point the app at a QR code on your display and it reads it. The CLI reads QR images straight from a file.
A real command line
Lists, watches, and copies codes.
Open with Touch ID
Your vault key can be sealed by the Secure Enclave. Turn on Require Touch ID and the key won't open without your fingerprint.
Encrypted on your device
A random key encrypts every secret with XChaCha20-Poly1305, wrapped by the Secure Enclave on a Mac or by an argon2id key from your passphrase. Plain secrets never touch disk.
For people who live in the terminal.
tess is the same vault, fully scriptable, with JSON output and shell completions.
-
tess addadd an account from an otpauth link or QR -
tessprint current codes with countdown bars -
tess watchlive view: search, copy, refresh -
tess code github -ccopy one code to the clipboard
Security you can read.
A 2FA app holds the keys to your accounts, so it has to earn that trust. Tessera does it in the open.
Open and auditable
Apache-2.0, end to end. The CLI and app share one documented vault format, checked byte-for-byte against a public test suite. Build it and verify it yourself.
github.com/ibrahemid/tessera →Local-first by default
Codes are generated entirely offline. There's no Tessera account and no Tessera server, so there's no central database of your secrets to breach or subpoena.
No tracking
No analytics or crash SDKs. Apple's privacy label reads Data Not Collected. This site ships no trackers.
A random 256-bit key encrypts your accounts with XChaCha20-Poly1305. Each unlock method wraps that key on its own: the Secure Enclave on a Mac, and a key derived from your passphrase with argon2id. Touch ID can gate the Secure Enclave wrap. Two independent builds, Go and Swift, prove they read the same vault on every change. Secrets live as raw bytes; they're never logged.
macOS first, portable by design.
macOS is the first home. The vault format and the CLI are cross-platform already, so a phone app starts from a working core rather than from scratch.
Native Mac app with Touch ID, on the Mac App Store.
The tess CLI runs today. Written in Go, it builds anywhere Go does.
The same vault, in your pocket. On the roadmap, not yet shipped.
The same vault on Android. On the roadmap, not yet shipped.
All of it. For nothing.
Every feature, the app and the CLI, free. There's no upgrade to buy. Your codes stay yours.
- Touch ID unlock
- The tess CLI, HOTP, Steam Guard
- Bulk import & QR
- Encrypted local vault
Two ways in.
Download the Mac app from the App Store, or install the CLI with a single command.
Command line
Install with Go, then create a vault and watch your codes.
$ go install github.com/ibrahemid/tessera/go/cmd/tess@latest
$ tess vault init
$ tess watch Needs Go 1.26+. Vault: ~/.local/share/tessera/vault.json
macOS app
Native Mac app with Touch ID, on-screen QR scanning, folders, and one-click copy.
Sandboxed, and opens the same vault you built in the terminal.