Download and Install

Platforms

Right now, late 2025, RTB is only available for the Raspberry Pi running a Debian bookworm or later. Both 32 and 64-bit version are supported.

If you require a version of RTB for an older Pi OS then please get in-touch.

Planned releases include generic ARM (32 or 64 bit), x86_32 and x86_64.

To download and install:

Follow these simple instructions:

cd /tmp
wget http://project-downloads.drogon.net/rtb/rtb-pi32.deb
sudo apt install ./rtb-pi32.deb

Replace rtb-pi32.deb with rtb-pi64.deb if required.

That ought to install it, however it may throw up a dependency (most likely libsdl-sound), these should be pulled automatically, but if not to resolve this, then in the usual Debian manner:

sudo apt-get -f install

will complete the installation.

Note that the RTB package for the Raspberry Pi has the wiringPi library built-in and includes the wiringPi gpio command from wiringPi. Also note that GPIO actions only work on Pi’s version Zero through 4. The Piv5 is not supported (yet) and you need to use the generic aarch64 version.

You can check this is installed with the command

gpio -v

The demo programs will also be installed and you can find them in

/usr/share/rtb/demos

You may want to copy them to your home directory if you want to change them.

At this point you should be able to start RTB by typing:

rtb

or by finding it in the desktop menu.

RTB should work both in X Windows and in the console, but certain things like keyboard mappings may be different when run directly on the console.

RTB has a built-in DIR and LOAD command, so you can load up the demos and run them – e.g.

dir
cd demos/graphics
load bubble
run

And off you go.

If you have used ssh to login to your Raspberry Pi from another Linux PC, then you can use the ssh -X command and RTB will run on the Pi and display locally, however it will be very slow as the SDL libraries do not lend themselves to speed when used like this. You’ll also need to start it with the -s flag to disable the sound system.

If you like RTB and want to help development then consider buying me a coffee through this link: https://buymeacoffee.com/gordondrogon – thanks!