People keep calling Omarchy an AI operating system. Officially, it is not. It is David Heinemeier Hansson’s (DHH) omakase Linux desktop: Arch underneath, the Hyprland tiling compositor on top, and Quickshell as the desktop kit. AI coding agents are first-class, but they are not the product. The product is a beautiful, opinionated Linux setup you can actually work on.
If you showed up looking for a chatbot that replaces Windows, you will bounce. If you want a real Linux machine that already knows how to launch Claude Code, Codex, Grok, Copilot, and local models, keep reading.
Official home: omarchy.org. Manual: The Omarchy Manual. Code: github.com/basecamp/omarchy (MIT license, copyright DHH). The current ISO on the homepage is omarchy-4.0.1.iso. Official news calls this era Omarchy Quattro.
What it actually is
The welcome page is blunt. Omarchy ships “everything a modern, savvy computer user needs to be productive immediately.” Named there: Neovim, Chromium, Obsidian, LibreOffice, Kdenlive, OBS Studio, and a retro Winamp-style music player. DHH’s line is “zero bloat here: Just everything I use.”
It is not trying to feel like Windows or macOS. There is no dock and no desktop icons. Windows tile. Super (the Windows key, or Command on an Intel Mac) is the hub. Super + Space opens the Omarchy menu, which is Spotlight, Settings, and the app store in one place. Coming From Mac or Windows is the translation layer if your fingers still reach for Cmd or the Start menu.
The project was incubated at 37signals (Basecamp and HEY). That is on the official homepage footer. Source lives in the Basecamp GitHub org. In August 2026 DHH incorporated the Omacom Foundation to hold trademarks, fund infrastructure, and sponsor the projects Omarchy sits on. Funding is now $10 million from ten Founding Patrons. The foundation is the exclusive Hyprland sponsor and also backs Quickshell and mise. Official news said a hundred thousand people downloaded the ISO in one week.
So: Linux desktop with serious backing. Not a chatbot in a trench coat.
Where the AI actually lives
The official AI chapter says Omarchy “treats AI coding agents as first-class citizens, but it doesn’t pick a favorite for you.”
Every major coding-agent CLI is a lazy launcher. Tiny mise stubs sit in ~/.local/bin/. Nothing downloads until you run the command and sign in:
claude: Claude Codecodex: OpenAI Codexopencode: OpenCodeagy: Google Antigravity CLIcopilot: GitHub Copilot CLIcrush: Crushgrok: Grok CLI from xAIpi: Mario Zechner’s Piomp: Oh My Piori: Ori (OpenRouter’s harness, and it can wrap the others)
Pick a default with omarchy default agent or Setup > Defaults > Agent. After that, Super + Shift + Ctrl + A launches it. Terminal shortcuts: a for the default, c for OpenCode, cx for Claude Code, cy for Codex. Official docs warn those last ones start in auto-approving modes, so they will actually do things.
A top-bar agents panel appears after the machine sees AI coding usage. It tracks plan limits for Claude Code, Codex, and Fireworks. If something segfaults, Omarchy can hand the core dump to your default agent.
Under Install > AI you also get the ChatGPT desktop app, and Grok Bot “for chatting with xAI’s models.” That is the official wording. It is a chat client on this desktop, not a promise that Omarchy is an always-on teammate product.
For local models, the manual recommends LM Studio or Ollama, and says start with LM Studio if you are new. That path pairs with running a real local model on a laptop. We already walked that for Qwen: The 17GB Model That Runs on a Laptop.
Omarchy also ships an experimental “Omarchy Skill” so agents can tweak Hyprland, the bar, or a theme. Official advice: run plan mode first, and be ready to omarchy reinstall configs if the agent makes a mess.
How you get it
Do not invent a partition scheme. Follow Getting Started.
- Download the ISO from the homepage button (currently 4.0.1).
- Put it on a USB stick. Official rec: balenaEtcher on Mac or Windows, caligula on Linux.
- Turn off Secure Boot and/or TPM in the BIOS. The manual says you have to.
- Boot the stick. Choose a full-disk install (it wipes the selected drive) or a free-space install for dual boot.
- Encryption is on by default (LUKS). Back up first. Full-disk means gone.
Official timing: under a minute on a fast modern machine, usually under five even on an older one.
Two hardware gotchas the docs name:
- Use a wired or 2.4 GHz keyboard at unlock. Bluetooth will not type the disk password at boot.
- Dual boot needs free space and BitLocker off. After install,
limine-scanadds Windows to the Limine bootloader. Details: Dual Boot Install.
Stuck? Official pointer is the #omarchy-help channel on the community Discord.
Updates are one menu item: Update > Omarchy. New installs start on the stable channel (the Omarchy Arch mirror runs a month behind on purpose). Do not run raw pacman -Syu. Omarchy will stop you, because that path skips snapshots and migrations. Rollback is a snapshot in the boot menu. Docs: Updates.
What else is on the box
This is a working desktop, not an AI kiosk.
Editors. Neovim is default. Install > Editor lists VSCode, Cursor, Zed, Sublime Text, Helix, Vim, and Emacs.
Dev. Install > Development covers Ruby on Rails, Node, Bun, Deno, Laravel, Symfony, Go, Rust, Python, Java, Elixir/Phoenix, .NET, OCaml, Zig, Clojure, and Scala. Most of that is mise. Docker and Docker Compose are included (sudo by default).
Desktop and web apps the manual names. Files (Nautilus), Obsidian, Omawrite, LibreOffice, LocalSend, OBS, Kdenlive, plus HEY, Basecamp, ChatGPT, Grok, Discord, YouTube, and a Zoom web wrap. Easy commercial installs include 1Password, Bitwarden, Spotify, Dropbox, and Tailscale. Official line: mostly free and open source, “but it’s not religious about it.” Plugins: omarchyplugins.com.
Security defaults: disk encryption, firewall on (LocalSend’s port is the exception), SSH off until you enable it, packages from Arch plus Omarchy’s own repo.
Who should try it. Who should wait.
Try it if you like Linux, you can live in a tiling window manager, and you want agents one keystroke away. Developers switching off a Mac will feel Super sit where Cmd used to. Official Intel Mac support is real. The Mac chapter even cites a simple test of 36% better performance on a 2019 MacBook Pro. Give the tiling two weeks. That is DHH’s own advice.
Wait if any of this is true:
- Your only machine is an Apple silicon Mac. M-series is “not directly supported at this time.” Community Asahi Alarm notes exist. That is not the same as a supported ISO path.
- You cannot turn off Secure Boot or TPM.
- You need overlapping windows, a dock, and a desktop that pretends to be Windows 11.
- You cannot take a backup, or you are not ready to wipe a drive (or shrink a Windows volume the official way).
- You wanted a consumer “AI OS” you never have to think about. This is still Arch. You will edit config files. You will use the terminal. That is the point.
The official workstations page is a photo gallery, not a RAM/CPU table. Do not guess a minimum spec. Weird hardware? Start at Omarchy on….
Start here, then stop guessing
Read the official pages, then decide. Do not follow a random YouTube partition walkthrough.
- omarchy.org: ISO, news, plugins, GitHub
- Getting Started: install rules, encryption, keyboard
- AI: agents, local models, the experimental skill
- Coming From Mac or Windows: Super key, tiling, two-week rule
- GitHub: MIT source
Omarchy is a Linux desktop that takes agents seriously. Call it that, and the pitch holds. Call it an AI OS, and you will oversell a tiling Arch setup that happens to ship the good CLIs.
If you install it, start on the stable channel, pick one default agent, and leave Secure Boot off only because the official installer requires it. Then go do real work.
Share this article

Leave a Reply