xmr.club
EN 中文 ES RU
★ availableBecome the front-page sponsor— 1.5 XMR/mo · 1 slot site-wide · banner on home, every category, every provider
/tools · verified 2026-05-13

Whonix

A

Two-VM compartmentalisation — workstation never sees the public internet.

At a glance

Grade
A ()
KYC posture
anonymous signup
Fees
Free · GPL
Last verified
2026-05-13
Operating since
2013 · 13y
Tor mirror
http://www.dds6qkxpwdeubwucdiaord2xgbbeyds25rbsgr73tbfpqpt4a6vjwsyd.onion
A Why grade A?

Best evidence tier. Signup tested end-to-end by xmr.club curator — deposit + withdrawal + edge cases. No-KYC posture verified at retail volume. Last_verified within 12 months.

Full rubric + 7-step verification walkthrough at /methodology.

Review

Whonix is the two-VM compartmentalisation anonymity OS — a security-focused operating system that runs as two virtual machines side-by-side: a Workstation VM where you do your actual work, and a Gateway VM that handles all Tor routing. The Workstation never sees the public internet — it can only talk to the Gateway, which then routes through Tor. Listed at Grade A because Whonix occupies a structurally unique trust posture: even if your applications, your browser, or your operating system itself are compromised, they cannot leak your real IP because they don't have access to a network that knows your real IP. Best paired with Qubes OS for the strictest persistent-anonymity setup; Tails is the ephemeral-amnesic alternative for different threat models.

Background. Whonix was created in 2012 by Patrick Schleizer (pseudonym: adrelanos) and continues to be maintained by the Whonix Project with a contributor team. Distributed as VirtualBox images, KVM images, and as the canonical anonymity layer inside Qubes OS (where Whonix is recommended by the Qubes Project itself). Open source under GPLv3; the codebase is at github.com/Whonix. Funded by donations and Open Tech Fund grants in the past; team has resisted commercial productisation that would compromise the privacy-first principles. The threat model Whonix is designed against is sophisticated: not just "ISP-level surveillance" (Tor Browser solves that), but "application-level compromise" — what if your browser has a zero-day, what if your PDF reader leaks your IP via an embedded JavaScript widget, what if the OS itself is malware-infected? Whonix's compartmentalisation means those compromises cannot leak your IP because the compromised software has no path to discover it.

What you trust. Network compartmentalisation — the Workstation VM has no direct network access; it has a virtual network adapter that connects only to the Gateway VM. Even root access on the Workstation cannot bypass this because the network adapter literally can't reach the public internet. Tor handled at the Gateway — all traffic from the Workstation is forced through Tor at the Gateway layer; no application can opt-out. Stream isolation — different applications on the Workstation route through different Tor circuits automatically (so a browser-tab leak doesn't deanonymise a separate email session). Hardened defaults — Whonix-Workstation ships with hardened Tor Browser, AppArmor profiles, sandboxed applications, hardened kernel parameters. Reproducible builds — Whonix releases are reproducible from source; the build process is documented and verifiable. Upstream is Debian + Tor + Kicksecure — the OS is built on Debian (well-audited base), Tor (the canonical anonymity network), and Kicksecure (the Whonix Project's hardened-Debian companion distribution). What you don't trust: the host operating system — Whonix runs as VMs on top of a host (your VirtualBox/KVM host). If the host is compromised, Whonix's compartmentalisation can be bypassed (host-level malware can see the Workstation's screen, keystrokes, files). For the strongest posture, run Whonix on Qubes OS (where each VM is hypervisor-isolated, eliminating the host-trust assumption).

