Stremio appears to now support builds for major distros so I advise you to download the official builds here if you are using Fedora or an Arch system
A repository containing scripts that are meant to install Stremio and its dependencies on systems that do not provide an official installation for Stremio.
You probably need the proprietary media codecs in order to be able to play any online content with stremio, so before running the script I advise you to search for how to install them on your speciffic distribution as the setps may vary.
Solus users: you have the codecs preinstalled out of the box.
Fedora users: you shoud see how to install rpmfusion repos (both free and non-free) then install all the codecs through the software center. RPMFUSION Free is required for mpv media player libs which are a dependency for Stremio
Arch users: if not already installed, then you shoud probably install gstreamer and ffmpeg
Clear Linux users: https://community.clearlinux.org/t/how-to-h264-etc-support-for-firefox-including-ffmpeg-install/195
sudo dnf install git
<-- Installs git so you can download my scriptsgit clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git
<-- Downloads the scriptcd Stremio-Install-Scripts
<-- Moves into the downloaded folderchmod 755 installStremioFedora.sh
<-- Makes the script executable./installStremioFedora.sh
<-- Installs Stremio (will ask for password to install dependencies and Stremio itself)
sudo eopkg it git
<-- Installs git so you can download my scriptsgit clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git
<-- Downloads the scriptcd Stremio-Install-Scripts
<-- Moves into the downloaded folderchmod 755 installStremioSolus.sh
<-- Makes the script executable./installStremioSolus.sh
<-- Installs Stremio (will ask for password to install dependencies and Stremio itself)
Clear linux installs a lot of other things beside the necessary deps (around 2GB worth of bundles) due to the way swupd works
sudo swupd bundle-add git
<-- Installs git so you can download my scripts (Probably already installed)git clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git
<-- Downloads the scriptcd Stremio-Install-Scripts
<-- Moves into the downloaded folderchmod 755 installStremioClear.sh
<-- Makes the script executable./installStremioClear.sh
<-- Installs Stremio (will ask for password to install dependencies and Stremio itself)
sudo pacman -S git
<-- Installs git so you can download my scriptsgit clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git
<-- Downloads the scriptcd Stremio-Install-Scripts
<-- Moves into the downloaded folderchmod 755 installStremioArch.sh
<-- Makes the script executable./installStremioArch.sh
<-- Installs Stremio (will ask for password to install dependencies and Stremio itself)