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

Qubes OS

A

Security-via-compartmentalisation desktop OS. Every app runs in its own Xen VM.

At a glance

Grade
A ()
KYC posture
anonymous signup
Fees
Free · GPLv2
Last verified
2026-05-13
Operating since
2010 · 16y
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

Qubes OS is the "reasonably secure operating system" — a Xen-based desktop OS where every workflow lives in its own qube (a lightweight Xen VM) with hypervisor-level isolation between them. Listed at Grade A · editor's pick because Qubes occupies a structurally unique position: it's the only consumer-grade OS that uses hypervisor isolation as the primary security primitive, treating "the entire OS" (including USB drivers, network stack, GUI compositor) as untrusted components to be sandboxed. Edward Snowden publicly endorsed it; the Tails Project and Whonix Project both recommend Qubes as the canonical strict-anonymity host. The trade-off is real: heavy hardware requirements, learning curve, and a fundamentally different mental model than stock Linux/macOS/Windows — but for users whose threat model includes sophisticated application-level attacks, no consumer alternative comes close.

Background. Qubes OS was created by Joanna Rutkowska (renowned security researcher, formerly of Invisible Things Lab) in 2010, with the first stable release in 2012. The project is currently maintained by the Qubes OS Project (a community-of-developers structure with named maintainers and contributors), led by Marek Marczykowski-Górecki as the lead developer. Open source under the GPLv2 license; codebase at github.com/QubesOS. Hardware requirements: 16 GB RAM minimum (32 GB recommended), 64-bit CPU with VT-x + VT-d / AMD-V + IOMMU, SSD strongly recommended, certified Qubes-compatible hardware list available at qubes-os.org/hcl/. Tails-Qubes recommendation: Tails on Qubes runs as a disposable VM giving you Tails's amnesic semantics on top of Qubes's hypervisor isolation. Qubes-Whonix: the canonical recommendation for anonymity work — Whonix templates run as qubes, all networking routed through Whonix-Gateway, applications run in Whonix-Workstation qubes. Funding: donations + grants (NLnet, Open Tech Fund, individual contributors); no commercial owner.

What you trust. Xen hypervisor — Qubes is built on Xen 4.x, the well-audited Type 1 hypervisor that's also used by AWS for EC2. Xen isolation is hypervisor-level, meaning a compromised qube cannot read another qube's memory without breaking the hypervisor itself. Compartmentalisation by default — separate qubes for Banking, Personal, Work, Vault (offline-only for keys), Disposable (browsers that get destroyed after each use), Untrusted-Web (anything from the open internet). GUI compositor isolation — the GUI is rendered by dom0 (the trusted privileged domain), with qubes drawing into Xen-mediated framebuffers; clipboard sharing between qubes is explicit and visible. Networking is its own qube — `sys-net` is the qube that owns the network card and Wi-Fi drivers; if a network-card driver has a vulnerability, it lives inside sys-net only. Disposable qubes — short-lived qubes for tasks like "open this PDF I don't trust"; the qube is created, runs the task, gets destroyed. No phoning home — Qubes doesn't collect telemetry. What you don't trust: hardware (the CPU itself, the firmware, the network card hardware) — Qubes mitigates but cannot eliminate hardware-level trust. Side-channel attacks on Xen (Spectre, Meltdown, L1TF, MDS) — these have been mitigated in hardware + Xen patches, but each new class of side-channel attack requires re-evaluation. dom0 compromise would be catastrophic — dom0 is the privileged domain that controls everything else; Qubes minimises dom0's attack surface (no networking, no untrusted files, no untrusted apps run in dom0) but if dom0 is compromised, the whole system is.

Operational specs. Hardware: 64-bit CPU with VT-x + VT-d (Intel) or AMD-V + IOMMU (AMD); 16 GB RAM minimum, 32 GB recommended; SSD strongly recommended (HDD is technically supported but painfully slow); certified hardware list at qubes-os.org/hcl/. Templates: Fedora (default for personal qubes), Debian, Whonix-Gateway, Whonix-Workstation, custom templates for specialised use cases. Qube types: AppVM (regular application qube derived from a template), TemplateVM (the source template that AppVMs derive from), NetVM (owns the network hardware; e.g., sys-net), ProxyVM (filters between net qubes; e.g., sys-firewall, sys-whonix), DispVM (disposable, destroyed after use). Inter-qube communication: explicit and controlled via `qrexec` (Qubes RPC); each qube-to-qube communication channel is policy-controlled. GUI: dom0 runs the trusted compositor; qubes draw into Xen framebuffers; window decorations show the qube name + color for visual identification. Updates: dom0 + templates each receive updates separately; the AppVMs derive their software state from templates, so updating a template propagates to all AppVMs using it. Disposable VMs: created instantly via right-click "Open in disposable VM"; perfect for opening untrusted attachments or browsing untrusted URLs. HVM mode: for legacy applications that can't run as PV/PVH, hardware-virtualised mode is supported.

