Skip to content

Raspberry Pi

Taiko2k edited this page Aug 8, 2022 · 27 revisions

It is possible to install Tauon on 64bit ARM. (Tested on a Raspberry Pi 4)

Installing using Flatpak

First, you will need Flatpak installed.

Installing Flatpak on Raspberry Pi OS (Raspbian)

  1. apt install flatpak
  2. flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Note: Flathub has phased out support for 32bit ARM, so you will need 64bit version of Raspberry Pi OS to use this.

Installing Flatpak on Manjaro:

  1. sudo pacman -S flatpak

For up to date instructions on installing Flatpak / for other distros, see here.

Installing Tauon Music Box Flatpak

Install Tauon Music Box using flatpak install com.github.taiko2k.tauonmb.

Hint: If install was successful, you should see Tauon Music box in your launcher. (You might need to log out and in again).

Manual setup

See Building for Linux.

Clone this wiki locally