Beautifully secure GUI wrapper for gopass.

Void wraps your GPG-encrypted password store in a stunning, fluid Material Design 3 interface. Engineered for efficiency with search overlays, clipboard auto-purge, and instant password generation.

Void — Dashboard
Void Dashboard

Premium Design & Strong Security

A native-feeling, elegant experience that doesn't compromise on cryptographic safety.

🔍

Quick Access Search

Toggle a floating panel at any time using a global shortcut to search and copy passwords, usernames, or TOTP codes without opening the full window.

🎲

Password Generator

Press the global hotkey to pop up a compact random generator, press Space to re-roll and generate new strings, and hit Enter to copy and automatically close.

🔒

Content Protection

Void configures OS level content protection parameters preventing any screenshots, video recordings, or screen-sharing apps from capturing visible secrets.

🔄

Automated Sync

Enable auto git sync in settings to automatically compile, commit, push, and pull secrets to/from remote stores on changes.

Dynamic Hotkeys

Record keyboard combinations interactively within settings to completely customize dashboard startup, local copies, and global overlays.

🎨

MD3 Theming

Buttery smooth themes that adapt to system defaults, offering both light and dark profiles paired with harmonious Material accents.

Interactive Interface

Explore the clean, modern Material Design 3 interface tailored for ultimate productivity.

Download & Setup

Void is available for all major platforms. Make sure you have the gopass CLI installed beforehand.

Installing on macOS

Use Homebrew to install the gopass core wrapper dependency, then grab the Void installer:

$ brew install gopass gnupg
$ # Download and drag Void to /Applications

Void automatically resolves your system's gopass environment variables and parses your local GPG configurations.

macOS DMG Installer

Universal arm64/x64 Apple Silicon package

Download .DMG

Installing on Windows

Install the gopass CLI via Winget or Scoop, then download the Windows executable:

$ winget install gopasspw.gopass
$ # Or use scoop: scoop install gopass

Windows builds support native tray minimizations, background hotkeys, and content-protection overlays.

Windows Installer

Standard NSIS setup installer (.exe)

Download .EXE

Download Portable EXE

Installing on Linux

Install gopass from your distribution packages, then fetch the AppImage or Debian package:

$ sudo apt install gopass
$ sudo dpkg -i void-desktop_1.0.1_amd64.deb

Supports AppImage portability and native window shortcuts across GNOME, KDE, and other desktop environments.

Linux AppImage

Portable distribution package

Download AppImage

Download .DEB Package

User Documentation

Void wraps the standard gopass GPG-encrypted datastore located in ~/.local/share/gopass/stores (or your custom directory). Any change you make inside Void translates directly into CLI actions on your disk store.

Configuring Git Auto-Sync

If your gopass store is paired with a remote Git repository (e.g. GitHub or self-hosted GitLab), toggle Auto Git Sync on changes inside Help > Settings. Void will trigger git commits, pushes, and pulls automatically after insertions or deletions.

Adding Custom Metadata

Void supports key-value metadata rows. In the secret details editor, click Add Row, type your key (e.g. username, url, pin), and fill in the value. These values are saved inline inside the encrypted secret file.

Keyboard Shortcuts reference

Void includes custom in-app modifiers and global hotkey overrides. Default mappings include:

Action Shortcut Combination
Toggle Quick Access (Global) Ctrl+Shift+P / Cmd+Shift+P
Toggle PW Generator (Global) Ctrl+Shift+G / Cmd+Shift+G
Copy Password (In Quick Access) Ctrl+C / Cmd+C
Copy Username (In Quick Access) Alt+U / ⌥+U
Copy TOTP (In Quick Access) Alt+O / ⌥+O
Edit Secret (In Quick Access) Alt+E / ⌥+E

💡 Custom shortcuts can be customized dynamically using the interactive recorder button under Help > Settings > Keyboard Shortcuts.