mrkeyoor.com_
Tue 01 Sept 17:42 UTC
Dev Toolsevaluationupdated 26 Aug 2026

try-omarchy review

Try Omarchy packages the Omarchy Linux desktop as a native app for Apple Silicon Macs. It gives Mac users a persistent, hardware-accelerated virtual machine without asking them to assemble Arch Linux, QEMU, and the macOS launcher themselves.

+523stars / 7d
Verdict

Our Try Omarchy run installed 35 packages and built in 3 seconds, but 1 of 30 tests failed when a generated Python cache entered an overlay. The downloadable DMG is a sensible way for an Apple Silicon owner to sample Omarchy while keeping macOS, especially if clipboard and folder sharing matter. Wait if video playback, nested virtualization, or predictable third-party app installation is central to your work.

We ran it

Lab card: what happened when we ran try-omarchyScreenshot of try-omarchy (github.com/themartiano/try-omarchy)
Install✓ · 32s35 packages · 37 MB
Build✓ · 3s
Tests✗ · 11s29 passed · 1 failed of 30 (pytest)
Known vulns0(pip-audit)
Repo123 files~20,752 lines of source · 1.1 MB · 1 CI workflows · tests dir

Answers from our run

Does try-omarchy build from source?

Dependencies installed in 32 seconds (35 packages), and the build succeeded in 3 seconds. We cloned commit 509dd27 into a clean Debian container with 3 CPUs and no project-specific setup.

Do try-omarchy's tests pass?

Not all of them: 29 of 30 passed and 1 failed when we ran the project's own test command (pytest). Some failures need services or credentials a bare container does not have.

Does try-omarchy have known vulnerabilities in its dependencies?

pip-audit found none in the dependency tree at the time of our run.

Who should not use try-omarchy?

Intel Mac, Windows, or Linux users: the README requires an Apple Silicon Mac running macOS 15 or newer.

What are the alternatives to try-omarchy?

Omarchy, UTM, Lima. Our Try Omarchy run installed 35 packages and built in 3 seconds, but 1 of 30 tests failed when a generated Python cache entered an overlay.

Setup4/5DMG setup is short; source builds need macOS tooling and 20 GB
Docs5/5Build, updates, storage, sharing, and destructive cleanup are clear
Community3/5526 stars and six open issues and PRs after the first release
Maturity2/5v0.1.0 is usable, but one test and several desktop cases are open

Discussed on

  1. hnTry Omarchy as a native, hardware-accelerated app on an Apple Silicon Mac23 points

Who it’s for

Apple Silicon owners who want to try Omarchy without replacing macOS or preparing a separate PC.
Developers who want a persistent Linux desktop with Mac clipboard, audio, and one shared folder.
Contributors willing to work through a macOS-specific build that includes Swift, QEMU, Docker, and an ARM64 guest image.

Who it’s NOT for

Intel Mac, Windows, or Linux users: the README requires an Apple Silicon Mac running macOS 15 or newer.
Anyone who needs smooth high-resolution video playback: the README says video decoding is CPU-only and can be slow.
Developers who need containers or virtual machines inside the guest: issue 7 reports that /dev/kvm is absent, and nested virtualization is only a feature request.
People who want a mature daily desktop with settled app behavior: v0.1.0 is the first public release, and issue 18 reports trouble installing Chrome and changing the default browser.

Setup reality

Our sandbox install succeeded in 32 seconds, adding 35 Python packages and using 37 MB. The build passed in 3 seconds. Tests failed after 11 seconds: 29 passed and 1 failed out of 30 because the update-root preparer rejected a generated Python cache file inside an overlay.

Using the released app is much simpler than building it: download the signed DMG on an Apple Silicon Mac with macOS 15 or newer and at least 8 GB free. Development needs Xcode tools, Swift 6, Homebrew libraries, Python 3, a privileged ARM64 Docker-compatible engine, and roughly 20 GB.

The VM persists outside the app bundle and a shared Mac folder receives full read and write access from Linux. Video decoding stays on the CPU. Updates use a protected clone and health check, while make clean-all permanently deletes the current user's VM after an interactive confirmation.

Apple Silicon Macs get Omarchy without dual booting

The 1.1 MB checkout puts the upstream Omarchy desktop inside an ARM64 Arch Linux virtual machine and wraps it in a small Swift/AppKit launcher. On an Apple Silicon Mac, the result opens like an ordinary application and leaves macOS in place. QEMU uses Apple's Hypervisor Framework for virtualization and VirGL for graphics. The repository pins both the Arch packages and the Omarchy revision, which makes the guest less of a moving target than a hand-built VM.

The audience is narrow by design. You need an Apple Silicon Mac, macOS 15 or newer, and at least 8 GB of free space for the initial app path. Intel Macs and other host operating systems are outside the stated requirements. This is also an independent project, not an official Basecamp distribution, so questions about the wrapper and guest image belong with this repository rather than the upstream Omarchy team.

