Installation
Complete guide to installing NØNOS development environment.
Step 1: Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.cargo/envrustup toolchain install nightly
rustup target add x86_64-unknown-uefi --toolchain nightly
rustup component add rust-src llvm-tools-preview --toolchain nightlyStep 2: Install Build Dependencies
Linux (Debian/Ubuntu)
sudo apt update
sudo apt install qemu-system-x86 ovmf build-essentialLinux (Fedora)
sudo dnf install qemu-system-x86 edk2-ovmf make gccLinux (Arch)
macOS
Windows (WSL2)
Step 3: Clone the Repositories
Step 4: Verify Dependencies
Step 5: Build
Step 6: Run in QEMU
Troubleshooting
"Rust not installed"
"nightly toolchain not found"
QEMU fails to start
macOS build errors
Last updated
Was this helpful?


