-
-
Notifications
You must be signed in to change notification settings - Fork 65
Installation guide
KeepMyPassword is designed for all desktop operating systems. The only prerequisite is to have Java 17.0.2 or newer installed.
To check, what Java version is installed, you need to open your terminal (command line tool) and type: java --version
. The output should look simmilar to the one below:
In order to install the required Java version, you need to go to this website and choose a suitable version: Java Download Site, click download and progress through the installation process.
To install KeepMyPassword, you need to click on Releases section on Main Page of this project and download the file with .jar
extension.
Please consider leaving a star or becoming a sponsor to motivate me to develop this project, to make it KeepMyPassword better with every update!
Thanks to @anjannair installing this app can be done using only one command given below:
wget -qO- https://raw.githubusercontent.com/xEdziu/KeepMyPassword-Desktop/main/linux-install.sh | bash