No releases available yet.
Download the ISO using the button above (covenant, then /download for P2P) or the .torrent link when P2P is live.
Download Rufus (free, open-source USB writer). No installation needed — just run the .exe.
Insert a USB drive (8GB minimum, 16GB recommended). All data on it will be erased.
In Rufus: select your USB drive, click SELECT to choose the Alfred Linux ISO, then click START. Wait for completion.
Restart your computer. Press F2, F12, DEL, or ESC (varies by manufacturer) to enter boot menu. Select your USB drive.
PowerShell alternative (advanced):
# Verify download first
(Get-FileHash alfred-linux-7.77-ga-*.iso -Algorithm SHA256).Hash
# Compare with hash at https://alfredlinux.com/verify
Plain https://alfredlinux.com/downloads/*.iso is denied. Accept the covenant, open /download for P2P, or copy the time-limited /downloads/iso.php?t=… link shown there.
wget -O alfred-linux-7.77-ga-intel-amd64-20260518.iso "https://alfredlinux.com/downloads/iso.php?t=PASTE_TOKEN_FROM_DOWNLOAD"
wget https://alfredlinux.com/downloads/alfred-linux-7.77-ga-intel-amd64-20260518.iso.sha256
sha256sum -c alfred-linux-7.77-ga-intel-amd64-20260518.iso.sha256
lsblkLook for your USB drive (e.g., /dev/sdb). Make sure you identify the correct device!
sudo dd if=alfred-linux-7.77-ga-intel-amd64-20260518.iso of=/dev/sdX bs=4M status=progress oflag=sync
Replace /dev/sdX with your actual USB device. This will take a few minutes.
Restart and select USB from your boot menu (usually F2, F12, or hold Shift during GRUB).
Plain /downloads/*.iso HTTP is denied — covenant + /download, or iso.php?t=… from that page.
curl -fL -o alfred-linux-7.77-ga-intel-amd64-20260518.iso "https://alfredlinux.com/downloads/iso.php?t=PASTE_TOKEN_FROM_DOWNLOAD"
curl -fLO https://alfredlinux.com/downloads/alfred-linux-7.77-ga-intel-amd64-20260518.iso.sha256
shasum -a 256 -c alfred-linux-7.77-ga-intel-amd64-20260518.iso.sha256
diskutil list
diskutil unmountDisk /dev/diskN
Replace /dev/diskN with your USB device number.
sudo dd if=alfred-linux-7.77-ga-intel-amd64-20260518.iso of=/dev/rdiskN bs=4m
Note: use /dev/rdiskN (with 'r') for faster writing.
Restart and hold the Option key to select the USB drive from the boot picker.
USB: 8 GB
CPU: 64-bit (x86_64)
Same as Debian amd64: Intel, AMD, or compatible — not AMD-only.
RAM: 2 GB
Disk: 20 GB
USB: 16 GB
CPU: Intel i5+ / Ryzen 5+
RAM: 8 GB
Disk: 64 GB SSD
Visit alfredlinux.com/docs for detailed documentation.
Join the community at gositeme.com.
Report issues at gocodeme.com.