A password manager for everyone. Works on Linux, Windows, and macOS.
Get Started - Advanced GitHub IJHack/QtPass


QtPass is a password manager with a simple interface. Your passwords are encrypted with GPG and stored in files you control. Sync them across all your devices with Git.
sudo apt install qtpass
choco install qtpass
xattr -d com.apple.quarantine /Applications/QtPass.app
After installing the .dmg from the
releases page.
The Homebrew cask is disabled until QtPass is notarized;
here is how you can help.
QtPass works with pass, the standard UNIX password manager. Your passwords are encrypted with GPG using open standards - no vendor lock-in, no cloud dependency, fully portable and under your control.
It runs on Linux, macOS, Windows, and FreeBSD with a native look and feel on each platform. Your password store syncs easily via Git, so you always have a backup and can access your passwords across all your devices.
QtPass is open source and free. It includes a secure password generator, clipboard with auto-clear, support for smartcards and YubiKeys, and is available in over 60 languages.
No accounts, no telemetry, no network code: QtPass never phones home. Read the privacy policy, it is short.
New to QtPass? Follow the getting started guide.
pacman -S qtpass
zypper install qtpass
dnf install qtpass
emerge -atv qtpass
pkg install qtpass
Build on Linux/BSD:
qmake6 && make && make install
Build on macOS:
brew install qt
qmake6 && make && macdeployqt QtPass.app
Note: QtPass uses Qt6 by default. For Qt5, use
qmake instead of qmake6.
More details - security, contributing, FAQ, changelog, and known issues.