The Stremio app for macOS is currently being deleted on macOS and it's only down to the apps signing certificate being revoked. They are working on fixing the issue. There is a quick fix by doing the following.
- First make sure to have Stremio in your Applications folder (it may have been moved to trash)
- Open Terminal and enter the following commands
sudo xattr -cr /Applications/Stremio.appfind /Applications/Stremio.app -name "._*" -deletefind /Applications/Stremio.app -name ".DS_Store" -deletesudo codesign --force --deep --sign - /Applications/Stremio.app- It will ask for your password (just displaying a 🔑 symbol), enter your Mac password that you use to log in (you won't see any typing indication but it is working fine, trust me)
- You should now be able to open Stremio again.
- If it is not working delete the Stremio app (or let apple do it) and drag a freshly downloaded version of Stremio into the Applications folder (and don't open it!!!), then proceed with step 2.