Skip to content

v1.1.1 fixed

Choose a tag to compare

@aelrased aelrased released this 15 Jun 23:53
· 124 commits to Dev since this release

Pressing the Escape button may sometimes cause a black screen that has been fixed
macOS build with fullscreen fix and mpv from Soia

✅ macOS support

  • First macOS build (arm64)
  • Based on Soia's mpv v0.41.0-r12
  • Native player bridge with HDR/EDR support

🐛 Fullscreen black screen fix

  • Linux/macOS: reset render pipeline on fullscreen transition
  • Prevents black screen when entering/exiting fullscreen

🛠 Build

  • GitHub Actions CI
  • Auto-downloads mpv libs from Soia release

⚠️ macOS Important

macOS may show "NuvioDesktop is damaged and can't be opened" or say it cannot verify the app is free of malware. This happens because the app is not yet signed with an Apple Developer ID certificate, so macOS may block it on first launch.

Workaround (Recommended):

  1. Right-click NuvioDesktop.app
  2. Click "Open"
  3. Click "Open" again in the dialog

If that doesn't work, run:

sudo xattr -r -d com.apple.quarantine /Applications/NuvioDesktop.app

You can also go to System Settings > Privacy & Security and click "Open Anyway" (it appears after a blocked launch attempt).

The app is open-source and its code is publicly available for anyone to inspect.