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
One-click: Open in Raspberry Pi Imager (recommended)
If you already have Raspberry Pi Imager installed (version 2.0.3 or newer), just click this link — it opens Imager pre-loaded with the RasQberry images:
Imager shows a brief security confirmation, then the RasQberry images appear under Choose OS.
Don't have Raspberry Pi Imager yet? Download it here first (it's the shipped default on all platforms), then click the link above.
Manual: add the custom repository in Imager
If the one-click link doesn't launch Imager, add the repository by hand:
- Open Raspberry Pi Imager.
- Click App Options in the bottom-left corner of the window.
- Under Content Repository, choose Use custom URL.
- Paste:
https://RasQberry.org/RQB-images.json - Click Apply & Restart. The RasQberry images appear under Choose OS.
A custom URL is remembered across app restarts (unlike a custom file, which must be re-selected each time).
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.