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, latest build via AnneJan
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:
qmake && make && make install
On Mac OS X:
brew install qt5
brew link --overwrite --force qt5
xcode-select --install
qmake && make && macdeployqt QtPass.app