Skip to main content


pass - the standard unix password manager

https://www.passwordstore.org/

Password management should be simple and follow Unix philosophy. With pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities.

Install

Ubuntu / Debian

sudo apt-get install pass

Fedora / RHEL

sudo yum install pass

macOS

brew install pass