Download Aegis Linux

Version 2026.01 • Released January 2026

Aegis Linux 2026.01

64-bit ISO (~3.5 GB)

Download ISO

Verify Your Download

# Download the checksum file
$ curl -LO https://github.com/alexogeny/aegis/releases/latest/download/aegis-linux.iso.sha256
# Verify the ISO
$ sha256sum -c aegis-linux.iso.sha256
aegis-linux.iso: OK

Quick Install Guide

1

Create Bootable USB

Use dd, Ventoy, or Etcher to write the ISO to a USB drive.

2

Boot & Install

Boot from USB and click the Calamares installer icon on the desktop.

3

Start Using

Reboot into your new system. Everything is ready to go.

Create Bootable USB

# Find your USB device (usually /dev/sdX or /dev/nvmeXn1)
$ lsblk
# Write the ISO (replace /dev/sdX with your device)
$ sudo dd if=aegis-linux.iso of=/dev/sdX bs=4M status=progress oflag=sync
Warning: Double-check the device path. dd will overwrite the target drive.

Or use Ventoy for a multi-ISO USB.

System Requirements

Minimum

  • 64-bit x86 processor
  • 2 GB RAM
  • 20 GB storage
  • UEFI or BIOS boot

Recommended

  • Modern multi-core processor
  • 8 GB+ RAM
  • 50 GB+ SSD storage
  • NVIDIA GPU (open kernel modules supported)

Alternative Downloads

All releases are hosted on GitHub. For older versions, check the releases page.

All Releases on GitHub