Skip to content

Raspberry Pi Builds

Raspberry Pi hardware support meets Debian ARM64 flexibility

This project creates hybrid Raspberry Pi images that combine:

  • Raspberry Pi OS boot partition - Full hardware support for Raspberry Pi (including RP1 chip drivers)
  • Debian ARM64 root filesystem - Clean Debian userspace with automatic updates

Full Hardware Support

Includes Raspberry Pi kernel with RP1 drivers for Ethernet, USB, GPIO, and all hardware features

Debian Flexibility

Pure Debian ARM64 rootfs with access to all Debian packages and automatic updates

Automated Builds

GitHub Actions CI/CD pipeline builds and releases images automatically

Easy to Flash

Download compressed images ready to flash to SD card or SSD

  1. Download an image from Releases
  2. Flash to SD card: xz -dc rpi-*.img.xz | sudo dd of=/dev/sdX bs=4M status=progress
  3. Boot your Raspberry Pi!

Browse the Images section to see all available configurations.