QtPass is a multi-platform GUI for pass, the standard unix password manager.
QtPass is part of the pass ecosystem. This means you are not stuck with QtPass, you can use the same password store with many clients. Contrary to many Free, Libre and OpenSource password managers, pass and by extension QtPass are not bound to one user or device. Since we are based on GnuPG we have multi-key, multi recipient encryption out of the box. The use of external encryption devices like OpenPGP or x509/CMS based smartcards or USB tokens and per-folder ACL makes it easy to grant or take away privileges from users.
QtPass is part of the pass ecosystem. This means you are not stuck with QtPass, you can use the same password store with many clients. Contrary to many Free, Libre and OpenSource password managers, pass and by extension QtPass are not bound to one user or device. Since we are based on GnuPG we have multi-key, multi recipient encryption out of the box. The use of external encryption devices like OpenPGP or x509/CMS based smartcards or USB tokens and per-folder ACL makes it easy to grant or take away privileges from users.
To install QtPass, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install QtPass
To see what files were installed by QtPass, run:
port contents QtPass
To later upgrade QtPass, run:
sudo port selfupdate && sudo port upgrade QtPass
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.