Polypass is a free and open source password manager application for Linux, Windows, Android and MacOS. Using Polypass, you can save your passwords easily and securely in your system or in cloud via FTP. It comes with build-in password manager, create separate password entry and group them, option to set KDF iterations, threads, memory, clipboard clear time and vault auto lock time. It is written with Dart, Flutter, and Rust and released under GNU General Public License v3.0.
How to Install Polypass on Ubuntu
To install Polypass on your system, download Polypass in .deb package file from the above download link and save it on your Downloads folder. Now open the terminal command-line application and run below Polypass install command.
Note: Here “polypass-v2-1-0.deb” is the downloaded file name. You can change below command based on your file name and path.
sudo apt install ./Downloads/polypass-v2-1-0.deb
After the successful install, open it via Show Apps application menu.
Install Polypass via Flatpak:
If you don’t have flatpak and flathub on your system, first install it using below commands.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Now restart your system and open the terminal application. You can skip the above steps if you already have them.
Run below Polypass flatpak install command.
flatpak install flathub io.github.polypixeldev.Polypass
And open it using
flatpak run io.github.polypixeldev.Polypass
And uninstall Polypass sing below commands.
flatpak uninstall io.github.polypixeldev.Polypass
[OR]
sudo flatpak uninstall io.github.polypixeldev.Polypass