Preview Releases
Preview releases are builds from the preview branch that contain new features and improvements that have passed initial testing. These builds are more stable than test releases but may still contain minor issues or be subject to changes before being promoted to stable.
⚠️ Warning: Preview releases are development builds that may contain
bugs or incomplete features. While more stable than test releases, they should still be
used with caution in production environments.
Available Preview Releases
All images are compressed with PiShrink. Preview releases are ideal for testing upcoming features and providing feedback before stable release.
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!