About the project
A secure, local-first password manager built with Rust that stores your passwords encrypted locally with military-grade encryption. Your data never leaves your device.
100% Local
AES-256 Encrypted
Cross-Platform
Privacy First
SECURITY / PRODUCTIVITY
Secure Local Password Manager
A secure, local-first password manager built with Rust that stores your passwords encrypted locally with military-grade encryption. Your data never leaves your device.

About the project
A secure, local-first password manager built with Rust that stores your passwords encrypted locally with military-grade encryption. Your data never leaves your device.
100% Local
AES-256 Encrypted
Cross-Platform
Privacy First
Key features
Project details
Tech stack
Project gallery
More screenshots
coming soon
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ Desktop GUI โ โ CLI Tool โ โ Backend Lib โ
โ (Tauri + โ โ (Rust) โ โ (Rust) โ
โ React/Next) โ โ โ โ โ
โโโโโโโโโโโฌโโโโโโโโ โโโโโโโโโโโฌโโโโโโโโ โโโโโโโโโโโฌโโโโโโโโ
โ โ โ
โโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโผโโโโโโโโโโโโโโ
โ Encrypted Vault โ
โ (Local JSON File) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
bash
git clone https://github.com/tarunjawla/passman.git
cd passman
bash
cargo build --release
bash
./target/release/passman --help
bash
passman init your-email@example.com
bash
passman add "GitHub" --type social --url github.com --username user@example.com
bash
passman list
bash
passman generate --length 16 --special --numbers
passman/
โโโ backend/ # Core Rust library
โ โโโ src/
โ โ โโโ lib.rs # Public API
โ โ โโโ models.rs # Data structures
โ โ โโโ crypto.rs # Encryption/decryption
โ โ โโโ storage.rs # Vault file management
โ โ โโโ auth.rs # Authentication
โ โ โโโ generator.rs # Password generation
โ โ โโโ vault.rs # Main vault manager
โ โโโ Cargo.toml
โโโ cli/ # Command-line interface
โ โโโ src/
โ โ โโโ main.rs
โ โโโ Cargo.toml
โโโ desktop/ # Desktop GUI (Tauri)
โ โโโ src-tauri/
โโโ website/ # Marketing website
โโโ Cargo.toml # Workspace configuration
Tarun.
Compiling the good stuff...