Skip to content

Get the installer

Samuel edited this page Aug 7, 2024 · 12 revisions

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.

Coming Soon

Asahi (apple silicon)

There are no images available for Asahi.

However, you can install Arch Linux ARM using the dev version of Asahi Installer. After that, you can download and run this installer.

Coming Soon

Option 2 : Run the installer manually (Advanced)

  1. Start from a clean Arch Linux ARM rootfs, optionally install:
  • dialog (TUI Support)
  • wpa_supplicant (WiFi Support)
  • growpart (Resize Partition)
  1. Login as root
  2. Get this installer
# Download the Installer 
curl -LO https://raw.githubusercontent.com/kwankiu/archlinux-installer/main/arch-installer /usr/bin/installer
curl -LO https://raw.githubusercontent.com/kwankiu/acu/main/acu /usr/bin/acu
chmod +x /usr/bin/*
# Download Installer Configuration File
mkdir -p /usr/lib/installer/.acu/config
curl -LO https://raw.githubusercontent.com/kwankiu/archlinux-installer/main/config/acu_config.yaml /usr/lib/installer/.acu/config/config.yaml
  1. Run this installer
installer

Option 3: The create-installation-media tool (Advanced)

You can build your own image or flash the Installer to your disk directly by executing the following command:

bash  <(curl  -fsSL https://raw.githubusercontent.com/kwankiu/archlinux-installer/main/create-installation-media)

Usage can be found here.

Next Section: Installation

Prev Page Next Page