Skip to main content

Tegata v1.0 release notes

This page describes the release notes for Tegata v1.0 and will be updated with future release notes as new minor and patch versions are released.

πŸš€ v1.0.0 – Initial release​

Release date: May 26, 2026

This is the first release of Tegata v1.0.0, an open-source portable authenticator that stores your 2FA codes and credentials in an AES-256-GCM encrypted vault on a standard USB drive or microSD card. No proprietary hardware is required.

✨ New features​

This release includes the following features.

Core authenticator​

The offline-capable core of Tegata handles all authentication operations locally on your device without network access.

  • TOTP/HOTP code generation. Generate RFC 6238/4226-compliant codes. TOTP supports SHA-1, SHA-256, and SHA-512; HOTP uses SHA-1 only (by josh-wong in #2, #94, #101).
  • Challenge-response signing. Sign challenge strings with HMAC-SHA256 for services that support it (by josh-wong in #3, #94).
  • Static password storage. Store and retrieve credentials that don't use OTPs (by josh-wong in #3).
  • AES-256-GCM encrypted vault. Encrypt credentials at rest using a passphrase stretched with Argon2id (time=3, memory=64 MiB, parallelism=4) (by josh-wong in #2)
  • Recovery key. Recover vault access if your passphrase is lost (by josh-wong in #2).
  • memguard-protected memory. Keep key material in guarded memory pages and zero it immediately after use (by josh-wong in #2).
  • Auto-lock. Lock the vault after 5 minutes of idle time (by josh-wong in #49, #79).
  • Export and import. Create encrypted backup files for vault portability (by josh-wong in #3, #68).
  • Tag-based credential organization. Filter and group credentials with tags (by josh-wong in #85).

Interfaces​

Terminal UI (TUI). Offers a guided terminal interface with:

Desktop GUI. Offers a Wails + React desktop app with:

  • Full feature parity with the CLI/TUI (by josh-wong in #7, #9)
  • Installer packages for Windows, macOS, and Linux (by josh-wong in #7).
  • Vault identifier display so you always know which vault is open (by josh-wong in #81).

Optional audit logging​

Tegata optionally integrates with ScalarDL Ledger (Community Edition, Apache 2.0) to record authentication events in a tamper-evident, hash-chained ledger.

πŸ“ˆ Improvements​

Nothing to list – This is the initial release.

πŸ› Bug fixes​

Nothing to list – This is the initial release.

πŸ“š Documentation​

A full documentation site is now available at tegata.080f53.com, covering quickstart guides, setup walkthroughs, a CLI reference, and more (by josh-wong in #98).

πŸ“¦ Downloads​

InterfaceDownloadable
GUItegata-gui-windows-amd64-setup.exe
CLItegata-windows-amd64.exe
note

On first launch, Windows may show a SmartScreen warning for new binaries. If you see "Windows protected your PC", select More info, then choose Run anyway.

SHA-256 checksums are in SHA256SUMS.txt.