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.
To install 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
- Install the dependencies:
npm install
- Build the project:
npm run make
Or Alternatively,
- Run the Build Server:
npm run start
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.