A single bootable ISO. Explore the live environment, then run archaeus-installer to install.
Full ISO with Hyprland pre-configured, Kitty + zsh + Starship, the ACC installed at /opt/archaeus/acc with auto-launch on first login, themed SDDM login screen, and the complete coffee-shop aesthetic out of the box.
Clone the repo and run ./build.sh. It runs npm install for the ACC, copies it into the airootfs, and calls mkarchiso. Output lands in ./dist/. GitHub Actions builds automatically on every push to main.
Use Balena Etcher or dd on Linux/macOS. 8 GB USB minimum.
sudo dd if=archaeus-0.1.0-x86_64.iso of=/dev/sdX bs=4M status=progress && sync
Disable Secure Boot in BIOS. Set USB as first boot device. You land in a live Hyprland session — credentials are archaeus / archaeus.
The TUI installer handles disk partitioning (GPT: EFI + swap + root), locale, timezone, hostname, user creation, GRUB, and copies the ACC to /opt/archaeus/acc.
archaeus-installer
On first login a firstboot flag triggers the ACC in setup mode — pick apps, set accent color and wallpaper. The flag is removed after so it never opens twice.