Native tvOS (Apple TV) port of NuvioMobile, reusing its shared Kotlin business logic with a new SwiftUI focus-engine frontend
https://nuvio.tv ↗// readme
A native Apple TV client for the Nuvio media hub — SwiftUI on top of a shared Kotlin Multiplatform core.
Stremio addon ecosystem • Built for the tvOS focus engine & Siri Remote
About
NuvioTV is a native tvOS (Apple TV) port of Nuvio. It brings Nuvio’s playback-focused experience — the Stremio addon ecosystem, catalogs, watch progress, collections, cloud library, debrid, and Trakt — to the living room with an interface designed from the ground up for the tvOS focus engine and the Siri Remote.
Rather than port the touch UI, this fork keeps only what travels well: the proven, Compose-free domain and data layer from NuvioMobile is lifted into a UI-free Kotlin Multiplatform framework — SharedCore — and a brand-new SwiftUI frontend is built on top of it. The result is one shared business-logic core across mobile and TV, with a purpose-built 10-foot experience on Apple TV.
Lineage: the original NuvioTV was a React Native app; it was rewritten as NuvioMobile (Kotlin / Compose Multiplatform)…