๐ SafeVault v3.0.0 โ Fort Knox Level Password Security
Free, open-source, and 100% offline. Your passwords stay on your device โ always.
๐ Website: safevault.ct.ws
โจ What's New
- ๐ macOS support โ Universal
.dmgfor Intel & Apple Silicon - ๐ง Linux support โ
.deb(Ubuntu/Debian) and.AppImage(any distro) - ๐ AES-256-GCM encryption with PBKDF2 key derivation (600,000 iterations)
- ๐ฑ OTP-based vault recovery via SMS โ never get locked out
- ๐ช Real-time password strength checker with improvement tips
- ๐ฒ Built-in password generator โ custom length, symbols, and complexity
- ๐ Auto-lock after inactivity
- โป๏ธ Restore deleted accounts โ recover accidentally removed entries
- โ๏ธ Settings panel โ recovery phone, about, factory reset
- ๐ Instant fuzzy search across all vault entries
- ๐จ Redesigned UI โ new splash screen and login experience
๐ฅ Download
| Platform | File | Size | Arch |
|---|---|---|---|
| ๐ช Windows 10/11 | SafeVault-Setup-3.0.0.exe
| ~85 MB | x64 |
| ๐ macOS 11+ | SafeVault-Setup-3.0.0.dmg
| ~92 MB | Universal |
| ๐ง Linux (.deb) | SafeVault-Setup-3.0.0.deb
| ~90 MB | x64 |
| ๐ง Linux (.AppImage) | SafeVault-Setup-3.0.0.AppImage
| ~78 MB | x64 |
All versions are free and open source. No account required. No telemetry.
๐ ๏ธ Installation
๐ช Windows
- Download
SafeVault-Setup-3.0.0.exe - Double-click and follow the setup wizard
- Launch from Start Menu or Desktop shortcut
๐ macOS
- Download
SafeVault-Setup-3.0.0.dmg - Open the
.dmgand drag SafeVault to Applications - Launch from Applications or Spotlight
First launch: System Settings โ Privacy & Security โ Open Anyway
๐ง Linux โ .deb (Ubuntu / Debian / Mint)
chmod +x SafeVault-Setup-3.0.0.deb
sudo dpkg -i SafeVault-Setup-3.0.0.deb
sudo apt-get install -f๐ง Linux โ .AppImage (any distro)
sudo apt install libfuse2 -y
chmod +x SafeVault-Setup-3.0.0.AppImage
./SafeVault-Setup-3.0.0.AppImage --no-sandbox๐ Security
| Layer | Implementation |
|---|---|
| Encryption | AES-256-GCM |
| Key Derivation | PBKDF2 โ 600,000 iterations |
| Hash | SHA-512 |
| Verification | HMAC-SHA256 |
| Network | Zero requests โ fully air-gapped capable |
| Recovery | OTP via SMS |
Your master password is never stored. Only a derived HMAC verifier is saved โ impossible to reverse-engineer from stored data.
๐ฅ Team
Built with โค๏ธ by Tangersoft
| Developer | GitHub |
|---|---|
| Abdullah | @0k1nx0 |
| Swastika Guleria | @guleriaswastika |
| Karan Goyal | @karangoyal09 |
ยฉ 2026 Tangersoft ยท safevault.ct.ws ยท GitHub