NetLinux Desktop v0.1

Debian bookworm-based live ISO with Xfce desktop, Calamares graphical installer, and all NetLinux packages pre-installed. Boot from USB, try it live, or install to disk.

Why NetLinux Desktop?

Standard Debian and Ubuntu installs ship older kernels, lag behind on desktop software, and require manual configuration to get a development-ready workstation. NetLinux Desktop provides a single ISO that boots into a fully configured environment:

Release details

Versionv0.1
Date25 February 2026
BaseDebian 12 (bookworm)
Kernel6.19.0 (custom NetLinux build)
DesktopXfce 4 with LightDM
InstallerCalamares
Architectureamd64
ISO size~1.3 GB
Meta-packagenetlinux-desktop
Sourcegithub.com/netlinux-ai/netlinux-desktop
Releasenetlinux-desktop-v0.1

Nightly build

Warning: This is an automated nightly build from the main branch. It may be unstable. For production use, download the stable release above.

Build date13 March 2026
Commit8551da4
ISO size1.4G
Downloadnetlinux-desktop-nightly.iso

Boot options

NetLinux Desktop (Live)Boot into the live desktop session
NetLinux Desktop (safe graphics)Boot with nomodeset for GPU compatibility issues
Install NetLinux DesktopBoot live then auto-launch the Calamares installer
NetLinux Desktop (failsafe)Minimal boot with all hardware workarounds enabled

Compared to stock Debian bookworm

FeatureDebian 12NetLinux Desktop v0.1
Kernel6.16.19 (custom build)
GIMP2.103.0 (NetLinux build)
ChromiumNot includedPre-installed
VNCNot includedTightVNC
Screen recordingNot includedSimpleScreenRecorder
AI toolingNoneClaude Code CLI
PipeWire managementNot includedqpwgraph
3D printingNot includedCuraEngine
Graphical installerDebian Installer (ncurses)Calamares (GUI)
Live bootSeparate live imageBuilt in — try before installing
Developer toolsManual installbuild-essential, Git, Node.js, DKMS

Included software

Desktop

NetLinux packages

Creative

System & development

Quick start

Test with QEMU

qemu-system-x86_64 -cdrom netlinux-desktop-amd64.hybrid.iso -m 4096 -enable-kvm

Write to USB

sudo dd if=netlinux-desktop-amd64.hybrid.iso of=/dev/sdX bs=4M status=progress oflag=sync

Build from source

git clone https://github.com/netlinux-ai/netlinux-desktop.git
cd netlinux-desktop
sudo ./build.sh

Meta-package (install on existing Debian)

sudo apt install netlinux-desktop

NetLinux Server

Minimal headless Debian bookworm-based server live ISO with Docker, UFW firewall, fail2ban, SSH, and unattended security upgrades. Boot from USB for instant server deployment.

Why NetLinux Server?

Standard Debian server installs require extensive post-install configuration to harden SSH, set up Docker, configure a firewall, and enable automatic security updates. NetLinux Server provides a single ISO that boots into a production-ready server baseline:

Release details

Date02 March 2026
BaseDebian 12 (bookworm)
Kernel6.19.0 (custom NetLinux build)
DesktopNone (headless)
Architectureamd64
ISO size~532 MB
Sourcegithub.com/netlinux-ai/netlinux-server

Nightly build

Warning: This is an automated nightly build from the main branch. It may be unstable.

Build date02 March 2026
Downloadnetlinux-server-nightly.iso

Boot options

NetLinux Server (Live)Boot into the live server session with SSH enabled
NetLinux Server (failsafe)Minimal boot with all hardware workarounds enabled

Compared to stock Debian bookworm

FeatureDebian 12NetLinux Server
Kernel6.16.19 (custom build)
DockerManual installPre-installed & enabled
FirewallManual setupUFW enabled (SSH allowed, deny incoming)
Intrusion preventionNot includedfail2ban with SSH jail
Security updatesManualunattended-upgrades enabled
Service monitoringNot includedneedrestart
Developer toolsManual installbuild-essential, Git, DKMS
Live bootSeparate imageBuilt in — boot and deploy

Included software

Services

System & development

Quick start

Test with QEMU

qemu-system-x86_64 -cdrom netlinux-server-amd64.hybrid.iso -m 2048 -enable-kvm -nographic

Write to USB

sudo dd if=netlinux-server-amd64.hybrid.iso of=/dev/sdX bs=4M status=progress oflag=sync

Build from source

git clone https://github.com/netlinux-ai/netlinux-server.git
cd netlinux-server
sudo ./build.sh

Meta-package (install on existing Debian)

sudo apt install netlinux-server

NetLinux Packages · Desktop Source · Server Source · netlinux.co.uk