Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1000 Bytes

README.md

File metadata and controls

58 lines (38 loc) · 1000 Bytes

Stremio for Apple Silicon

logo

Installation with DMG

Download DMG: https://github.com/erfansamandarian/stremio-mac/releases/download/v4.4.168/Stremio.4.4.168.dmg

Install dependencies:

brew install mpv node qt@5 ffmpeg openssl@3 icu4c@75

Run:

sudo xattr -r -d com.apple.quarantine /Applications/Stremio.app

Installation with Script

Quickest

bash -c "$(wget -qLO - https://github.com/erfansamandarian/stremio-mac/raw/master/quick.sh)"

(Note: you will have to provide sudo access for finalize.sh and pack.sh)

Quickish

git clone https://github.com/erfansamandarian/stremio-mac
cd stremio-mac
chmod +x install.sh
./install.sh` (Note: you will have to provide sudo access for finalize.sh and pack.sh)

Open the .dmg file and drag and drop the Stremio application into your Applications folder

install