QtPass is a multi-platform GUI for pass, the standard unix password manager.
View the Project on GitHub IJHack/QtPass
pacman -S qtpass
packer qtpass
yaourt -S qtpass
zypper install qtpass
yum install qtpass
dnf install qtpass
apt install qtpass
emerge -atv qtpass
xbps-install -Su qtpass
nix-env -iA nixos.pkgs.qtpass
eopkg install qtpass
cd qtpass && chmod +x qtpass.SlackBuild && ./qtpass.SlackBuild
pkg install qtpass
cd /usr/ports/sysutils/qtpass/ && make install clean
Latest stable on the releases page, latest build via AppVeyor
Via Chocolateychoco install qtpass
Latest stable on the releases page
Via Homebrew Caskbrew install qtpass --cask
QtPass works best with pass and pinentry-mac installed.
brew install pass pinentry-mac
On most *nix systems all you need is:
qmake6 && make && make install
On macOS:
brew install qt
qmake6 && make && macdeployqt QtPass.app
Note: QtPass uses Qt6 by default. For Qt5, use
qmake instead of qmake6.