<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Cerberix Linux</title>
    <link>https://cerberix.org/</link>
    <atom:link href="https://cerberix.org/feed.xml" rel="self" type="application/rss+xml" />
    <description>Release notes, security advisories, and project updates for Cerberix Linux.</description>
    <language>en-us</language>
    <lastBuildDate>Sat, 18 Apr 2026 09:00:00 -0400</lastBuildDate>
    <generator>Cerberix blog generator</generator>
    <image>
      <url>https://cerberix.org/favicon.svg</url>
      <title>Cerberix Linux</title>
      <link>https://cerberix.org/</link>
    </image>

    <item>
      <title>Cerberix Linux 0.1.0 &quot;Styx&quot; is here</title>
      <link>https://cerberix.org/blog/2026-04-18-cerberix-0-1-0-released/</link>
      <guid isPermaLink="true">https://cerberix.org/blog/2026-04-18-cerberix-0-1-0-released/</guid>
      <pubDate>Sat, 18 Apr 2026 09:00:00 -0400</pubDate>
      <description>The first public release of Cerberix Linux. Hardened Arch with a desktop that boots ready — security tooling, privacy stack, and a polished XFCE experience out of the box.</description>
      <content:encoded><![CDATA[<p>Cerberix Linux <strong>0.1.0 "Styx"</strong> is now available for download.</p>
<p>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.</p>
<h2>What Cerberix is</h2>
<p>Cerberix is an <strong>Arch-based, desktop-first</strong> 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.</p>
<p>The underlying system is Arch. <code>pacman</code> works, the Arch Wiki applies, the AUR
is one <code>yay</code> away. The difference is the first boot, not the fork.</p>
<h2>What you get, out of the box</h2>
<ul>
<li><strong>XFCE 4.20</strong> with Tokyo Night Moon theming, Plank dock, and preloaded
  dotfiles so every new user inherits the same polished environment.</li>
<li><strong>fish shell</strong> as the default, with the Tide prompt, zoxide, fzf.fish, and
  Fisher already wired up.</li>
<li><strong>Security stack:</strong> nftables, fail2ban, ufw/gufw, rkhunter, lynis, apparmor,
  arch-audit, keepassxc, gnome-keyring, bleachbit.</li>
<li><strong>Privacy &amp; VPN:</strong> tor, torbrowser-launcher, wireguard-tools, openvpn,
  openconnect, proxychains-ng.</li>
<li><strong>Offensive / audit toolkit:</strong> hydra, hashcat, nikto, radare2, sqlmap.</li>
<li><strong>Modern CLI:</strong> starship, tmux, eza, bat, fd, fzf, ripgrep, lazygit, neovim,
  plocate.</li>
<li><strong>Cerberix-native tools:</strong><ul>
<li><strong>Cerberix Shield</strong> — system tray indicator for security posture</li>
<li><strong>Cerberix Connect</strong> — firewall appliance dashboard</li>
<li><strong>Cerberix Update</strong> and <strong>rkhunter</strong> scans as systemd timers</li>
</ul>
</li>
</ul>
<h2>Installing</h2>
<p>Boot the ISO, log in, and run one command:</p>
<pre><code>sudo cerberix-install
</code></pre>
<p>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.</p>
<p>New users created on the installed system automatically pick up the themed
dotfiles through <code>/etc/skel/</code>, so adding someone via <code>useradd</code> gives them the
same experience as the install account.</p>
<h2>Download and verify</h2>
<p>Head to the <a href="/#download">download section</a> for the ISO, SHA256 checksum, and
detached GPG signature.</p>
<pre><code>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
</code></pre>
<h2>Known caveats</h2>
<p>0.1.0 is a young release. A few things to be aware of:</p>
<ul>
<li><strong>English locale only</strong> at install — other locales work after setup but
  aren't presented in the installer yet.</li>
<li><strong>Desktop only.</strong> There's no server variant yet.</li>
<li><strong><code>aide</code> and <code>hexchat</code></strong> are AUR-only packages and don't ship on the ISO;
  add them with <code>yay -S aide hexchat</code> after install.</li>
<li><strong>Rolling release.</strong> Expect frequent small updates — <code>pacman -Syu</code> is the
  same as on Arch, and the same caveats apply.</li>
</ul>
<h2>What's next</h2>
<p>Subscribe to the <a href="/feed.xml">RSS feed</a> or check back here for updates. The
short-term roadmap:</p>
<ul>
<li>DKIM-signed mail for <code>cerberix.org</code></li>
<li>Locale selection in the installer</li>
<li>A server / headless variant</li>
<li>A signed package repository for <code>cerberix-shield</code>, <code>cerberix-connect</code>, and
  friends so they upgrade with <code>pacman -Syu</code> rather than requiring a full
  reinstall</li>
</ul>
<p>If you find something broken or weird, mail
<a href="mailto:hello@cerberix.org">hello@cerberix.org</a>. Bug reports for a young
distribution are a gift — please be generous with them.</p>
<p>Boot it, break it, tell us about it.</p>]]></content:encoded>
    </item>
  </channel>
</rss>
