A simple installer for Artix Linux. Supports OpenRC and dinit.
- Boot into the Artix live disk (the login and password are both
artix). - Connect to the internet. Ethernet is setup automatically, and wifi is done with something like:
sudo rfkill unblock wifi
sudo ip link set wlan0 up
connmanctl
In Connman, use: agent on, scan wifi, services, connect wifi_NAME, quit
- Acquire the install scripts:
curl -OL https://github.com/krzyczak/artix-install/raw/refs/heads/master/artix-install-2.3.0-1-x86_64.pkg.tar.zst
pacman -U artix-install-2.3.0-1-x86_64.pkg.tar.zst-
Run
artix-install-> normal installation runartix-install artix-install.conf-> run with previously saved config. Example is in artix-install.example.conf -
When everything finishes,
poweroff, remove the installation media, and boot into Artix. Post-installation networking is done with Connman.
- ISO downloads can be found at artixlinux.org
- ISO files can be burned to drives with
ddor something like Etcher. sudo dd bs=4M if=/path/to/artix.iso of=/dev/sd[drive letter] status=progress- A better method these days is to use Ventoy.