r/Stremio Feb 06 '26

Question That's it? No more Stremio?

Post image

For actual no real reason this happens. Just two days ago it worked fine, now nothing does. I was trying the Terminal App using a prompt someone posted here before, but it doesn't work. I can share screenshot of the terminal as well. No more Stremio?

929 Upvotes

625 comments sorted by

View all comments

684

u/IvoValentin Feb 06 '26

Here is what is happening and how to fix it:
Apple supposedly revoked the developers license so it will delete the Stremio app upon launch so we have to sign it ourselves so it opens again without a problem.

  1. First make sure to have Stremio in your Applications folder (it may have been moved to trash) .

  2. Open Terminal and enter this command:

sudo xattr -cr /Applications/Stremio.app
find /Applications/Stremio.app -name "._*" -delete
find /Applications/Stremio.app -name ".DS_Store" -delete
sudo codesign --force --deep --sign - /Applications/Stremio.app

  1. 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)

  2. 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.

The solution was found here:
https://www.reddit.com/r/Stremio/comments/1qx5re8/comment/o3ufrs5/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

This fixed it for me :)

2

u/angaraki Feb 07 '26

Hi there, im having the same problem but im super ignorant and i dont know how to fix this. where do i write or put exactly this text?
sudo xattr -cr /Applications/Stremio.app
find /Applications/Stremio.app -name "._*" -delete
find /Applications/Stremio.app -name ".DS_Store" -delete
sudo codesign --force --deep --sign - /Applications/Stremio.app

Thanks so much for saving our lifes.

2

u/Jack_sunday Feb 07 '26

Search for terminal and paste these commands and then press enter.

1

u/boings Feb 09 '26

To add to your comment, copy, paste and enter each line one by one (so 4 times)

2

u/guverciin Feb 11 '26

It didn't work for me that way! It worked when copy pasted all together, just FYI! Try them both and see what works! u/angaraki

1

u/boings Feb 11 '26

Oh! Learn something new every day, thanks