Get the installer - kwankiu/archlinux-installer GitHub Wiki
Get the installer
Option 1 : Prebuilt images (Recommended)
For All devices
Our prebuilt image are available for downloads, you can flash it (using RPI Imager, balenaEtcher, etc) to your storage device.
Radxa Rock 5 series
Images for Radxa Rock 5 series are available on the RPI Imager repository.
Khadas Edge 2
Images for Khadas Edge 2 are available on OOWOW.
Asahi (apple silicon)
There are no images available for Asahi.
Option 2 : Run the installer manually (Advanced)
- Start from a clean Arch Linux ARM rootfs, optionally install:
dialog
(TUI Support)wpa_supplicant
(WiFi Support)growpart
(Resize Partition)
- Login as
root
- Get this installer
# Download the Installer
curl -L https://raw.githubusercontent.com/kwankiu/archlinux-installer/main/arch-installer -o /usr/bin/installer
curl -L https://raw.githubusercontent.com/kwankiu/acu/main/acu -o /usr/bin/acu
chmod +x /usr/bin/*
# Download Installer Configuration File
mkdir -p /usr/lib/installer/.acu/config
curl -L https://raw.githubusercontent.com/kwankiu/archlinux-installer/main/config/acu_config.yaml -o /usr/lib/installer/.acu/config/config.yaml
- Run this installer
installer
create-installation-media
tool (Advanced)
Option 3: The You can build your own image or flash the Installer to your disk directly by using the create-installation-media
tool
Usage of the tool is documented at the Advanced page.