Hitsu

An open source password manager with no subscription and no cloud.

Hitsu is a native desktop app for macOS and Linux that reads and writes standard KeePass databases (.kdbx, KDBX4) — the same format KeePass, KeePassXC, and KeePassium use. Everything happens on your machine. There is no account to create, no server to trust, and no monthly bill: your vault is a single encrypted file that you own, and any other KeePass client can open it if you ever want to walk away.

It is written in Rust on Tauri 2 with a Svelte 5 interface, so it starts fast, stays small, and behaves like a real desktop app instead of a browser tab.

Open source No subscription Local only Rust Svelte 5 Tauri 2 KDBX4 macOS Linux

Install Hitsu View the source

No subscription. Not now, not later.

Features

Your vault, your entries

Security by default

Fast day to day

In the browser

The extensions are an early preview — expect rough edges, and please report what you hit on GitHub Issues.

Install

macOS — via Homebrew:

brew install --cask ruaylabs/tap/hitsu

Linux — grab an AppImage, .deb, or .rpm from GitHub Releases.

Prefer to build it yourself? The full source and build instructions live in the repository. No signup, no license key, nothing to activate.

First run

Point Hitsu at an existing .kdbx file to pick up where you left off, or create a new database and choose a master password you can actually remember. Nothing is uploaded anywhere. If you want the vault on more than one machine, put that file in a folder you already sync — Dropbox, iCloud Drive, Syncthing, or anything else that keeps a directory in step across your devices.

FAQ

What does it cost?
Nothing. Hitsu is open source and free to use, with no subscription tier planned — see Install and start using it.
What's the catch, then?
There isn't an upsell waiting. Because Hitsu is local only there's no hosting for us to fund, and the source is public so you don't have to take our word for any of it.
Can I sync my vault between machines?
Yes, using whatever you already use. The vault is one .kdbx file, so Dropbox, iCloud Drive, Syncthing, Google Drive, or a private Git repo all work. Hitsu detects when the file changed underneath it and writes atomically, so a sync race won't quietly lose your edits.
Where is my data stored?
In your .kdbx file, wherever you put it. Hitsu has no accounts, no server, and no hosted vault.
Will it open my KeePassXC database?
Yes. Hitsu reads and writes KDBX4, so databases move between Hitsu, KeePass, KeePassXC, and other KDBX4-compatible clients.
Is there Windows support?
Not today. Hitsu ships for macOS and Linux.
Do I need the browser extension?
No — the desktop app is fully usable on its own. The extension is a convenience for filling logins, and it is still a developer preview.
Found a bug or want a feature?
Open an issue on GitHub, or email us.

Links

GitHub · Releases · Issues · Chrome Extension · Firefox Extension