Skip to content
Tim edited this page Aug 15, 2026 · 3 revisions

NebulaOS-firmware

Role in NebulaOS: Canonical integration and build repository. Pins exact commits of the three component repos (kernel, Klipper, GuppyScreen), fetches them fresh on every build, applies the accepted kernel variants, and produces the final flashable rootfs + kernel + app-stack image. This is the only one of the five repos that alone produces a complete, flashable NebulaOS image.

Canonical branch: main

Complete OS build: Yes — git clone + ./build.sh from this repo, nothing else, reproduces the current qualified baseline. See Build From Source.

Related repos:

Audience: Developers and advanced testers. Nothing on this wiki (or in this repo's docs/) is a consumer installer — every install/flash/recovery procedure documented here exposes raw firmware images, A/B boot partitions, and SSH/root access on real hardware.


Navigation

Building

Installing, updating, recovering a real device

Reference

All of the above are summaries. The tracked docs under this repo's own docs/ directory are the canonical, versioned source of truth — this wiki exists for navigation and quick reference, not as a second copy. Where the two ever disagree, the repo wins.

Clone this wiki locally