Philosophy. Qubes's editorial differentiator is the hypervisor-isolation-as-primary-security model. Linux, macOS, Windows all share the same fundamental assumption: applications run in user-space, kernel mediates access, root is the security boundary. This is fine until you have a kernel vulnerability, a malicious application that escalates privileges, or a driver bug that gives an attacker kernel access. Qubes inverts the assumption: the OS itself (kernel, drivers, GUI, everything) is untrusted and runs inside a Xen VM. The hypervisor is the security boundary, and the hypervisor is much smaller than the OS, making it easier to audit and harder to exploit. The trade-off: every workflow needs its own qube, requiring more RAM and conscious organisation of work into qubes. For users whose threat model includes application-level compromise (sophisticated journalism, intelligence work, anti-surveillance research, high-value crypto custody), the trade-off is justified; for everyday users, it's overkill.

Grade rationale. Grade A and editor's pick reflect: open-source GPLv2 codebase; 15+ years of operational continuity (since 2010, stable since 2012); hypervisor-isolation-as-primary-security architecture (the strongest compartmentalisation available on consumer hardware); maintained by a named team (Joanna Rutkowska as creator, Marek Marczykowski-Górecki as lead developer); independent security reviews; pairs natively with Whonix for Tor-routed qubes; Disposable VM model for one-shot untrusted operations; Templates-based update model; explicit qrexec inter-qube communication; named Snowden endorsement as a credibility-signal independent of the project's own marketing; cross-listed in web3privacy peer directory. Last verified 2026-05-13.

Useful when. You're in a threat model where application-level compromise is a credible attack vector — sophisticated journalism, activism, intelligence work, anti-surveillance research, high-value cryptocurrency custody. You're already running Whonix and want the hypervisor isolation Qubes provides as the host. You need disposable VMs for opening untrusted documents, browsing untrusted URLs, or analysing potentially malicious files. You want compartmentalisation by workflow — separate qubes for Banking, Personal, Work, Vault — so a compromise in one workflow doesn't affect the others. You're a security researcher who needs to analyse malware safely in an isolated environment. You're a journalist working with sensitive sources and need an OS that won't leak data between workflows. You want the strongest desktop privacy posture currently available on consumer hardware.

Caveats. Heavy hardware requirements — 16 GB RAM minimum, 32 GB recommended; older laptops may not meet the bar. Check the Hardware Compatibility List before purchasing. Real hardware preferred — running Qubes in a virtual machine inside another OS defeats the purpose; the hypervisor isolation only works on bare metal. Steep learning curve — Qubes's mental model (qubes, templates, dom0, sys-net, sys-firewall) is fundamentally different from "an operating system." Expect a multi-week learning curve before you're productive. Some applications don't work well — GPU-accelerated applications, certain video conferencing tools, and games are awkward to run on Qubes due to the GPU-passthrough complexity (though Qubes 4.2+ has improved GPU support). No mobile — desktop only; mobile users should use GrapheneOS or CalyxOS. dom0 is the high-value target — if dom0 is compromised, the whole system is. Qubes minimises dom0's attack surface but you should still be careful about what you do in dom0 (the rule: nothing untrusted goes in dom0). Side-channel attacks on Xen are a real concern — Spectre, Meltdown, and the long tail of hardware-level vulnerabilities have required Xen updates and BIOS updates; stay current. No Secure Boot in some configurations — Qubes's Secure Boot support has improved but historically had quirks; check the current state for your specific hardware. Battery life on laptops is worse than stock Linux because of the always-on hypervisor + multiple VMs. Inter-qube data movement requires explicit copy — qrexec policies control what flows between qubes; this is a feature (no accidental data leak) and a friction (every cross-qube operation is intentional). Backup strategy is critical — Qubes can back up individual qubes or the whole system; design your backup plan early to avoid losing work in case of dom0 corruption.

Fees

Free · GPLv2

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 · 178ms · checked 1h ago
  • ONION No .onion mirror listed
  • 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.