Omarchy: DHH's Opinionated Arch Linux Distro for Developers
Aug 29, 2026- Sergio Zabala
The Problem: Getting Arch Right Takes Weeks
Installing Arch Linux “by hand” is almost a rite of passage: partitioning, encryption, picking a window manager, configuring Wayland, writing your own waybar and hyprland.conf, resolving AUR package conflicts, tuning the theme, keybindings, fonts… The result, once you get there, is usually a beautiful, blazing-fast desktop. The cost is that getting there can take weeks of trial and error, and every system update is a chance for something to break.
Omarchy, created by David Heinemeier Hansson (DHH, the creator of Ruby on Rails and co-founder of 37signals/Basecamp), starts from a simple premise: what if someone already made those hundred configuration decisions for you, and left them documented and versioned in a repository?
What It Actually Is
At its core, Omarchy is Arch Linux with Hyprland (a Wayland tiling compositor known for smooth animations) as its base, plus an opinionated configuration layer on top: themes, keybindings, default applications, and an installer that does all the heavy lifting. It’s not a from-scratch distro with its own kernel or package manager; it’s an Arch respin designed to get you to a productive desktop in minutes instead of weeks.
The project offers two installation paths:
- Full ISO: flash it to a USB drive, boot from it, and the installer handles partitioning, full-disk encryption (enabled by default), and package installation.
- Script on an existing Arch install: for people who already run Arch and want to layer Omarchy on top without reinstalling from scratch.
One practical note if you try it on real hardware: you may need to disable Secure Boot and adjust TPM settings in the BIOS, since the default full-disk encryption can conflict with those settings depending on your machine.
What Ships by Default
Omarchy isn’t just the window manager: it ships with a curated software selection ready to use, including Neovim as the editor, Chromium as the browser, LibreOffice, Spotify, and Zoom. It also maintains its own package repository, separate from Arch’s official repos and the AUR, with dedicated update channels for Omarchy-specific packages, without losing access to the broader Arch ecosystem.
The theming system lets you switch color palettes and the overall desktop look from one central place, instead of touching half a dozen config files separately.
The Philosophy: Everything by Keyboard
Because it’s built on Hyprland, window tiling is automatic: you don’t drag or resize windows with the mouse — the compositor arranges them according to tiling rules. Keyboard shortcuts cover workspace navigation, app launching, and window management. For anyone who already lives in Neovim, tmux, or Zellij, the logic feels familiar: minimize mouse use, maximize muscle-memory speed.
The learning curve is real. If you’re coming from a traditional desktop environment (GNOME, KDE, macOS, Windows), expect an adjustment period while you internalize the shortcuts and the tiling mental model.
A $10 Million Backing
Although the project only launched in June 2025, August 2026 brought the announcement of the Omacom Foundation, with initial backing of $8 million that quickly expanded to $10 million with contributions from figures connected to Shopify, Stripe, Dell, Block, Cloudflare, Dropbox, and 37signals itself, among others. Framework, the company known for its repairable laptops, also moved to sponsor Omarchy and Hyprland directly.
That institutional growth coexists with controversy: part of the community has questioned DHH’s leadership, and some security researchers have raised serious concerns about design decisions in the project. Version 4.0.1, released in mid-August 2026, was specifically a security update. It’s worth keeping in mind before adopting it on a machine with sensitive data: check the changelog and the community’s security discussions before installing it.
Omarchy also has a sibling project, Omakub, with the same philosophy but built on Ubuntu instead of Arch, for people who want the opinionated experience without leaving a more traditional base.
Who It’s For
Omarchy targets experienced developers who want a fast, good-looking, keyboard-driven desktop without investing weeks configuring it from scratch, and who are willing to accept decisions already made by someone else. If you’d rather build your setup piece by piece and understand every line of your hyprland.conf, Omarchy’s value is probably lower for you — you’ve effectively already done the work Omarchy automates.
Conclusion
Omarchy is a clear example of a pattern that keeps repeating in developer tooling: take a hundred reasonable configuration decisions and package them so nobody else has to repeat them. The recent financial backing suggests the project will keep growing, but the controversy around its leadership and some security decisions is a legitimate part of the evaluation before installing it on a work machine. If your goal is a minimalist, fast, keyboard-driven Linux desktop, and you don’t mind inheriting someone else’s decisions, it’s worth trying on a test machine before committing your main setup to it.