KeyGo is a secure, open-source Android password manager that allows you to store passwords and credit card information encrypted on your local device.
- Store Passwords and Credit Card information securely
- Generate secure Passwords and Passphrases
- Estimate Password Strength with nbvcxz
- AES-Encryption on your local device for added security
- Autofill feature for easy input
- Supports Material 3 and Dynamic Color (Android 12+ required)
Platform | Status |
---|---|
GitHub | |
Google Play Store |
- Download the latest APK file under "Assets."
- Open the "Downloads" folder on your device and tap the APK file to begin the installation process.
- A pop-up message will appear asking for your permission to install the app. Tap "Settings" on the pop-up message.
- On the settings page, toggle the switch next to "Allow from this source" to grant permission to install apps from GitHub releases.
- Go back to the installation screen and tap "Install" to continue with the installation process.
- The installation is now completed.
- Clone the repository by running
git clone https://github.com/OffRange/KeyGo.git
in your terminal. - Run
.gradlew assembleGithubRelease
. APKs can be found underKeyGo/app/github/release
. - (Optional but highly recommended) Sign the apk.
- Connect your phone to your computer using a USB cable.
- Enable USB debugging on your device.
- Install the APK using adb by running
adb install <path to apk file>
.