A password manager for everyone. Works on Linux, Windows, and macOS.
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
brew install --cask qtpass
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 20 languages.
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.