pure-Go reimplementation of GNU GRUB
GRUB administration toolkit: opens a GPT disk image, mounts the ESP and a Linux /boot (ext4/btrfs) read-write, reads/generates/patches grub.cfg, registers a UEFI boot entry, and optionally measures boot into TPM PCRs. 93.9% test coverage; no tagged release yet.
pure-Go reimplementation of systemd-boot (sd-boot)
Boot Loader Specification reader: GPT-locates the ESP, parses loader.conf + BLS entries, reads/writes UEFI BootOrder/BootNext, and measures the selected kernel/initrd/cmdline into TPM PCRs. 92.9% test coverage; no tagged release yet.
pure-Go reimplementation of Limine
Modern x86-64 / aarch64 / riscv64 boot protocol. Compact spec makes it a natural early pure-Go implementation.
pure-Go reimplementation of Syslinux / ISOLINUX / PXELINUX
Lightweight loaders for FAT, ISO9660 and PXE network boot.
pure-Go reimplementation of rEFInd
Graphical UEFI boot manager that auto-discovers EFI boot loaders.
pure-Go reimplementation of Das U-Boot
Embedded / SoC boot firmware across many architectures.