Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

w512/Kivarion

Repository files navigation

Kivarion

Kivarion is a modern, fast, and secure desktop password manager that works with the KeePass format (.kdbx files). Built with Tauri 2 and Vue 3, it provides a native user experience with a strong focus on security.

Key Features

  • Full KDBX 4 support — securely work with KeePass 2.x databases.
  • Secure decryption — uses Argon2 (WASM) for key derivation.
  • Three-column interface — convenient navigation with a group tree, entry list, and resizable detail panel.
  • Structure management — create, rename, and delete groups and entries.
  • Global search — the search field in the top bar filters entries across the entire database, regardless of the selected group. It searches the Title, UserName, URL, Notes, and custom fields by both name and value. Matching is case-insensitive and substring-based. Protected fields, including passwords and hidden custom fields, are excluded from search.
  • Attachment support — view, preview (images and PDFs), and export files attached to entries.
  • Website favicons — automatically fetch icons for entries through icon.horse.
  • Password generator — create strong passwords with configurable options.
  • Auto-save — immediately write changes to the file after every operation.
  • Personalization — supports light, dark, and system themes.
  • Native experience — integrates with the operating system through Tauri, including dialogs, filesystem access, and system paths.

Technology Stack

Component Technology
Core Tauri 2 (Rust)
Frontend Vue 3 (Composition API)
State Pinia
Routing Vue Router
KDBX kdbxweb
Crypto argon2-browser (Bundled WASM)
Styling Vanilla CSS (Variables & Glassmorphism)

Development

Bun is required.

# Install dependencies
bun install
# Run in development mode (Tauri + Vite)
bun run tauri dev
# Build the production version
bun run tauri build

Test Database

TestDatabase.kdbx is a sample database for local testing only. It contains no real secrets.

Password: 123

Project Structure

src/
├── main.js # Vue and crypto engine initialization
├── App.vue # Root component and global style tokens
├── store.js # Pinia store (database, credentials, theme)
├── pages/ # Main screens: HomePage, DatabasePage, SettingsPage
├── components/ # Modular UI (modals, header, EntryDetail, GroupTree, etc.)
├── composables/ # Shared logic (auth, actions, resizing, icons, attachments)
├── crypto-init.js # kdbxweb configuration for Argon2
├── dbHelper.js # Low-level filesystem operations
└── utils.js # Formatting and password generation utilities
src-tauri/
├── capabilities/ # Plugin permission configuration (fs, http, dialog)
├── src/
│ ├── main.rs # Rust entry point
│ └── lib.rs # Plugin registration and custom commands
└── tauri.conf.json # Tauri build configuration

Security

  • The master password is never stored in plaintext.
  • Sensitive fields are handled through the kdbxweb library's ProtectedValue.
  • Native operating system APIs are accessed through Tauri to isolate filesystem access.

About

Kivarion is a modern, fast, and secure desktop password manager that works with the KeePass format (.kdbx files).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /