Files
axe-os/README.md
ag-tsotetsi f822ebcb04 initial
2026-02-06 21:32:39 +02:00

632 B

Axe OS

Axe OS is a minimal, from-scratch operating system inspired by Linux From Scratch (LFS) and similar projects.

Rather than building a full blown desktop system, the focus is on a lightweight and modular approach using Docker as the build environment. Any additional dependencies or tools required by the system are built or fetched inside Docker containers. This approach ensures the host system remains clean, with no direct installation of build-time or runtime dependencies.

The system is tailored specifically for my C/C++ and Go codebases, prioritising simplicity, control, and reproducibility over completeness.