Omarchy Quattro and the $8M foundation
- YT :: https://www.youtube.com/watch?v=MWvH7BRgwL8
- Original title :: DHH Omarchy Quattro Announcement | TheStandup
DHH joins Prime, Teej and Trash to announce Omarchy Quattro - a from-scratch rewrite, largely AI-developed over three months - and the Omarchy Foundation, incorporated with $8M in pledged funding. His thesis: the blocker on Linux desktop adoption was never capability, it was setup and configuration pain, and agents dissolve exactly that pain. Most of the episode is Prime and Trash pressing him on supply chain security and QA.
Quattro
Rewritten in QuickShell, 17 dependencies dropped, ISO 30% smaller, install down to about 45 seconds on fast hardware. A community plugin repository (omarchyplugins.com) launched six days earlier and is approaching a thousand plugins. Downloads are running ~5,000 ISOs a day.
The architectural change that mattered most was moving off the original design - a git checkout in the user's home directory - to a fully package-driven system where Omarchy's own config lives in system packages rather than user space. DHH says separating those two things erased roughly 70% of prior bug reports, because users were understandably meddling with files sitting in their home directory.
The foundation
DHH floated the idea with Toby Lütke on a Sunday, offering to put in a million; Toby matched immediately, and the round closed within days at $8M pledged - other names mentioned include Michael Dell, Patrick Collison, Matthew Prince, Jason Fried and Jack Dorsey. DHH runs it as executive director and puts in money rather than taking any out. Three spending pillars, planned to last five years:
- Fund developers of key subsystems. The first deal makes the foundation exclusive sponsor of Vaxry for three years plus a two-year option, so Hyprland development needs no commercial thinking. Hyprland stays MIT and usable by any distro. mise's JDX is also being sponsored.
- Infrastructure to run a top-tier distribution: package servers, mirrors, agent runners, QA servers.
- Marketing - merchandise, events, awareness - which he notes nerds are allergic to.
The mission stays deliberately narrow: keyboard-first, built as his own perfect computer, with the tools handed over so you can build yours. Explicitly not a watered-down grandma distro.
Why now: hardware, then agents
Two things had to land first. Intel Panther Lake efficiency and Dell's revamped XPS line finally produced, in his words, a laptop he'd pick over any other - one XPS with an LCD panel hit 42 hours in a battery test. Prime notes he programmed on two flights, closed the lid, and found half the battery left a week later; he contrasts this with 45-minute battery life on Linux in 2016. DHH acknowledges the sponsorship optics but says he was pushing the XPS long before Dell's money, and credits AMD's 395+ too. Fortnite is expected on Linux by year end.
With parity on hardware, the agent argument takes over. macOS is where he says agents can't help you: you can't change the core of the OS, hotkeys aren't programmatically settable, and app config is menu-driven - his example is Raycast, where the only way in or out of your config is export/import through a GUI, "like a caveman". Trash extends the point past Apple: app-development culture itself assumes a human clicking menus, so both the platform and the ecosystem block automation. The malleable computer programmers have wanted forever is now reachable, and Apple has no answer.
Supply chain
Prime's central question - given the ongoing Rust and AUR incidents, how does Omarchy avoid being one more npm - gets the bluntest answer of the episode: own the whole universe. Nothing in Omarchy itself comes from the AUR; everything is compiled on their build servers into their own repository, served from their own mirrors behind Cloudflare. The AUR remains only for a handful of optional installs from trusted vendors, and is being deemphasized further - he packaged T3 Code himself from upstream rather than pulling the AUR version. The scoping argument is a power law: the top ~1% of the AUR's 117,000 packages is most of the downloads, so cherry-picking that shrinks the attack surface without hosting everything.
They also run a forked kernel with patches - part of why the XPS runs so well - with Spencer Bull, a Dell engineer now on the Omarchy core team, doing the Intel patch liaison. Plugins are the next AUR-shaped problem; the plan is to host them and run agent-powered security vetting. DHH's framing: the current wave of exploits is agent-accelerated, and agents are equally good defenders, so with effectively unlimited token budgets they can put the best available intelligence on defence, plus agents monitoring CVEs and opening PRs, and on-call staff they can now afford.
QA and resilience
Layered, in DHH's telling:
- Him. 17 laptops, 400 PCs, and Quattro installed ~500 times across permutations.
- A ~40,000-person Discord split into channels: dev (straight off git), edge (packages every ~6 hours), then a release-candidate group that stress-tests on far more hardware than he owns.
- Stable, which deliberately lags Arch by one month so nobody's system breaks at 3am from an upstream push - a lesson from the early days. Anything urgent like a CVE ships immediately.
- A two-speed package split. System packages (Hyprland, Qt, QuickShell, core utils) move at a reasonable pace via pacman; high-churn dev tooling (Codex, Claude, opencode, CLIs) lives in mise, so a tool updating 17 times a day never drags your system packages along.
- BTRFS snapshots taken before every update, five kept, so a broken update is a reboot and a rollback.
- Factory reset back to the ISO state, with encryption handled, so a machine can be safely handed off or sold.
The one-versus-thousand question
Prime asks how Vaxry alone builds a better desktop experience than Windows or macOS with thousands of engineers, noting it can't just be AI since he was doing it pre-AI. DHH: great leaps never come out of committees replicating an org chart. Hyprland came from a Polish teenager deciding he knew better than a $3T company - "the world is moved forward by delusional unreasonable people who with enough determination become right." That is the group he says the foundation is tapping.
Culture
He closes on why an institution is needed rather than one-off sponsorships: parts of the Linux world, Nix worst of all in his view, mix real technical achievement with gatekeeping over politics and who is permitted to use the software. He wants a counterweight - no land acknowledgements, no code-of-conduct proceedings, a competent group running a distribution for anyone who wants to have fun with computers. He argues the madness pushes both normal users and developers back toward Windows, and that is the missed opportunity.