Skip to content

Raspotify on Pi v1's and Pi Zero v1.x

Nate edited this page Oct 31, 2022 · 5 revisions

Newer versions of Raspotify will NOT run on ARMv6 devices.

0.31.8.1 was the last version to be built with ARMv6 support.

You can install and run that version on an ARMv6 device, but you will never get updates and doing so is completely unsupported.

Unsupported means unsupported. You're on your own. Issues, questions and discussions will be closed and locked.

# Install curl and download raspotify_0.31.8.1
sudo apt-get -y install curl && curl -O -sL https://github.com/dtcooper/raspotify/releases/download/0.31.8.1/raspotify_0.31.8.1.librespot.v0.3.1-54-gf4be9bb_armhf.deb

# Install raspotify_0.31.8.1
sudo apt install ./raspotify_0.31.8.1.librespot.v0.3.1-54-gf4be9bb_armhf.deb