🖥️ Whonix OS - Maximum Anonymity
Complete guide to Whonix - the most secure operating system for darknet
What is Whonix?
Whonix is a Debian-based operating system that runs in virtual machines (VMs). It uses two separate VMs to guarantee your real IP can never leak.
Whonix-Gateway
Handles ALL network traffic via Tor
Whonix-Workstation
Isolated workspace - can ONLY communicate through Gateway
Why Whonix?
Advantages over regular Tor Browser
- ✓ IP leak protection at hardware level
- ✓ Protects against malware trying to reveal IP
- ✓ Stream isolation - different Tor circuits for different apps
- ✓ Can run other software securely (not just browser)
- ✓ Persistent storage for keys and settings
System Requirements
| CPU | Intel/AMD with virtualization (VT-x/AMD-V) |
| RAM | Minimum 8 GB (16 GB recommended) |
| Storage | Minimum 50 GB free space |
| Host OS | Windows, Linux, macOS |
Step-by-step Installation
Step 1: Install VirtualBox
- Download VirtualBox from
virtualbox.org - Install with default settings
- Restart computer after installation
Step 2: Download Whonix
- Go to
whonix.org/wiki/Download - Download XFCE version (easiest)
- Verify download with SHA-512
- Extract .ova files
Step 3: Import VMs
- Open VirtualBox
- File → Import Appliance
- Select Whonix-Gateway.ova first
- Import
- Repeat for Whonix-Workstation.ova
Step 4: Start Whonix
- Start Gateway FIRST
- Wait until Tor is connected (green message)
- Then start Workstation
- Run security updates:
sudo apt update && sudo apt upgrade
Security Configuration
Recommended Settings
- Change default password:
passwd - Enable AppArmor (already enabled by default)
- Install MAT2 for metadata cleaning:
sudo apt install mat2 - Consider using encrypted storage for sensitive files
Whonix vs Tails - Which should I choose?
| Whonix | Tails | |
|---|---|---|
| Persistent storage | ✓ Default | Optional |
| Amnesic | ✗ | ✓ |
| Portability | Low | High (USB) |
| IP leak protection | Excellent | Excellent |
| Best for | Daily use | Temporary/portable |