A simple, secure and user-friendly password manager built with Tauri and React.
- Generate strong passwords and passphrases
- Copy passwords to clipboard with a single click or with Ctrl+C
- Search through entries quickly with Ctrl+K
- Modern, clean interface
- Secure storage of credentials
- Cross-platform desktop application
- Tauri - Desktop application framework
- React - UI framework
- TypeScript - Type-safe JavaScript
- Tailwind CSS - Utility-first CSS framework
- FontAwesome - Icons
You can download the latest release here.
- Node.js
- Rust
- Tauri CLI
- Clone the repository:
git clone https://github.com/matteoauger/passmage.git
- Install dependencies:
npm install
- Run the development server:
npm run tauri dev
This project is licensed under the MIT License. See the LICENSE file for details.