Skip to content

Available Services

Quick reference for service modules. See Services Guide for creating custom services.

Always included - RaspiOS kernel, NetworkManager, SSH, network bridges

  • Location: images/debian/services/base/

Incus virtualization - Containers and VMs with KVM

  • Dependencies: None
  • Command: ./bin/autobuild --image debian/qemu

Docker Engine - Portainer + Watchtower

  • Dependencies: None
  • Access: https://raspberry-ip:9443 (Portainer)
  • Command: ./bin/autobuild --image debian/docker

Home Assistant OS - VM with Zigbee auto-detect

  • Dependencies: qemu
  • Access: http://raspberry-ip:8123
  • Command: ./bin/autobuild --image debian/qemu+haos

OpenWrt router - Container with advanced routing

  • Dependencies: qemu
  • Access: http://192.168.10.1 (LuCI)
  • Command: ./bin/autobuild --image debian/qemu+openwrt

WiFi access point - Auto-detects wlan0/wlan1

  • Dependencies: None
  • SSID: RaspberryPi-5G (password: raspberry)
  • Command: ./bin/autobuild --image debian/hotspot
ServiceRAMDiskSpecial Hardware
base500MB2GB-
qemu+100MB+500MB-
docker+200MB+1GB-
haos+4GB+32GBOptional: USB Zigbee
openwrt+100MB+500MBOptional: Dual NIC
hotspot+50MB+100MBWiFi adapter
Terminal window
# Home server
./bin/autobuild --image debian/docker
# Virtualization platform
./bin/autobuild --image debian/qemu+docker
# Network router + WiFi
./bin/autobuild --image debian/qemu+openwrt+hotspot
# Home automation
./bin/autobuild --image debian/qemu+haos
# Full stack (requires 8GB RAM)
./bin/autobuild --image debian/qemu+docker+openwrt+hotspot+haos

For detailed information: