Neonatox

Philosophy

Not another distro

Neonatox doesn't pretend to be the best distribution.
It aims to be honest and transparent.


The black box

Modern distributions are incredibly convenient. You install them in minutes and everything "just works."

But behind that convenience lies a black box: thousands of lines of code you don't understand, services starting without your knowledge, precompiled packages whose origin is unknown.

There's nothing wrong with using that convenience.
But if your goal is to master Linux, you have to open the box.


Build to understand

Linux From Scratch isn't just a guide. It's a transformative experience.

Compiling GCC teaches you how a compiler is born.
Building Glibc shows you what actually holds up a Linux system.
Configuring systemd forces you to understand the boot process.

Neonatox takes that LFS philosophy and brings it to the modern world: deep learning + practical tools (native package manager, clear and reproducible scripts).


The package manager that teaches

nhopkg doesn't just install packages.
Every package is a learning document.

Opening a *.srcnho you explicitly see:

  • Build vs. runtime dependencies
  • Clear, commented build scripts
  • Transparent metadata

A package in Neonatox isn't just software. It's knowledge.


Who is Neonatox for?

If you're looking for something to install and forget, Neonatox probably isn't for you.

But if you've ever asked yourself these questions:

  • What actually happens when I run systemctl start?
  • Why does this package bring 47 dependencies?
  • How do you compile GCC from scratch?
  • What is the system doing during boot?

Then yes. Welcome.