A native Apple Silicon cinema center for discovery, release selection, local-first library management and playback.
Streamly brings the core desktop movie-night flow into one focused macOS app: browse movies and series, open cinematic detail pages, compare ranked user-controlled releases, start playback, resume progress, manage a local library and keep settings private on this Mac.
This is a public beta. The app is already built around the real release pipeline and downloadable DMG distribution, but Developer ID signing/notarization and some provider polish remain active release work.
| Product promise | What the user gets |
|---|---|
| Native macOS | SwiftUI interface, keyboard-friendly desktop navigation and Apple Silicon focused packaging. |
| Cinema-first browsing | Home shelves, catalogs, search, posters, logos, cast, trailers, seasons and episode detail pages. |
| Fast decisions | Releases are normalized and ranked by quality, seeders and source metadata so the best option is obvious. |
| Local-first privacy | Library, progress, settings, cache, diagnostics and credentials stay local by default. |
| User-controlled sources | Streamly does not host or bundle media. Users choose and configure their own sources. |
- Browse the Home, Movies or Series surfaces.
- Inspect a title page with artwork, overview, cast, seasons, episodes, trailers and similar titles.
- Choose the recommended release or open the full release list when you want a specific quality/source.
- Watch through the local playback path and come back later from Continue Watching, History or Library.
- Cinemeta/Stremio metadata with TMDB fallback.
- Movie and series catalogs, search, detail pages and recommendations.
- Episode-aware series release lookup for compatible Stremio/Torrentio IDs.
- Torrentio source-provider integration for normalized release discovery.
- Release ranking by quality, seeders, codec, HDR and source metadata.
- Local files, magnet links and
.torrentreferences. - Native torrent streaming through the bundled libtorrent runtime.
- AVFoundation local playback and an mpv-capable playback bridge.
- Continue Watching, watch history, user lists, favorites and ratings.
- Embedded, local and online subtitle workflows.
- Local diagnostics export with privacy-aware redaction.
- Sparkle/GitHub Releases update foundation.
| Home | Search |
|---|---|
![]() |
![]() |
| Movie Detail | Series Detail |
|---|---|
![]() |
![]() |
| Player | Settings |
|---|---|
![]() |
![]() |
- Download the latest
.dmgfrom GitHub Releases. - Open the DMG and drag
Streamly.apptoApplications. - Launch Streamly from
Applications. - If macOS blocks the unsigned beta build, open System Settings -> Privacy & Security and choose Open Anyway for Streamly.
Detailed install, local data and uninstall steps live in docs/installation.md.
- macOS 13.0 or newer.
- Apple Silicon Mac: M1, M2, M3, M4 or newer.
- Internet connection for metadata, source lookup and updates.
- Disk space for image cache, torrent cache, subtitles, diagnostics and temporary playback data.
Torrent playback currently depends on the bundled macOS arm64 libtorrent runtime and is expected to work best on modern macOS releases.
Streamly is local-first:
- No telemetry is enabled by default.
- Library, watch history, settings, cache and diagnostics are stored locally.
- Credentials and source-provider secrets are stored through macOS Keychain where supported.
- Diagnostics export is user-created and local.
Streamly does not host, provide, sell, bundle or distribute media content. Streamly does not bypass DRM, paywalls, captchas or technical access controls. Users are responsible for the sources they configure and for complying with applicable law and content rights.
See Privacy, Legal and Security.
Streamly is a SwiftPM macOS app with separated service layers:
CineFlowApp App entry point
CineFlowUI SwiftUI screens, view models and navigation
CineFlowDesignSystem Visual tokens and reusable UI primitives
CineFlowCore Shared models, protocols and app environment
CineFlowMetadata Cinemeta/TMDB discovery and metadata mapping
CineFlowSources Source providers, Torrentio and credential policy
CineFlowTorrent Torrent engine abstraction and native libtorrent bridge
CineFlowPlayback AVFoundation/mpv playback services
CineFlowSubtitles Subtitle matching, loading and cache workflows
CineFlowDatabase GRDB repositories and local persistence
CineFlowUpdater Sparkle and GitHub Releases update services
CineFlowDiagnostics Local logs and diagnostics export
The public app, Swift package and executable product are named Streamly. Some internal source targets still use CineFlow* implementation names until a separate module rename is safe.
swift build
swift test
swift run StreamlyRelease packaging scripts live under script/:
bash script/build_release.sh
bash script/create_dmg.shStreamly is released under the MIT License.






