plass

manage passwords

plass is a password manager inspired by password-store in the essence but completely reimplemented with a smaller and (IMO) cleaner interface. It doesn't have fancy trees nor colors in the output; the absence of these is considered a feature. It aims to stay closer to the "UNIX phylosophy" by trying to do one thing only and to it (hopefully) well.

With plass every password lives inside a gpg(1) encrypted file somewhere inside ~/.password-store which is managed with the got(1) VCS to keep track changes, recovery accidental overwrites and synchronize it across devices. Two helper utilities are bundled:

At the moment plass is completely compatible with pass, but in the future the encryption tool may be switched to something different to gpg.

Documentation and example usage can be found in the manual pages:

Download the latest stable release from:

$ ftp https://ftp.omarpolo.com/plass-0.7.tar.gz
$ tar xzvf plass-0.7.tar.gz
$ cd plass-0.7
$ make
$ doas make install

or fetch the code with git: