{"id":13466209,"url":"https://github.com/alexandru-balan/Stremio-Install-Scripts","last_synced_at":"2025-03-25T21:31:35.244Z","repository":{"id":44677731,"uuid":"183009880","full_name":"alexandru-balan/Stremio-Install-Scripts","owner":"alexandru-balan","description":"A repo with scripts that install Stremio from scratch on systems that do not package it.","archived":false,"fork":false,"pushed_at":"2022-01-31T14:52:13.000Z","size":49,"stargazers_count":66,"open_issues_count":9,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-29T19:17:39.916Z","etag":null,"topics":["arch-linux","clearlinux","fedora31","installs-stremio","solus","stremio"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexandru-balan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-23T12:26:37.000Z","updated_at":"2024-09-19T08:10:23.000Z","dependencies_parsed_at":"2022-09-14T08:20:30.159Z","dependency_job_id":null,"html_url":"https://github.com/alexandru-balan/Stremio-Install-Scripts","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandru-balan%2FStremio-Install-Scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandru-balan%2FStremio-Install-Scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandru-balan%2FStremio-Install-Scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandru-balan%2FStremio-Install-Scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexandru-balan","download_url":"https://codeload.github.com/alexandru-balan/Stremio-Install-Scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245547628,"owners_count":20633408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arch-linux","clearlinux","fedora31","installs-stremio","solus","stremio"],"created_at":"2024-07-31T15:00:40.933Z","updated_at":"2025-03-25T21:31:34.992Z","avatar_url":"https://github.com/alexandru-balan.png","language":"Shell","funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"# Stremio appears to now support builds for major distros so I advise you to download the official builds [here](https://www.stremio.com/downloads/?utm_source=blog\u0026utm_medium=sidebar%20widgets) if you are using Fedora or an Arch system\n\n# Stremio Install Scripts\n\nA repository containing scripts that  are meant to install Stremio and its dependencies on systems that do not provide an official installation for Stremio.\n\n# Disclaimer:\n\nYou 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.\n\n**Solus users:** you have the codecs preinstalled out of the box.\n\n**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**\n\n**Arch users:** if not already installed, then you shoud probably install gstreamer and ffmpeg\n\n**Clear Linux users:** https://community.clearlinux.org/t/how-to-h264-etc-support-for-firefox-including-ffmpeg-install/195\n\n## Install on Fedora 31\n\n0. `sudo dnf install git` \u003c-- Installs git so you can download my scripts\n1. `git clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git` \u003c-- Downloads the script\n2. `cd Stremio-Install-Scripts` \u003c-- Moves into the downloaded folder\n3. `chmod 755 installStremioFedora.sh` \u003c-- Makes the script executable\n4. `./installStremioFedora.sh` \u003c-- Installs Stremio (will ask for password to install dependencies and Stremio itself)\n\n## Install on Solus 4.1\n\n0. `sudo eopkg it git` \u003c-- Installs git so you can download my scripts\n1. `git clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git` \u003c-- Downloads the script\n2. `cd Stremio-Install-Scripts` \u003c-- Moves into the downloaded folder\n3. `chmod 755 installStremioSolus.sh` \u003c-- Makes the script executable\n4. `./installStremioSolus.sh` \u003c-- Installs Stremio (will ask for password to install dependencies and Stremio itself)\n\n## Install on Clear Linux (this one might take a lot to complete)\n*Clear linux installs a lot of other things beside the necessary deps (around 2GB worth of bundles) due to the way swupd works*\n\n0. `sudo swupd bundle-add git` \u003c-- Installs git so you can download my scripts (Probably already installed)\n1. `git clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git` \u003c-- Downloads the script\n2. `cd Stremio-Install-Scripts` \u003c-- Moves into the downloaded folder\n3. `chmod 755 installStremioClear.sh` \u003c-- Makes the script executable\n4. `./installStremioClear.sh` \u003c-- Installs Stremio (will ask for password to install dependencies and Stremio itself)\n\n## Install on Arch Linux\n\n0. `sudo pacman -S git` \u003c-- Installs git so you can download my scripts\n1. `git clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git` \u003c-- Downloads the script\n2. `cd Stremio-Install-Scripts` \u003c-- Moves into the downloaded folder\n3. `chmod 755 installStremioArch.sh` \u003c-- Makes the script executable\n4. `./installStremioArch.sh` \u003c-- Installs Stremio (will ask for password to install dependencies and Stremio itself)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandru-balan%2FStremio-Install-Scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandru-balan%2FStremio-Install-Scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandru-balan%2FStremio-Install-Scripts/lists"}