This is the first post on the new qdistro site.

Why another Linux

Existing isolation-first distros (Qubes, Whonix) draw a hard line at the Xen hypervisor and a hardened UI. qdistro asks a different question: what does a single-tenant, LLM-modifiable userspace look like when the hypervisor and the compositor are commodity Linux, and the interesting work happens in Python/Qt/QML?

class Silo:
    """One VM, one purpose, one set of permissions."""
    name: str
    runtime: Literal["bare", "qemu", "container"]
    transport: Transport  # libweston-mediated; never raw DRI

What’s next