Close
0%
0%

Install Stremio on Raspberry Pi

Run Stremio on Raspberry Pi with a kiosk look

Similar projects worth following
Hack to run Stremio on Raspberry Pi

The step by step instructions have been provided. For demo watch the following video

  • 1
    Get the binaries

    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.

  • 2
    Add sources

    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
  • 3
    Change directory

    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

Enjoy this project?

Share

Discussions

ben.boldan wrote 03/27/2022 at 13:22 point

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

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates