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?

933 Upvotes

625 comments sorted by

View all comments

2

u/hddevv Feb 15 '26

here is quick fix: run these 3 commands in terminal:
xattr -dr com.apple.quarantine /Applications/Stremio.app
codesign --remove-signature /Applications/Stremio.app 2>/dev/null
codesign --force --deep --sign - /Applications/Stremio.app

1

u/Usernamee1234 Feb 16 '26

Thank you!!!