| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2026.6 | 2026-06-18 | ||
| Totals: 1 Item | 0 | ||
<<<<<<< HEAD
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
- Linux LTS kernel
- KDE Plasma desktop
- Calamares graphical installer
- BIOS and UEFI boot support
- Custom Infinity branding
- Local package repository support
- Features
- KDE Plasma desktop environment
- Calamares installer
- Linux LTS kernel
- NetworkManager networking
- PipeWire audio stack
- Flatpak support
- Plasma Vault integration
- BIOS and UEFI boot modes
- Large software selection included in the live environment
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/<username>/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
Kernel
Infinity Linux uses:
- linux-lts
for improved stability and hardware compatibility.
Verification
Generate checksums:
sha256sum *.iso > SHA256SUMS
Verify:
sha256sum -c SHA256SUMS
See LICENSE file for details.
Status
Current status:
Beta release.
Expect occasional bugs and unfinished features while development continues.
13f8588 (Initial Infinity Linux release)