Link Password is a secure, lightweight, and modern password manager built with Tauri, React, and TypeScript. It combines the performance and security of Rust with the flexibility of a modern web frontend.
- 💾 Data Autonomy: Complete control over your data. Validates the principle of data sovereignty by allowing custom storage paths.
- 🔒 Secure Storage: AES encryption for all your passwords.
- ⚡ Fast & Lightweight: Native performance powered by Tauri (Rust).
- 🎨 Modern UI: Clean interface with Dark/Light mode support (adapts to system settings).
- 👆 Drag & Drop: Easily reorder your accounts with drag-and-drop functionality.
- 🔍 Quick Search: Instantly filter and find your accounts.
- 📋 One-Click Copy: Copy passwords to clipboard securely and quickly.
- Frontend: React, TypeScript, Vite
- Backend / Core: Tauri (Rust)
- State / Logic: React Hooks
- Drag & Drop: @dnd-kit
-
Install dependencies:
pnpm install
-
Run in development mode:
pnpm tauri dev
To build the application for production:
pnpm tauri buildThe output will be in src-tauri/target/release/bundle.
- Add Account: Click the
+button, enter an account name and password. You can optionally set a master password to encrypt this specific entry. - Unlock: Click on a hidden password and enter the master password to reveal/copy it.
- Reorder: Drag items in the list to your preferred order.
- Settings: Click the gear icon to change the storage path or switch themes.
