v1.0.1
Stremio Native v1.0.1
A high-performance native Stremio desktop client with a Slint interface, embedded Rust stream server, and hardware-accelerated libmpv playback.
Downloads
| Platform | Download |
|---|---|
| Windows installer | Download |
| Windows automatic updater | Download |
| Linux x64 portable | Download |
| Debian / Ubuntu Package | Download |
| Arch Linux Package | Download |
| Fedora / RedHat RPM Package | Download |
| SHA-256 checksums | Download |
Verify downloads against SHA256SUMS.txt.
Release notes
Downloads
- Windows: Installer | Portable
- Linux: Binary
- Debian / Ubuntu: DEB Package
- Arch Linux: Package
- Fedora: RPM Package
Packaging and Distribution
- Added Flatpak infrastructure including desktop entry, appstream metainfo, and a sandboxed Boost compilation module.
- Added Debian (
.deb) package generation. - Added Arch Linux (
.pkg.tar.zst) package generation usingmakepkg(optimized to reuse the precompiled Linux binary). - Added Fedora (
.rpm) package generation usingrpmbuild.
Lazy Loading and UI Polish
- Integrated a lazy-loaded plugin system.
- Optimized catalog updates in
board.rsandsearch.rsto use in-place updates, preventing scroll-snapping in ListView during lazy loading. - Bumped application version to
1.0.1.
Changes since v1.0.0
Features & Enhancements
- add Flatpak, DEB, Arch, and Fedora packaging configs and update docs (7948d26)
- align Core catalogs and episode playback (5ffa1e9)
CI & Build
- disable debug package generation for Arch Linux and match main release pkg (986767c)
- fix Fedora RPM spec variable expansion, add eager caching, fix dep freshness (5583a14)
- expand version variable in Fedora RPM spec template (74a5a07)
- switch release triplet to x64-windows-v3-static-release and document CPU baseline (1803255)
- move license to [package] for cargo-deb compatibility (0d7164f)
Maintenance
- sync Cargo.lock with 1.0.1 version bump (e5db855)
- bump version to 1.0.1 and implement plugin manager & viewport scroll optimizations (a852810)
Full comparison: v1.0.0...v1.0.1