Skip to content

devapro/droid-passwords

Repository files navigation

App for managing your passwords.

Password Manager

This is a password manager application built using Kotlin Multiplatform and Jetpack Compose.

The main features include:

  • Cross-platform support for Android, iOS, and Desktop.
  • Local storage of passwords.
  • Customizable additional fields.

Technologies Used

This project is inspired by Buttercup Desktop

Building and Running

Android

Run: ./gradlew :composeApp:installDebug

Desktop

Run: ./gradlew :composeApp:run

Packaging:

./gradlew :composeApp:packageReleaseDmg (macOS), ./gradlew :composeApp:packageReleaseMsi (Windows), ./gradlew :composeApp:packageReleaseDeb (Linux)

TODO

  • Add CI for iOS and Android, desktop builds
  • Add tests
  • Add ability to have a few vaults

About

Password manager. Multimodule Compose Multiplatform app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published