Skip to content

Installation guide

Adrian Goral edited this page Aug 23, 2022 · 4 revisions

KeepMyPassword is designed for all desktop operating systems. The only prerequisite is to have Java 17.0.2 or newer installed.

Windows installation

How to check what Java version I have?

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:

image

Installing Java 17.0.2

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.

Downloading KeepMyPassword

To install KeepMyPassword, you need to click on Releases section on Main Page of this project and download the file with .jar extension.

That's it!

Please consider leaving a star or becoming a sponsor to motivate me to develop this project, to make it KeepMyPassword better with every update!

Linux installation

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