| File | Date | Author | Commit |
|---|---|---|---|
| archiso | 2026-01-04 |
|
[b98837] Initial commit |
| example-alci_local_repo | 2026-01-04 |
|
[b98837] Initial commit |
| .gitignore | 2026-01-04 |
|
[b98837] Initial commit |
| LICENSE | 2026-01-04 |
|
[b98837] Initial commit |
| README.md | 2026-01-04 |
|
[b98837] Initial commit |
| archiso.md | 2026-01-04 |
|
[b98837] Initial commit |
Flow Arch is a custom Arch Linux ISO configuration featuring the Calamares installer and a Hyprland desktop environment.
This project provides the configuration and scripts necessary to build a live Arch Linux ISO with a polished, pre-configured environment.
To build this ISO, you need an Arch Linux system (or Arch-based derivative) with the archiso package installed.
sudo pacman -S archiso
Clone the repository:
bash
git clone https://github.com/your-username/flow-arch.git
cd flow-arch
Navigate to the archiso directory:
bash
cd archiso
Run the build script:
bash
sudo ./build.sh
Note: The build process requires root privileges to create the filesystem and package artifacts.
Locate the ISO:
Once the build completes, the ISO file will be available in the out/ directory:
archiso/out/flow-arch-YYYY.MM.DD-x86_64.iso
dd, then boot from it.This project is built upon the foundations of the Arch Linux Calamares Installer (ALCI).