Run Stremio on Raspberry Pi with a kiosk look
Not a member? You should Sign up.
Already have an account? Log in.
To make the experience fit your profile, pick a username and tell us what interests you.
The step by step instructions have been provided. For demo watch the following video
Download the Zip files containing the binaries from the Releases section of the git (https://github.com/shivasiddharth/Stremio-RaspberryPi).
Place the downloaded zip in the /home/${USER}/ directory and unzip the file.
Buster Users:
sudo sh -c "echo 'deb http://ftp.us.debian.org/debian/ buster main contrib non-free' >> /etc/apt/sources.list" sudo sh -c "echo 'deb http://deb.debian.org/debian buster main contrib non-free' >> /etc/apt/sources.list" sudo apt-get update
Bullseye Users:
sudo sh -c "echo 'deb http://ftp.us.debian.org/debian/ bullseye main contrib non-free' >> /etc/apt/sources.list" sudo sh -c "echo 'deb http://deb.debian.org/debian bullseye main contrib non-free' >> /etc/apt/sources.list" sudo apt-get update
Replace x.x.xxx with the version numbers on the file.
64-Bit Users:
cd /home/${USER}/Stremio-x.x.xxx-arm64-64-bit/
32-Bit Users:
cd /home/${USER}/Stremio-x.x.xxx-armhf-32-bit/
View all 5 instructions
Create an account to leave a comment. Already have an account? Log In.
Hi just making you aware i had to add the
[trusted=yes] between deb and the source link for this to work as the sources are unsigned. But got it working in the end thanks so much.
Are you sure? yes | no
Dmitry
Brayden DeVito
bentikawilson
Douglas Esteves
Become a member to follow this project and never miss any updates
Yes, delete it Cancel
You are about to report the project "Install Stremio on Raspberry Pi", please tell us the reason.
Your application has been submitted.
Are you sure you want to remove yourself as a member for this project?
Project owner will be notified upon removal.
Hi just making you aware i had to add the
[trusted=yes] between deb and the source link for this to work as the sources are unsigned. But got it working in the end thanks so much.