A free, open-source Smart TV web app for Samsung Tizen and LG webOS.
Bring your own sources. Nuvio turns them into a TV library with artwork, ratings, subtitles, and saved progress.
NuvioTV Web supports Samsung Tizen TVs from 2018 onward (Tizen 4+) and LG webOS TVs from 2020 onward (webOS 5+). On Tizen 4, some advanced audio/subtitle features may be limited, and torrent/P2P playback is unavailable by design. On Tizen 5+ and LG webOS, torrent/P2P uses only the bundled local companion service; no external torrent streaming server is configured or required.
- Nuvio WebTV Installer for Windows, macOS, and Linux
- Samsung Tizen WGT for manual installation
- LG webOS Homebrew repository
- LG webOS IPK for manual installation
git clone https://github.com/NuvioMedia/NuvioWeb.git
cd NuvioWeb
npm install
npm run buildBuild TV packages with:
npm run package:tizen
npm run package:tizen:store
npm run package:webospackage:tizen is the unsigned development package. package:tizen:store requires Tizen Studio/Web CLI and a configured security profile, and creates the signed Store package with the local EngineFS service included so Tizen 5+ retains torrent/P2P playback. Tizen 4 still reports P2P as unsupported at runtime. NuvioTV Web is built with JavaScript, HTML, CSS, and platform TV APIs. Building requires Node.js and npm; package installation additionally requires the relevant Tizen or webOS tools.