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 it eventually publishes is produced entirely by NebulaOS-firmware:

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

Evidence: LIVE_HARDWARE_VERIFIED. Prerequisites: Docker or Podman only — see NebulaOS-firmware's Build From Source page for the full stage-by-stage breakdown, output locations, and pin authority (manifests/dependencies.conf).

Each release, once published under Releases, documents the exact component revisions it was built from (releases/RELEASE_TEMPLATE.md), so it's always reproducible from the four source repos — see Release Provenance for how to verify that for a specific release.

Clone this wiki locally