Loading repository data…
Loading repository data…
akashdh11 / repository
SkyStream is a modern, cross-platform media streaming client inspired by CloudStream. It uses a custom JavaScript runtime for plugins, allowing users to scrape and stream content from various sources on Android, iOS, Windows, macOS, and Linux from a single codebase.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
⚠️ Warning: By default, this app doesn't provide any video sources; you have to install extensions to add functionality to the app.
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 | ✅ |
💡 SkyStream is designed as a scalable, plugin-driven, cross-platform streaming platform—delivering flexibility, performance, and a seamless viewing experience across all devices.
quick_js_ng) – Better execution and compatibilityDownload the latest version from the Releases Page.
skystream-android-arm64-v8a-v2.5.0.apk (recommended for most modern phones) or skystream-android-armeabi-v7a-v2.5.0.apk (for TV) from Releases.SkyStream is not on the App Store. You must sideload it using a computer.
Requirements:
Guide
Steps:
skystream-ios-unsigned-v2.5.0.ipa from the Releases Page..ipa file into the Sideloadly window.skystream-windows.exe, skystream-macos.dmg, skystream-linux.deb, etc.).sudo apt-get update
sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libmpv-dev libasound2-dev
To set up the development environment, clone the repository and run the setup commands. Detailed instructions for environment configuration, platform-specific builds, and project architecture can be found in our contributor guide:
git clone https://github.com/akashdh11/skystream.git
cd skystream
flutter pub get
flutter gen-l10n
dart run build_runner build --delete-conflicting-outputs
flutter run
We welcome contributions of all kinds! Whether you are fixing a bug, adding a feature, or helping with translations, your help is appreciated.