Download. Flash. Boot. You're in.
What you need before you begin
Intel or AMD 64-bit processor
Required16 GB recommended for AI workloads
RequiredFor the ~80 GB Alpha Matrix ISO
RequiredBoth boot modes supported
Required610.43.02 drivers pre-installed
RecommendedQuest 2/3/Pro supported via ALVR
OptionalGet the Alfred Linux Alpha Matrix image — the largest, most complete Linux distribution ever built.
# Verify SHA-256 checksum
sha256sum AlfredLinux-Alpha-Matrix-7.77-x86_64.iso
# Or verify with BLAKE3 (faster)
b3sum AlfredLinux-Alpha-Matrix-7.77-x86_64.iso
Flash the ISO to a USB drive. This will erase all data on the target drive.
# Find your USB device (e.g. /dev/sdb)
lsblk
# Write the ISO (replace /dev/sdX with your device)
sudo dd if=AlfredLinux-Alpha-Matrix-7.77-x86_64.iso \
of=/dev/sdX \
bs=4M status=progress oflag=sync
dd writes raw — the wrong device means data loss. Use lsblk to verify.Use Rufus — the recommended USB writer for Windows:
# List disks to find your USB (e.g. /dev/disk2)
diskutil list
# Unmount the USB drive
diskutil unmountDisk /dev/diskN
# Write the ISO (note: rdiskN for raw speed)
sudo dd if=AlfredLinux-Alpha-Matrix-7.77-x86_64.iso \
of=/dev/rdiskN \
bs=4m
Plug in the USB, enter your BIOS, and watch Alfred Linux come alive.
F2, F12, DEL, or ESC during POSTAlfred Linux ships as a complete system. No setup wizards, no package installs. Everything is live from the first moment.
Ready to commit? Install Alfred Linux to your hard drive for a permanent, persistent system.
Traditional partition layout. Simple and fast. Best for single-user systems.
Full Disk Encryption with post-quantum Kyber-1024. Future-proof against quantum attacks.
Enterprise-grade filesystem with snapshots, compression, and self-healing.
All available GRUB menu entries at a glance
| Boot Mode | Description |
|---|---|
| Commander Mode | Default live session — full desktop, all systems active |
| Commander Mode (Safe Graphics) | Software rendering — use if GPU isn't detected |
| Forensic Mode | Read-only boot — no swap, no automount, for forensic analysis |
| Install: Standard | Calamares graphical installer — standard partition layout |
| Install: FDE + Kyber | Full disk encryption with post-quantum Kyber-1024 KEM |
| Memtest86+ | Memory diagnostics — test RAM integrity before install |
You're not alone. Resources, documentation, and community await.
Full docs, guides, and reference
Source code, issues, and contributions
Connect with other Alfred users
Download Alfred Linux 7.77 Alpha Matrix and experience computing the way it was meant to be.
⬇ Download Now Security Transparency Release Notes