A simple Buildroot-based Linux distribution — install tooling, a lightweight editor, and not much else yet. Built by one person, one tool at a time.
Small, on purpose
Null Linux is a from-scratch distribution built on Buildroot with a BusyBox userland. There is no desktop environment to strip out and no upstream distro underneath it — every binary that ships is there because it was put there on purpose.
Right now it's genuinely simple: a set of install tools to get the system onto a disk, and Bit Studio, a small text editor for writing code directly on the system. It's a solo project, actively developed, currently in beta — more tools land as they're built, not before.
- Base system
- Buildroot + BusyBox
- Kernel
- Linux 6.18.x
- Architecture
- x86_64
- Init
- BusyBox init
- Status
- Beta — actively developed
usr/bin/
A handful of purpose-built commands ship with the system, written for the Buildroot/BusyBox environment specifically — no external dependencies, nothing assumed to already be installed.
From a USB drive
Boot the target machine from the Null Linux USB installer, then follow these steps at the prompt.
-
Start the guided installer.
nullinstaller -
A list of available disks appears. Choose the one to install to, then follow the on-screen steps.
-
When it finishes, reboot into the newly installed system.
-
Mount the system's virtual filesystems.
mount -
Bring the network up.
nunet