Build from Source
Build it yourself
Every project builds with a single cargo build --release or ./gradlew assembleDebug. No proprietary toolchains, no binary blobs — just Rust and Kotlin.
Cloning into 'stremio-native'...Installing packages... Compiling stremio-native v1.0.2 Compiling slint v1.7.2 Compiling stream-server v0.4.1 Finished release [optimized] in 4m 12s Running target/release/stremio-native✓ Stream Server listening on 127.0.0.1:11470✓ Stremio Native readyQuick copy — step by step
- 1Clone
git clone https://github.com/perpetus/stremio-native.git - 2Enter directory
cd stremio-native - 3Build & run
cargo run --release --package stremio-native