← All posts

Cerberix Linux 0.1.0 "Styx" is here

2026-04-18 Cerberix Linux

Cerberix Linux 0.1.0 "Styx" is now available for download.

This is the first public release. If you've been following the build-out on this site: thank you for your patience. If you're new: welcome to what we hope is a more humane take on what a "security-focused Linux distribution" can look like.

What Cerberix is

Cerberix is an Arch-based, desktop-first Linux distribution with the security plumbing preconfigured on first boot. It's not a pentester's live CD, and it's not a hardened headless server spin — it's a normal XFCE desktop where the firewall is already on, fail2ban already has sane jails, file integrity monitoring is already running, and your update, VPN, and privacy tooling is installed and ready.

The underlying system is Arch. pacman works, the Arch Wiki applies, the AUR is one yay away. The difference is the first boot, not the fork.

What you get, out of the box

Installing

Boot the ISO, log in, and run one command:

sudo cerberix-install

The installer is a single Bash script — open it before you run it if you want to see exactly what it will do. UEFI and BIOS are both supported. Install time is about six minutes on modern hardware.

New users created on the installed system automatically pick up the themed dotfiles through /etc/skel/, so adding someone via useradd gives them the same experience as the install account.

Download and verify

Head to the download section for the ISO, SHA256 checksum, and detached GPG signature.

curl https://cerberix.org/gpg.asc | gpg --import
gpg --verify cerberix-linux-0.1.0-x86_64.iso.sig \
            cerberix-linux-0.1.0-x86_64.iso
sha256sum -c cerberix-linux-0.1.0-x86_64.iso.sha256

Known caveats

0.1.0 is a young release. A few things to be aware of:

What's next

Subscribe to the RSS feed or check back here for updates. The short-term roadmap:

If you find something broken or weird, mail hello@cerberix.org. Bug reports for a young distribution are a gift — please be generous with them.

Boot it, break it, tell us about it.