SkillAgentSearch skills...

Passwd

A beautiful, cross-platform, encrypted password manager 🔐

Install / Use

/learn @passwdapp/Passwd

README

Passwd.

A beautiful, encrypted password manager, built using Flutter and Dart.

Note: This project is unmaintained for now

Features

  • Fully encrypted using XSalsa20-Poly1305 (including the database stored on-device)
  • Support for TOTP
  • Secure Password Generation (Diceware and Random)
  • A beautiful UI
  • Really compact database, allowing for efficient disk operations (Thanks to MsgPack)
  • Desktop Support (Linux is still untested, any contibutions on the same are welcome)
    • TouchBar support (Beta)
  • Responsive UI (Kinda)
  • Support for autofill on android (Beta)
  • Cloud Sync (Highly Experimental)
  • Support for multiple languages (feel free to make an issue if you want to contribute)
    • English
    • Hindi
    • Dutch
    • Polish (not fully up to date)
    • Brazilian Portuguese

Screenshots

Nothing is complete without screenshots :P

<p align="left"> <img src="./screenshots/splash_new.png" height="440px" /> <img src="./screenshots/pin_new.png" height="440px" /> <img src="./screenshots/home_new.png" height="440px" /> <img src="./screenshots/details.png" height="440px" /> <img src="./screenshots/diceware.png" height="440px" /> <img src="./screenshots/random.png" height="440px" /> <img src="./screenshots/deletion_notice_new.png" height="440px" /> </p>

Building

  • Install Flutter
  • Switch to the master channel: flutter channel master
  • Run flutter upgrade
  • Clone the repository

Android

  • Connect your device / emulator to your computer
  • flutter run

iOS

  • Connect your device / simulator to your computer (only macs are supported)
  • flutter run

Desktop

  • Enable flutter desktop support (https://flutter.dev/desktop)
  • flutter run

Changelog

See CHANGELOG.md

Contributors

See CONTRIBUTORS.md.

Roadmap

See ROADMAP.md.

View on GitHub
GitHub Stars168
CategoryCustomer
Updated1d ago
Forks25

Languages

Dart

Security Score

100/100

Audited on Apr 3, 2026

No findings