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

NebulaOS-firmware

This is where NebulaOS actually gets built — the repo that pins exact versions of the kernel, Klipper, and GuppyScreen forks, fetches them fresh, and puts together the whole flashable image. If you want the complete OS, this is the repo you want; the other three component repos won't get you there on their own.

Branch: main. Building it is genuinely just:

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

Related repos:

This is developer/advanced-testing documentation — expect SSH, root, and raw partitions, not a polished installer.


Where to go from here

Building

Getting NebulaOS onto a real printer

Reference

These pages are quick references — the full versions with all the detail live in this repo's own docs/ folder, which is the real source of truth if the two ever disagree.

Clone this wiki locally