Your ultimate privacy toolkit for Windows and Linux. PrivyLife helps you discover, compare, and link to the best privacy-respecting apps — all from one place.
Download: GitHub Releases
- 35+ curated tools across 15 categories (browsers, VPN, password managers, email, messaging, DNS, and more)
- Privacy Stack Wizard — answer 4 questions and get a personalized toolkit with direct download links
- Browse & search — filter by platform, category, and recommended picks
- My Stack — save tools and track setup progress (stored locally, no accounts)
- Direct links — official websites, downloads, docs, and GitHub repos for every tool
- Zero tracking — no analytics, no cloud sync, no accounts
Get the latest desktop build from Releases:
| Platform | Files |
|---|---|
| Windows | NSIS installer (.exe) + portable exe |
| Linux | AppImage + .deb |
git clone https://github.com/N0L0g1c/PrivyLife.git
cd PrivyLife
npm install
npm run electron:devIf you already have the project elsewhere on Windows:
cd "C:\Users\Username\path\to\PrivyLife"
npm install
npm run electron:devLocal desktop build:
cd "C:\Users\Username\path\to\PrivyLife" # Windows
npm run electron:build:win
cd ~/path/to/PrivyLife # Linux
npm run electron:build:linuxOutput goes to the release/ folder.
| Category | Examples |
|---|---|
| Browsers | Brave, Mullvad Browser, Tor |
| Search | DuckDuckGo, Startpage, SearXNG |
| VPN | Mullvad, Proton VPN, IVPN |
| Passwords | Bitwarden, KeePassXC |
| Proton Mail, Tutanota | |
| Messaging | Signal, Session, SimpleX |
| DNS | NextDNS, AdGuard DNS, Quad9 |
| Ad blocking | uBlock Origin, AdGuard |
| Encryption | VeraCrypt, Cryptomator |
| File sync | Syncthing, Proton Drive |
| Notes | Standard Notes, Joplin |
| 2FA | Aegis, YubiKey |
| Firewall | simplewall (Windows), OpenSnitch (Linux) |
| OS | Linux Mint, Fedora, Windows hardening |
| Analytics | privacy.sexy, Exodus Privacy |
| VassDev Studio | PrivyLife, PrivyFile, Windows Privacy Tool, Security Hardening, DeepCleaner |
PrivyLife itself practices what it preaches:
- All preferences saved in localStorage only
- No telemetry or analytics
- No network requests except when you click external links
- Open source — inspect everything
- React 19 + TypeScript + Vite
- Tailwind CSS 4
- React Router
- Electron (desktop packaging)
MIT