Write the image to a USB stick, boot it in QEMU, or build the whole system from source in minutes. x86-64, UEFI + BIOS.
Minimal rolling CLI. Boots to an interactive shell from RAM in seconds; run blueberry-install to put it on disk.
see SHA256SUMS in the releaseThe whole supply chain is yours — clone the monorepo and build a bootable world with a handful of make targets. No image download required.
blueberry — change it before exposing the box.# replace sdX with your USB device
sudo dd if=blueberry-server-x86_64.iso \
of=/dev/sdX bs=4M status=progress oflag=sync
qemu-system-x86_64 \ -cdrom blueberry-server-x86_64.iso \ -m 512M -nographic
ssh root@<box-ip> # password: blueberry
# blueberry-install # guided GPT/UEFI installer
Prerequisites: gcc, make, curl, zstd, cpio, qemu (core build); podman/docker, xorriso (ISO).
$ git clone https://github.com/zsigisti/blueberry.git $ cd blueberry $ make _check_tools $ make world $ make run
Looking for tagged builds? See the Releases page.