Releases: aelrased/NuvioDesktop
Releases · aelrased/NuvioDesktop
Nuvio Desktop v1.1.4
v1.1.1 fixed
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):
- Right-click
NuvioDesktop.app - Click "Open"
- 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.