Enpass - Offline Password Manager

Enpass: Password Manager #

Offline Password Manager and Secure Vault. Saves and fill in all your passwords.

Install #

To install Enpass, add a new repository to /etc/apt/sources.list: #

sudo -i
echo "deb https://apt.enpass.io/ stable main" > /etc/apt/sources.list.d/enpass.list

And import key that is used to sign the release: #

wget -O - https://apt.enpass.io/keys/enpass-linux.key | tee /etc/apt/trusted.gpg.d/enpass.asc

After that, you can install Enpass as any other software package: #

apt update && apt install enpass
exit
Edit Edit this page