oss project
leafpass
Cross-platform desktop GUI for the `pass` password manager.
- Svelte
- SvelteKit
- Tauri
- Rust
- Tailwind CSS
- GPG
- Svelte + Tauri + Rust desktop app providing a GUI for the venerable Unix
passpassword manager. - GPG-based encryption preserves
passsemantics; auto-clearing clipboard, fuzzy search, password generator, git sync built in. - Light/dark themes, native window chrome on macOS / Linux / Windows.
Why a GUI for pass
pass is the Unix password manager done right - GPG under the hood, a
git-friendly file-per-secret layout, no central server. The CLI is great
for engineers; less so for spouses, kids, or browser-tab muscle memory.
leafpass keeps the CLI semantics intact and exposes a fast desktop UI on
top:
- Fuzzy search across all entries
- Auto-clearing clipboard with a countdown
- Password generator with configurable rules
- Git sync integration (no separate
pass git pushneeded) - Light/dark themes that respect system preference
Bundled as a Tauri app (~10 MB, no Electron) for macOS, Linux, and Windows.