Skip to content

Releases: w512/Kivarion

Release list

Kivarion v0.8.1

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.