A free, open-source media app for your phone, your desktop, and the TV you already own.
Bring your own sources. Nuvio turns them into a library with artwork, ratings, subtitles, and your place saved on every screen.
- Android on Google Play
- Android APK
- iOS must be built from source.
git clone https://github.com/NuvioMedia/NuvioMobile.git
cd NuvioMobileAndroid development requires Android Studio and the Android SDK.
./gradlew :androidApp:assembleFullDebugiOS development requires macOS and Xcode.
env NUVIO_IOS_DISTRIBUTION=full xcodebuild \
-project iosApp/iosApp.xcodeproj \
-scheme iosApp \
-configuration Debug \
-sdk iphonesimulator \
-derivedDataPath build/ios-derived-full-simulator \
CODE_SIGNING_ALLOWED=NO \
buildThe shared app is built with Kotlin Multiplatform and Compose Multiplatform.