Based on Arch Linux with a modified archiso. This project is for fun and isn't meant to be used for anything serious.
- i3-wm with Polybar
- ZFS on root with encryption
- ZFSBootMenu bootloader
- TUI installer
Requires UEFI.
- Boot the ISO
- Run
installer - Follow the prompts
- Reboot
Custom packages are available from the ArseLinux repo.
Add to /etc/pacman.conf:
[arse-repo]
SigLevel = Never
Server = https://github.com/ArseLinuxOS-Development/arselinux-repo/releases/download/arselinuxgit clone https://github.com/ArseLinuxOS-Development/ArseLinuxOS-ISO.git
cd ArseLinuxOS-ISO
./buildOr with Docker:
docker build -t arselinux-build . --no-cache
docker compose up