Test Releases
Test releases are builds from the test branch that contain features and changes currently in testing. These builds are suitable for early adopters who want to test new features and provide feedback before they reach the preview or stable stage.
⚠️ Warning: Test releases are experimental builds that may contain
bugs, incomplete features, or breaking changes. Use at your own risk and avoid using
in production environments.
Available Test Releases
All images are compressed with PiShrink. Please report any issues you encounter to help improve the quality of future releases.
v2025-12-13-2309-test - Pre-release 2025-12-13 (test)
Released: 12/13/2025
- debian-base.img.xz (542.57 MB)
- debian-qemu-docker-openwrt-hotspot-haos.img.xz (798.72 MB)
- debian-qemu-docker.img.xz (852.39 MB)
- debian-qemu-openwrt-hotspot.img.xz (764.45 MB)
v2025-12-09-1350-test - Pre-release 2025-12-09 (test)
Released: 12/9/2025
- debian-base.img.xz (539.81 MB)
- debian-qemu-docker-openwrt-hotspot-haos.img.xz (801.96 MB)
- debian-qemu-docker.img.xz (768.09 MB)
- debian-qemu-openwrt-hotspot.img.xz (859.11 MB)
v2025-12-09-1217-test - Pre-release 2025-12-09 (test)
Released: 12/9/2025
- debian-base.img.xz (436.41 MB)
- debian-qemu-docker-openwrt-hotspot-haos.img.xz (678.94 MB)
- debian-qemu-docker.img.xz (681.37 MB)
- debian-qemu-openwrt-hotspot.img.xz (594.11 MB)
Loading releases...
Flash an Image
# Decompress and flash
xz -dc rpi-*.img.xz | sudo dd of=/dev/sdX bs=4M status=progress conv=fsync
sync ⚠️ Replace /dev/sdX with your device!