Its 123 files add clipboard, audio, and one shared folder

The 123-file repository includes the integration work that makes this easier than a generic Linux image. Text and PNG images cross the clipboard in both directions after the user signs in. The window responds to resolution and HiDPI changes, and Omarchy can select Mac audio inputs and outputs with a system-default fallback. Accessibility permission maps the Mac Command key to the guest's Super shortcuts, while microphone permission remains optional.

Folder sharing is deliberately limited to 1 chosen Mac folder. It appears under the same name in the Omarchy home directory and gives Linux software full read and write access. The app refuses the whole home folder, ~/Library, and system directories, which reduces the chance of exporting too much. That boundary still deserves attention: selecting a work folder means programs inside the guest can modify its contents.

What happened when we ran it

Our sandbox installed the Python side in 32 seconds, pulling 35 packages and occupying 37 MB. The build completed successfully in 3 seconds. Pip-audit reported 0 known vulnerabilities in that installed dependency set. The checkout at commit 509dd27 contained 123 files, about 20,752 lines of source, one CI workflow, and a tests directory, but no Dockerfile.

The test command exited with failure after 11 seconds. Pytest counted 29 passes and 1 failure out of 30. The failing update test called collect_owned_paths, which raised a ValueError because a generated __pycache__ file had entered native-overlay/usr/local/bin. That log tells us what the preparer rejected; it does not establish why the cache file was present, so blaming Debian, Python 3.12, or the project would go beyond the evidence.

Our measurement setup used a fresh unprivileged Debian container with 3 CPUs and 8 GB of RAM. It does not reproduce the supported macOS runtime, launch the graphical guest, or measure QEMU graphics and audio. The successful build is encouraging, while the single failing test means commit 509dd27 did not pass its complete suite in our stated environment.

The DMG is simple, while a source build needs about 20 GB

A normal user downloads the signed and notarized v0.1.0 DMG, drags the app into Applications, and follows Omarchy's account provisioning. The first launch takes longer because the app prepares Linux. Storage lives under the user's Library rather than inside the application, so replacing or deleting the app does not erase the persistent VM. That behavior is useful, but it may surprise someone trying to reclaim disk space.

Contributors face a different setup. The README calls for Xcode command-line tools with Swift 6, Python 3, Homebrew, a Docker-compatible engine capable of privileged linux/arm64 containers, and pinned native libraries. It recommends roughly 20 GB for the guest, runtime, caches, and output. A first build downloads sources, assembles a multi-gigabyte guest, and compiles QEMU. Our 3-second sandbox build should not be read as the duration of that full Mac build.

The v0.1.0 updater protects the old VM before activation

The v0.1.0 update design works against a protected clone, verifies signed offline packages and migration data, boots a candidate through a health check, and activates it only after success. An interrupted update leaves the previous VM available. Factory reset is reserved for storage that cannot be migrated cleanly.

The development cleanup commands draw a firm line. make clean removes repository output, caches, and project-owned Docker resources without touching the persistent VM. make clean-all also deletes that VM and app state, and it requires an interactive terminal plus the exact confirmation text. Anyone scripting cleanup should preserve that distinction, because the persistent disk is where the user's configured Omarchy environment lives.

CPU-only video and missing nested virtualization limit daily use

The v0.1.0 README states that video decoding is CPU-only, particularly hurting high-resolution playback. It says an improved path is in development, which is narrower than a shipped feature. Issue 5 documents jagged inner clipping around rounded guest windows. Issue 18 reports failed Chrome installation, an ignored default-browser change, and confusion around Tailscale state. Those reports are specific enough to test before making this a primary desktop.

Nested workloads are another gap. Issue 7 asks for nested virtualization because /dev/kvm is unavailable inside the guest. Developers hoping to run KVM-dependent sandboxes within Omarchy should assume that workflow does not work today. The repository was pushed on August 26, 2026, one day after its first release, and GitHub showed 526 stars plus 6 open issues and pull requests. Activity is current, but the young release history still argues for a trial before moving important work into the VM.

Alternatives

ProjectWhat it isPick it when
Omarchy gh↗The upstream opinionated Arch Linux and Hyprland desktop that Try Omarchy packages.pick this instead when you can install Linux directly and want the upstream experience without a Mac virtual machine.
UTMA general virtual machine app for macOS built around QEMU and Apple virtualization APIs.pick this instead when you want to choose and manage many guest operating systems rather than one prepared Omarchy image.
Lima gh↗A command-line Linux virtual machine manager for macOS with file sharing and container use cases.pick this instead when you need a terminal-first Linux environment rather than a complete desktop app.

What people are saying

  1. [velocity-scout] themartiano/try-omarchy

Sources

  1. Try Omarchy README
  2. Try Omarchy v0.1.0 release
  3. Nested virtualization request
  4. Omarchy app installation report

More dev tools reviews

workmux · v2rayNG · SecLists · hashcat · eslint · fastfetch · the whole board →