April 2026 · 9 min read

Introducing NullSec Linux v2.0

NullSec Linux v2.0 "Abyssal" is a complete rebuild. New base (Arch), new DE (Nullkia), new browser (Marshall), 200+ curated security tools, and the full Lateralus development environment.

What's new in v2.0

Tool categories

All 200+ tools are organized into pipeline-friendly categories:

Download

ISO images for x86_64 and ARM64 are available on the download page. SHA-256 checksums are signed with our GPG key.

Lateralus SDK integration

NullSec v2.0 ships with the full Lateralus development environment pre-installed and configured:

The SDK is integrated into the system PATH and shell completions out of the box. Open a terminal, type lateralus hello.ltl, and it compiles. No setup, no configuration, no dependency hunting.

Nullkia desktop environment

v2.0 replaces XFCE with Nullkia, our custom Lateralus-powered desktop. It's purpose-built for security work:

Security-first defaults

Out of the box, NullSec v2.0 ships with hardened defaults that most distros leave for the user to configure:

# Firewall: deny all inbound by default
sudo nft list ruleset
# table inet nullsec_fw {
#     chain input { type filter hook input priority 0; policy drop; }
#     chain output { type filter hook output priority 0; policy accept; }
# }

# DNS: encrypted by default
cat /etc/systemd/resolved.conf.d/nullsec.conf
# [Resolve]
# DNS=9.9.9.9#dns.quad9.net
# DNSOverTLS=yes

# MAC randomization on all interfaces
cat /etc/NetworkManager/conf.d/nullsec-mac.conf
# [connection]
# wifi.cloned-mac-address=random
# ethernet.cloned-mac-address=random

Installation options

NullSec v2.0 supports three installation modes:

All images are signed with our GPG key (0xDEAD1337CAFE) and include SHA-256 checksums. Verify before you burn:

gpg --verify nullsec-2.0-x86_64.iso.sig
sha256sum -c nullsec-2.0-x86_64.iso.sha256

Lateralus is built by bad-antics. Follow development on GitHub or try the playground.