Turn a fresh Arch installation into a fully-configured, beautiful, and modern web development system based on Hyprland by running a single command. That's the one-line pitch for Omarchy (like it was for Omakub). No need to write bespoke configs for every essential tool just to get started or to be up on all the latest command-line tools. Omarchy is an opinionated take on what Linux can be at its best.
Read more at omarchy.org.
Before installing Omarchy, ensure you have the following tools installed on your Arch Linux system:
- wget or curl - HTTP client (required for downloading the installer)
On a fresh Arch Linux installation, you can install these prerequisites with:
# Install wget
sudo pacman -S wget
# Or use curl instead of wget
sudo pacman -S curlRun one of the following commands to install Omarchy:
wget -qO- https://omarchy.org/boot.sh | bashcurl -fsSL https://omarchy.org/boot.sh | bashThe installer will:
- Check that you're not running as root (and offer to create a user if needed)
- Check for all required prerequisites (and install them if missing)
- Clone the Omarchy repository
- Run the complete installation process
- Reboot your system when finished
Important Notes:
- Do not run as root: The installer should be run as a normal user with sudo permissions. If you're running as root, the installer will offer to create a new user account for you.
- Internet connection required: The installation process downloads packages and repositories.
- System changes: The installer makes system-wide changes. Make sure you have backups of any important data before proceeding.
Omarchy is released under the MIT License.