RasQberry Installation Overview
Below you can find the list of steps that are needed to write the RasQberry Two image to an SD card and use it in your Raspberry Pi version 4 or 5.
Download Options
Download Page
Visit rasqberry.org/latest/ to browse and download all available RasQberry images including stable, beta, and development builds.
Direct Download URLs
Use these URLs to always get the latest release for each stream:
| Stream | URL | Description |
|---|---|---|
| Stable | rasqberry.org/latest/stable | Production-ready releases |
| Beta | rasqberry.org/latest/beta | Pre-release with latest features |
| Dev | rasqberry.org/latest/dev | Development builds (unstable) |
These URLs automatically redirect to the latest image for each release stream.
GitHub Releases
All releases are also available on GitHub Releases.
JSON APIs
For automation and programmatic access:
| Endpoint | Description |
|---|---|
| RQB-images.json | Pi Imager format with latest stable/beta/dev images |
| RQB-images-all.json | All image versions from all branches (for development/testing) |
| RQB-releases.json | Release metadata with download URLs, file sizes, and checksums |
Using Pi Imager with RasQberry Repository
Simplified Installation with Desktop Launcher
For the easiest experience, install a pre-configured Pi Imager launcher that automatically loads RasQberry images.
On macOS (one-line command):
curl -sSL https://rasqberry.org/install-rpi-imager-launcher.sh | bash
This creates a "Pi Imager for RasQberry" app on your Desktop with the RasQberry icon.
On Windows (PowerShell as Administrator):
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://rasqberry.org/install-rpi-imager-launcher.ps1'))
This creates a "Pi Imager for RasQberry" shortcut on your Desktop.
About the RasQberry Image
The RasQberry image contains a desktop environment with quantum computing demos accessible via desktop icons and the raspi-config menu.
raspi-config Menu (access via sudo raspi-config):
| Menu Item | Description |
|---|---|
| Quantum Demos | LED tests, Quantum Lights Out, Raspberry-Tie, Bloch Sphere, Fractals, IBM Tutorials, and more |
| Touch Mode Settings | Enable/disable touch screen mode |
| Update Env File | Modify RasQberry environment variables |
| Software & Full Image Updates | A/B boot management, GitHub branch updates |
| System Info | View RasQberry version information |
Default credentials:
- Username:
rasqberry - Password:
Qiskit1! - SSH and VNC are enabled by default
Steps to write the RasQberry Image to your SD Card
! Warning: Ensure there is no important information stored on this SD Card before following these steps.
-
Download and install the Raspberry Pi Imager: https://www.raspberrypi.com/software/
-
Put a formatted SD into the SD card reader of your computer. If your computer does not have an SD Card reader slot, you can use a USB SD Card Reader.
-
Open the Raspberry Pi Imager with the following command in a terminal window. Depending on your OS the command will differ:
Mac OS
/Applications/Raspberry\ Pi\ Imager.app/Contents/MacOS/rpi-imager --repo https://rasqberry.org/RQB-images.jsonWindows
"C:\Program Files (x86)\Raspberry Pi Imager\rpi-imager.exe" --repo https://rasqberry.org/RQB-images.json
-
Click
Choose OSand select a RasQberry image:- RasQberry Two Beta - Pre-release with latest tested features
- RasQberry Two Dev - Development builds (latest but may be unstable)
-
Click
Choose Storageand select your SD Card. -
Click
Next. -
When prompted about OS customization, select
No- the RasQberry image is pre-configured and should be written without modifications. -
Click
Yesto erase all existing data and write the image to the SD card. -
Wait for the writing and verification process to complete.
-
Insert the SD Card into your Raspberry Pi 4 or 5, connect power, and boot.