Skip to content

Kivarion v0.8.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 10:00
  • πŸ” Full KeePass support β€” open, edit, and create .kdbx databases with master password and/or key file.
  • πŸ‘† Touch ID unlock (macOS) β€” unlock your vault with biometrics; the master password is stored securely in the macOS Keychain.
  • πŸ’Ύ Safe auto-save β€” every change is written immediately with durable, atomic writes and optional rotating .bak backups.
  • πŸ›‘οΈ Conflict & lock protection β€” detects external edits on disk and serializes writes across windows, so nothing is silently overwritten.
  • πŸ—‚οΈ Three-column workspace β€” resizable groups / entries / details layout with sorting and search.
  • ⏱️ Auto-lock β€” locks on inactivity and (optionally) when the app loses focus.
  • πŸ“‹ Managed clipboard β€” auto-clears copied passwords after a configurable timeout.
  • πŸ“Ž Attachments β€” add, export, and Quick Look previews (macOS).
  • 🎨 Themes and a built-in password generator.

Security by design: the webview has no filesystem access β€” all file I/O runs in the Rust backend. macOS builds are signed and notarized.