| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Build | 2026-08-15 | ||
| ISO | 2026-08-15 | ||
| README.md | 2026-08-15 | 1.8 kB | |
| Totals: 3 Items | 1.8 kB | 366 |
infinity-linux
A lightweight Arch Linux-based distribution focused on speed, flexibility, compatibility, and ease of installation.
Infinity Linux
Infinity Linux is a lightweight Arch Linux-based distribution focused on speed, flexibility, compatibility, and ease of installation.
It uses:
- Arch Linux base
- Calamares graphical installer
- BIOS and UEFI boot support
- KDE Plasma desktop environment
- PipeWire audio stack
- Flatpak support
- ZRAM swap utilization
Repository Layout
- etc/ (System configuration)
- usr/ (Wallpapers, icons, launchers, branding)
- grub/ (GRUB bootloader configuration)
- syslinux/ (BIOS bootloader configuration)
- efiboot/ (UEFI bootloader configuration)
- opt/ezrepo/ (Local package repository)
- packages.x86_64 (Package list)
- profiledef.sh (ArchISO profile configuration)
- steps.sh (Automated build script)
Requirements
Build host:
- Arch Linux
- Root access
- archiso
- mkinitcpio-archiso
Required packages:
sudo pacman -S archiso mkinitcpio-archiso
Building
Clone the repository:
git clone https://github.com/EvansOgala/infinity-linux.git
cd infinity-linux
Run the build script:
sudo ./steps.sh
The generated ISO will appear in:
out/
Boot Support
Supported:
- Legacy BIOS
- UEFI
Desktop Environment
Default desktop:
- KDE Plasma
Display manager:
- SDDM
Verification
Generate checksums:
sha256sum *.iso > SHA256SUMS
Verify:
sha256sum -c SHA256SUMS
See LICENSE file for details.
Status
Current status:
First stable release.
13f8588 (Initial Infinity Linux release)