Skip to content

Developer Build

Tim edited this page Aug 15, 2026 · 2 revisions

Developer build

This repo doesn't build anything itself — every release artifact eventually published here comes straight from NebulaOS-firmware:

git clone https://github.com/coreflake1/NebulaOS-firmware.git
cd NebulaOS-firmware
./build.sh

You need Docker or Podman and not much else. See NebulaOS-firmware's Build From Source page for the full stage-by-stage breakdown and where everything ends up.

Once a release is published under Releases, the notes document exactly which component revisions it was built from, so it's always traceable back to the four source repos — see Release Provenance for how to verify that for a specific release.

Clone this wiki locally