OMARCHY VM for UTM
August 17, 2025 ยท View on GitHub
A pre-configured OMARCHY virtual machine for UTM - a beautiful and productive Linux distribution designed for software developers, featuring Hyprland tiling window manager and a curated set of development tools.
๐ Quick Download
Direct Download
โฌ๏ธ Download OMARCHY-VM.utm.zip from Archive.org
The VM file is hosted on Archive.org due to its size (2+ GB).
๐ Quick Start
Prerequisites
Installing UTM
UTM is a powerful virtualization application for macOS and iOS that uses QEMU under the hood.
For macOS:
- Download from App Store: UTM on Mac App Store (Paid, supports development)
- Download from GitHub: UTM Releases (Free)
- Download the latest
.dmgfile - Open the DMG and drag UTM to Applications
- On first launch, you may need to right-click and select "Open" due to Gatekeeper
- Download the latest
For iOS/iPadOS:
- Available on the App Store
System Requirements:
- macOS 11 Big Sur or later (Apple Silicon or Intel)
- At least 8GB RAM recommended
- 20GB free disk space for the VM
Installation
Manual Installation
-
Download the VM:
- Download from Archive.org
- The file is approximately 2+ GB in size
-
Extract and Import:
- Option A: Double-click the
.utm.zipfile - UTM will automatically import it - Option B: Extract manually and import:
Then double-click theunzip OMARCHY-VM.utm.zip.utmbundle or drag it into UTM
- Option A: Double-click the
-
Start the VM:
- Select the OMARCHY VM in UTM
- Click the Play button to start
๐ Login Credentials
The VM includes two user accounts:
| Username | Password | Access Level |
|---|---|---|
root | arch | Administrator |
arch | arch | Standard User |
โ ๏ธ Security Note: Please change these default passwords after first login using the passwd command.
๐ฆ What's Included
This OMARCHY VM comes pre-configured with:
- Base System: OMARCHY (based on Arch Linux)
- Window Manager: Hyprland - A dynamic tiling Wayland compositor
- Development Tools:
- Neovim - Advanced text editor
- Git - Version control
- Alacritty - GPU-accelerated terminal emulator
- Base development packages
- Productivity Applications:
- Chromium - Web browser
- Spotify - Music streaming
- Typora - Markdown editor
- LibreOffice - Office suite
- Zoom - Video conferencing
- Design Philosophy: Terminal-heavy workflow with focus on aesthetics and productivity
- Network: Configured with DHCP
- Storage: Optimized for development workloads
๐ ๏ธ Configuration
VM Specifications
- RAM: 4GB minimum (8GB recommended for optimal performance)
- CPU Cores: 2 cores minimum (4 cores recommended)
- Display: Configured for Hyprland with hardware acceleration support
- Architecture: x86_64
Network Configuration
The VM is configured to use NAT networking by default. To access the VM via SSH from your host:
ssh arch@localhost -p [port] # Port will be shown in UTM network settings
Shared Folders
To set up shared folders between host and VM:
- In UTM, select the VM and click Settings
- Go to Sharing section
- Add directories you want to share
- Mount in the VM using the appropriate commands
๐ First Steps After Installation
-
Update the system:
sudo pacman -Syu -
Change default passwords:
passwd # For current user sudo passwd root # For root user -
Configure timezone:
sudo timedatectl set-timezone Your/Timezone -
Install additional packages as needed:
sudo pacman -S package-name
๐ค Contributing
Feel free to open issues or submit pull requests if you have suggestions for improvements or encounter any problems.
Building Your Own Version
If you want to customize this VM:
- Import the base VM into UTM
- Make your modifications
- Export the VM: Right-click โ Share โ Save
- Create a pull request with your changes documented
๐ License
This VM image is provided as-is for educational and development purposes. OMARCHY, Arch Linux, and all included software retain their respective licenses.
๐จ About OMARCHY
OMARCHY is a customized Linux distribution that prioritizes both aesthetics and productivity. It's designed specifically for software developers who appreciate a beautiful working environment and are willing to embrace a terminal-heavy workflow. The distribution encourages users to step outside their comfort zone and experience a more hands-on approach to computing.
Key Philosophy
- Beauty as Motivation: A visually appealing environment that inspires productivity
- Developer-Focused: Curated selection of development tools and workflows
- Different by Design: Intentionally distinct from Windows and macOS
- Terminal-First: Embraces command-line efficiency while maintaining visual appeal
๐ Resources
- OMARCHY Documentation
- UTM Documentation
- Hyprland Wiki
- Arch Linux Wiki
- UTM GitHub Repository
- OMARCHY VM Project
โ ๏ธ Disclaimer
OMARCHY is a customized distribution based on Arch Linux, designed with aesthetics and developer productivity in mind. For official Arch Linux downloads, please visit archlinux.org.
Need Help? Open an issue on GitHub.