Skip to content

NuvioForLinux v0.2.3.1

Choose a tag to compare

@github-actions github-actions released this 10 Aug 07:54
· 71 commits to cmp-rewrite since this release

NuvioForLinux v0.2.3.1

One setting, nothing else. Same app as 0.2.3 in every other respect.

The next release, 0.3.0, rebases this fork's Linux desktop layer onto current upstream. That is a
large change and it ships as an alpha, so it is published as a pre-release and the updater will
not offer it to you. Deciding to try it should be your choice — but 0.2.3 has no way to make that
choice, which is what this release adds.

Added

  • Experimental updates (Settings → About). Off by default, and off is exactly how 0.2.3
    already behaves: pre-release builds are skipped. Turn it on and the updater will also offer
    alpha builds; turn it off again and you go back to stable releases only.

⬇️ Which file do I download?

File For Notes
Nuvio-0.2.3.1-x86_64.AppImage Any modern distro Self-contained, bundles VLC. Needs glibc ≥ 2.35 (Ubuntu 22.04 LTS+, Debian 12+, Fedora, Arch, Mint).
nuvio_0.2.3.1_amd64.deb Debian / Ubuntu / Pop!_OS / Mint Installs system-wide; uses your system VLC (vlc-plugin-base | vlc).
# AppImage
chmod +x Nuvio-0.2.3.1-x86_64.AppImage
./Nuvio-0.2.3.1-x86_64.AppImage

# .deb
sudo apt install ./nuvio_0.2.3.1_amd64.deb

💡 Using AppImageLauncher and the file disappears or won't start? Run it from a
terminal with APPIMAGELAUNCHER_DISABLE=1 ./Nuvio-*.AppImage, or update AppImageLauncher.