Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 2.49 KB

File metadata and controls

79 lines (63 loc) · 2.49 KB

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