Skip to content

v1.0.2

Choose a tag to compare

@REVENGE977 REVENGE977 released this 05 Jan 14:45
· 50 commits to main since this release

Update v1.0.2

  • Option between using Stremio Service or server.js directly: Now if you're on Windows, you will be given a choice between using Stremio Service or running server.js directly. If you do choose to run server.js directly, you will be given instructions on how to download server.js and where to place the file (you'll have to do it manually. I'm not allowed to automate the downloading process of server.js as per Stremio's request). FFmpeg downloading is automated. You will only be asked to choose once and whatever option you choose will be saved for future app launches.

    If you're on Linux or macOS, you'll just be asked to use server.js and follow the instructions on how to download it. Though if you wish to use Stremio Service, you can. Just launch Stremio Service before launching Stremio Enhanced.
    (PR #63)

  • HEVC decoding support: Enabled HEVC hardware decoding support. This needs more testing to make sure it's working, but it's not causing any issues so far in either Windows or Linux. Also, now it uses DirectX11 instead of OpenGL on Windows. (PR #69)

  • Improved codebase: Improved code quality, type safety, and maintainability (PR #67)

Big thanks to all contributors 👍

As always the app isn't signed so if you're on macOS you'll have to bypass Gatekeeper. Signing would cost me 99 USD per year..

To bypass, you should right-click the app and choose “Open” for first time you open the app (instead of double clicking) or run this command in terminal:

xattr -cr /path/to/Stremio.Enhanced.app

or if that doesn't work try this:

xattr -d com.apple.quarantine /path/to/Stremio.Enhanced.app

I've only tested this version on Windows and Linux. I don't have a mac and macOS VMs suck.

Edit (1/7/2026):

  • Updated macOS build to fix an issue related to downloading FFmpeg causing an Invalid URL error to show up.
  • Uploaded a Windows on ARM build. It doesn't support Stremio Service since Stremio doesn't provide builds for Windows on ARM, so if you're gonna use it make sure you use server.js directly.
  • Updated Linux arm64 build to fix an issue where it would download x64 FFmpeg binaries instead of arm64 ones.