Stremio officially released v5 for MacOS on 27th November 2025 here: https://blog.stremio.com/stremio-v5-macos-release!-(with-arm-support)/
Stremio-shell-ng-MacOs is a web wrapper for the Stremio application on macOS. This was made due to lack of support of Stremio v5 on MacOs and I couldn't really find much differences between v5 and the web version.
NOTE: Only M1 macs are supported, Intel versions need a custom electron binary to play all videos which itself needs an intel mac, 150GB free space and 3 days of time.
To build Stremio-shell-ng-MacOs, follow these steps:
- Clone the repository:
git clone https://github.com/Shockshwat/Stremio-shell-ng-MacOs.git
- Navigate to the project directory:
cd Stremio-shell-ng-MacOs - Run the build Script:
./build_macos.sh
Get the Application from Releases and move it to the Applications Folder If you want it to appear on the Launchpad.
There is a slight chance that you might get an error "This app is damaged and cannot be run" and in that case just open terminal and run this command :
xattr -dr com.apple.quarantine (Path/To/App)This can be because of signing issues and I am not really in a place to buy a developer account to sign my apps. Please open an issue if there is a workaround.
I welcome contributions to the project!
For any questions or support, please open an issue on the GitHub repository.