Terminal-first secret browser for Secret Service on Hyprland and Wayland.
- ⚡ Three-pane TUI for collections, items, and details.
- ⚡ Vim-style and arrow-key navigation.
- 📦 Secret Service backend integration.
- 📦 Toggle masked secret previews on demand.
- 📦 Copy secrets to the clipboard with
wl-copy. - ⚡ Wrapped details view for narrow terminals.
git clone <your-repo-url>
cd hyprvaultcargo runtar -xzf hyprvault_<version>_linux_x86_64.tar.gz
cd hyprvault_<version>_linux_x86_64
sudo install -Dm755 hyprvault /usr/local/bin/hyprvault
hyprvault| Key | Action |
|---|---|
h / ← |
Previous collection |
l / → |
Next collection |
j / ↓ |
Next item |
k / ↑ |
Previous item |
s |
Toggle secret visibility |
c |
Copy selected secret to clipboard |
q |
Quit |
- Browse non-empty Secret Service collections
- Inspect items in the selected collection
- View item metadata and presentable attributes
- Reveal and hide selected secrets
- Copy secrets with
wl-copy - Navigate with vim keys and arrows
- Add Omarchy theme integration
- Add search and filtering for collections and items
- Show in-app status feedback for copy and load actions
- Improve secret type detection and labeling
- Handle empty and error states more gracefully
- Create, edit, and delete secrets from the TUI
- Support alternate clipboard backends
- Add richer sorting and collection management flows
- Keep PRs focused, small, and tested with
cargo test. - Open an issue or draft PR before larger UI or data-model changes.
- Released under the MIT License.
