vaultmate-gui
A secure, cross-platform GUI-based password manager built with Python
# VaultMate v1.3.0
Offline password manager and software passkey authenticator.
No cloud. No hardware key required.
## Downloads
| Platform | File |
|---|---|
| 🐧 Linux (x86_64) | VaultMate-v1.3.0-linux-x86_64.tar.gz |
| 🪟 Windows 10/11 | VaultMate-Setup-v1.3.0-windows.exe *(coming via GitHub Actions)* |
| 🍎 macOS 12+ | VaultMate-v1.3.0-macOS-arm64.dmg *(coming via GitHub Actions)* |
## Linux Install
```bash
tar -xzf VaultMate-v1.3.0-linux-x86_64.tar.gz
cd VaultMate &&...