A new, cross-platform media streaming application inspired by CloudStream.
Note: This project is an independent application built with Flutter. While it supports similar extension formats, it is a simplified, modern re-imagining and is not a direct clone or fork of the official client.
Please don't create illegal extensions or use any that host any copyrighted media. This project does not condone copyright infringement.
Join the discussion, get help, or find new extensions on our Telegram channel or Discord server:
SkyStream is a modern, media streaming client. It draws inspiration from the versatile architecture of CloudStream but implements a custom, cross-platform JavaScript engine for extensions, enabling support for Android, iOS, and Desktop from a single codebase.
| Platform | Support |
|---|---|
| Android | β |
| Android TV | β |
| iOS | β (Sideloading required) |
| Windows | β |
| macOS | β |
| Linux | β (Beta) |
| Feature | Description |
|---|---|
| πΊ Extensions System | Install custom JavaScript plugins to Scrape & Stream content from any source. |
| π Direct Playback | Instant zero-copy playback for Local Files (MP4/MKV) and Torrents/Magnet Links. |
| π Network Streams | Play arbitrary video URLs (M3U8, MP4) directly from settings. |
| β±οΈ Smart History | "Continue Watching" across all media types with robust progress tracking. |
| β‘ Performance | Optimized for 90Hz/120Hz displays, ensuring a buttery smooth experience. |
| π¨ Modern UI | Material 3 Design, Dynamic Colors, and responsive layouts for Phones, Tablets, and Desktop. |
Download the latest version from the Releases Page.
- Download the
skystream-android-arm64-v8a-v1.5.0.apk(recommended for most modern phones) orskystream-android-armeabi-v7a-v1.5.0.apk(for TV) from Releases. - Open the file and tap Install.
- Note: You may need to allow "Install form Unknown Sources" in your browser settings.
- Open SkyStream and install extensions via Settings > Extensions.
SkyStream is not on the App Store. You must sideload it using a computer.
Requirements:
- A Computer (Windows or macOS)
- Sideloadly (Free)
- iTunes (if on Windows)
Steps:
- Download
skystream-ios-unsigned.ipafrom the Releases Page. - Open Sideloadly on your computer.
- Connect your iPhone/iPad via USB.
- Drag the
.ipafile into the Sideloadly window. - Enter your Apple ID in the configured field.
- Click Start.
- Once finished, the app will appear on your home screen.
- On your device, go to Settings > General > VPN & Device Management, tap your email, and select Trust.
- Download the appropriate zip file for your OS (
skystream-windows.zip,skystream-macos.zip, etc.). - Extract the archive.
- Run the executable (
skystream.exeorskystream.app).- macOS Note: You may need to Right Click -> Open to bypass the "Unidentified Developer" warning.
This app uses a custom JS runtime for extensions.
- See HOW_TO_SCRAPE_NEW_PROVIDER.md for a guide on writing providers.
- See KOTLIN_TO_JS_MIGRATION.md for creating JS ports of existing Kotlin providers.
- See PLUGIN_DEVELOPMENT_GUIDE.md for a complete guide on packaging and releasing your plugins.





