A simple Media Hub
Find a file
YLaskco 79269f461a feat(library): search the cloud library
The Cloud view only had provider and type filters, so finding a specific
release in a large debrid account meant scrolling the whole list, even
though the item names and file names are already loaded on the client.

Adds a local search field under the toolbar that narrows the already
loaded items. It matches the item name or any of its file names, since
the useful identifier is often in the filename rather than the title,
and it stacks on top of the existing provider and type filters.
2026-07-23 10:20:23 -04:00
.github fix(ci): target releases at selected branch 2026-07-20 19:30:51 +05:30
androidApp support for split ABI 2026-07-18 19:14:35 +05:30
composeApp feat(library): search the cloud library 2026-07-23 10:20:23 -04:00
Docs/Stremio addons refer kmp init 2026-03-04 09:00:00 +05:30
gradle feat: migrate navigation to Nav3 and native iOS 2026-07-10 14:58:49 +05:30
iosApp bump version 2026-07-20 18:31:27 +05:30
libass-android@c10b71ab8b fix: update addon fetch timeout 2026-04-10 20:09:45 +05:30
MPVKit@d5cf091c80 Update MPVKit for AudioUnit crash guard 2026-07-09 16:55:02 +05:30
scripts ci: add Android release workflow 2026-07-20 18:57:42 +05:30
stremiotorrernt/public bump version 2026-07-13 00:04:12 +05:30
vendor ref(player) : into smaller chunks 2026-06-06 23:04:22 +05:30
.gitignore feat: add zoom overlay 2026-07-10 21:08:10 +05:30
.gitmodules Use Nuvio MPVKit submodule branch 2026-06-09 01:45:37 +05:30
build.gradle.kts feat: sentry diagnostics 2026-07-04 14:29:45 +05:30
CONTRIBUTING.md update CONTRIBUTING.md 2026-05-13 18:38:21 +05:30
gradle.properties bump build memory, run-mobile device fallback 2026-07-09 11:59:11 +05:30
gradlew kmp init 2026-03-04 09:00:00 +05:30
gradlew.bat kmp init 2026-03-04 09:00:00 +05:30
LICENSE update readme 2026-04-19 00:35:34 +05:30
README.md revert readme 2026-06-11 13:09:56 +05:30
settings.gradle.kts build(android): vendor Nuvio Engine AAR 2026-07-20 18:05:37 +05:30
Strings HR.xml.txt Update Strings HR.xml.txt 2026-07-08 15:36:57 +02:00

Nuvio

Contributors Forks Stargazers Issues License

A modern media hub for Android and iOS built with Kotlin Multiplatform and Compose Multiplatform.
Stremio addon ecosystem • Cross-platform

About

Nuvio is the current Kotlin Multiplatform rewrite of the original React Native app. It delivers a shared Compose UI for Android and iOS while keeping the playback-focused experience, collection tools, watch progress flows, downloads, and Stremio addon ecosystem integration that shaped the earlier app.

The mobile app is built from a single shared codebase in composeApp, with native platform entry points for Android and iOS.

Installation

Android

Download the latest Android build from GitHub Releases.

iOS

Development

git clone https://github.com/NuvioMedia/NuvioMobile.git
cd NuvioMobile
./scripts/run-mobile.sh android
# or
./scripts/run-mobile.sh ios

Project Structure

  • composeApp/ contains the shared Kotlin Multiplatform and Compose Multiplatform app code.
  • composeApp/src/commonMain/ contains shared UI, features, repositories, and platform-agnostic logic.
  • composeApp/src/androidMain/ contains Android-specific integrations.
  • composeApp/src/iosMain/ contains iOS-specific integrations.
  • iosApp/ contains the native Xcode project and iOS entry point.

Useful commands:

./gradlew :composeApp:assembleDebug
./gradlew :composeApp:compileKotlinIosSimulatorArm64
./scripts/build-distribution.sh

Versioning is driven from iosApp/Configuration/Version.xcconfig, which is used as the shared source of truth for both iOS and Android builds.

Nuvio functions solely as a client-side interface for browsing metadata and playing media provided by user-installed extensions and/or user-provided sources. It is intended for content the user owns or is otherwise authorized to access.

Nuvio is not affiliated with any third-party extensions, catalogs, sources, or content providers. It does not host, store, or distribute any media content.

For comprehensive legal information, including our full disclaimer, third-party extension policy, and DMCA/Copyright information, please visit our Legal & Disclaimer Page.

Built With

  • Kotlin Multiplatform
  • Compose Multiplatform
  • Kotlin
  • AndroidX Media3
  • AVFoundation and native iOS integrations

Star History

Star History Chart