Operational specs. Platforms: VirtualBox (cross-host: macOS, Windows, Linux); KVM (Linux native); the canonical anonymity-layer for Qubes OS (Qubes-Whonix). VM model: Whonix-Gateway (runs Tor, exposes a local network interface) + Whonix-Workstation (your actual desktop environment, talks only to Gateway). Resource requirements: 4GB RAM minimum, 8GB recommended; 100GB disk for both VMs combined; 64-bit CPU with virtualisation extensions. Workstation environment: XFCE desktop (lightweight, hardenable), with pre-installed Tor Browser, Thunderbird with Enigmail, OnionShare, KeePassXC, and other privacy tools. Updates: managed through the Whonix package system; updates routed through Tor (the Gateway's update path uses onion services where available). Persistence: unlike Tails (which is amnesic by default), Whonix is persistent — files saved on the Workstation persist across reboots. This is a feature for multi-day workflows and a trade-off for users who need amnesic-by-default (use Tails for that). Multiple Workstations: you can run multiple Workstation VMs side-by-side, each with different identity contexts, all routing through the same Gateway. Time fuzzing: Whonix randomises the system clock slightly to prevent time-based fingerprinting. MAC address randomisation: at boot, Workstation generates a random virtual MAC.

Philosophy. Whonix's editorial differentiator is the structural-isolation approach to anonymity. Tor Browser puts anti-deanonymisation logic inside a single application (and the application is your trust surface). Tails extends that to a whole OS, with amnesic-by-default storage. Whonix extends it further: the OS compartmentalises into two VMs, the application layer cannot reach a network that knows your IP, and the failure modes shift from "this application leaked your IP" to "the hypervisor or host is compromised" — a structurally harder attack. The trade-off: operational complexity. You manage two VMs instead of one, you balance memory across them, you handle clipboard sharing carefully. For threat models where application-level compromise is a credible attack vector — sophisticated journalism, activism in surveillance-heavy regions, long-running anonymous infrastructure — the complexity is justified. For everyday browsing privacy, Tor Browser alone is sufficient.

Grade rationale. Grade A reflects: 13+ years of operational continuity (since 2012); open-source GPLv3 codebase; reproducible builds documented; built on Debian + Tor + Kicksecure (well-audited upstream); structural network compartmentalisation (Workstation can't reach internet directly); canonical anonymity layer recommended by Qubes OS Project; stream isolation across applications; hardened defaults (AppArmor, kernel parameters); persistent storage for multi-day workflows; multiple Workstation VMs for identity-context isolation; named maintainer (Patrick Schleizer / adrelanos) with public identity and track record; cross-listed in Privacy Guides and web3privacy peer directories. Tor onion mirror at dds6qkxpwdeubwucdiaord2xgbbeyds25rbsgr73tbfpqpt4a6vjwsyd.onion. Last verified 2026-05-13.

Useful when. You're running persistent anonymous infrastructure — a long-running .onion service, an anonymous research workflow, a multi-day investigation — where Tails's amnesic-by-default would lose your work. You're in a threat model where application-level compromise is a credible attack vector (sophisticated journalism, activism, anti-surveillance research). You're already running Qubes OS and want the canonical anonymity-layer Qubes-Whonix integration. You want stream isolation across applications so a leak in one doesn't deanonymise another. You're testing or developing anonymity tools and want a controlled environment to validate them. You want to identity-compartmentalise by running multiple Workstation VMs side-by-side (one for personal anonymous identity, one for journalism work, one for activism, etc.) sharing a single Gateway. You're not satisfied with single-application anonymity (Tor Browser) and want OS-level network isolation.

Caveats. Heavier setup than Tor Browser or Tails — requires VirtualBox or KVM, requires understanding two-VM architecture, requires managing VM resources. Coming from "just install Tor Browser," Whonix is a significant step up in complexity. Host OS is the weak link — Whonix's compartmentalisation protects against application-level compromise, but the host OS (macOS, Windows, Linux) that's running VirtualBox can see everything in the VMs. For the strongest posture, run Whonix on Qubes OS where hypervisor isolation makes the host less of a concern. Performance overhead — running two VMs is heavier than a single OS; you'll feel it on a low-end laptop. 8GB+ RAM and an SSD are recommended for a comfortable experience. Persistence is opt-in for some use cases, off for others — unlike Tails, Whonix persists files by default; if you need amnesic-by-default for specific sessions, you can use Whonix-Live (Whonix's amnesic mode) or shut down + revert from a clean snapshot. VirtualBox requires non-trivial host trust — Oracle's VirtualBox has had vulnerabilities historically; for the strictest threat model, use KVM (Linux native) or Qubes OS (Xen-based) instead. No mobile — Whonix is desktop-only; mobile users should use Tor Browser for Android, or Orbot + a hardened Android distribution like GrapheneOS. Initial download is large — the VM images are 1-2GB each; first install over a slow connection is painful. Doesn't protect physical-access threats — Whonix is software-only; if your laptop is seized and the VMs are unlocked, the data is readable. Pair with full-disk encryption (VeraCrypt or system FDE) for physical-access protection. Updates require attention — like any OS, Whonix needs periodic updates for security; staying on an old version means staying on old Tor + old Debian + old browser, all of which is a real attack surface.

Fees

Free · GPL

Links

Sourced from operator pages — verify identity via more than one channel before trusting time-sensitive instructions.

Audit trail — receipts for the editorial claim

  • UPSTREAM Up · HTTP 200 · 228ms · checked 58m ago
  • ONION Matches operator-published www.dds6qkxpwdeubwucdiaord2xgbbeyds25rbsgr73tbfpqpt4a6vjwsyd.onion
  • MANUAL Last manual verification 2026-05-13 (<90d)

Reviews — moderated · rules

No community reviews yet. Be the first below.

Add a review

Honest, brand-neutral feedback welcome. A curator approves before it appears here. No JS required.

Required: review body. Honest, descriptive reviews get approved within a day. Marketing copy, slurs, or invective get rejected. Per-day cap of 5 submissions per IP.