Passy is a free and open source offline password manager application for Linux, Windows and Android. Using Passy you can store passwords, debit and credit cards details, notes, id cards and identities. It comes with AES encryption, offline local storage, synchronization support, fingerprint unlock support, automatic backup and auto fill support. It is written in Dart and released under GNU General Public License v3.0.
Download Passy Password Manager [Windows,Android,Linux]
How to Install Passy on Ubuntu Linux
Passy is available as a snap, flatpak and portable AppImage file format. In the terminal app (ctrl+alt+t) run below Passy snap installation command. It will install the latest version of Passy on your system.
sudo snap install passy
You can start the app using below command.
passy
And you can uninstall passy using below command.
sudo snap remove passy
Install Passy via Flatpak:
First install flatpak and flathub on your system and restart it after the installation. Now open the terminal app and run below Passy flatpak command.
flatpak install flathub io.github.glitterware.Passy
You can start passy using
flatpak run io.github.glitterware.Passy
And uninstall it using this command.
sudo flatpak uninstall io.github.glitterware.Passy
Install Passy via AppImage
Download Passy in the portable .AppImage file format and save it on your Downloads folder. Now in the terminal app run below commands one by one.
cd Downloads
sudo chmod +x ~ Passy-v1.2.0.AppImage
./Passy-v1.2.0.AppImage
Note: Here “Passy-v1.2.0.AppImage” is the downloaded file name. If the downloaded file is in zip format then just unzip and move the Passy-v1.2.0.AppImage file to your Downloads folder.
That’s it.