Installation
Download the ISO
Available Versions
Stable release – tested and recommended for most users. 👉 Download the stable version
Nightly (development) build – includes the latest features but may be unstable. 👉 Download the nightly build
Typical file names:
monarch-stable-x86_64.iso
monarch-nightly-x86_64.isoCreate a bootable USB drive
On Linux
Insert your USB stick and identify its device name using:
lsblkThen write the ISO image to the USB drive:
sudo dd if=monarch-stable-x86_64.iso of=/dev/<yourdisk> bs=1M status=progress
sync⚠️ Warning: Replace
<yourdisk>(for example,sdb) with the correct device name. This command will erase all data on the USB drive.
On Windows
Use a tool such as:
Rufus → https://rufus.ie
balenaEtcher → https://etcher.balena.io/
Steps:
Select the Monarch ISO file.
Choose your USB drive.
Click Start to begin writing the image.
On macOS
You can either use dd from the Terminal (same command as Linux) or use balenaEtcher for a graphical interface.
Boot from USB
Insert the USB stick into your computer.
Reboot and open the boot menu (usually by pressing
F12,Esc,F9, orDeldepending on your hardware).Select the USB device that contains Monarch Linux.
If your system fails to boot, check that the UEFI/Legacy mode matches the image type you downloaded.
Install Monarch OS
Select your language and keyboard layout
Define username and password
Configure your git informations
Set your full name
Set your email
Set your hostname
Select your timezone
Select where to install (don't select your USB drive)
The process usually takes 5–10 minutes, depending on your hardware.
Last updated