Labstream docs¶
Labstream is a native Apple-platform media client for Plex, Jellyfin, and Emby. Its coordinated pre-release App Store set includes Apple Vision Pro, one universal iPhone/iPad target, a streaming-only Apple TV target, and a native Mac target. Labstream is distributed publicly as source. A retired personal-identity visionOS build exists in invitation-only internal TestFlight, and the neutral four-platform App Store record now has processed 1.6.1 (build 1) builds in invitation-only internal TestFlight. Initial product metadata and privacy-safe screenshots are staged, but review access, hardware acceptance, storefront scope, and App Review remain open. There is no public App Store release. Labstream is designed around privacy: the app has no developer-operated backend, talks to the media services/server you choose, and does not automatically send diagnostics or analytics to the developer.
flowchart TD
accTitle: Labstream service topology
accDescr: Labstream has pre-release targets for Apple Vision Pro, iPhone, iPad, Apple TV, and Mac; it connects directly to a user-selected Plex, Jellyfin, or Emby server and exports diagnostics only when the user chooses to report a bug.
Spatial[Apple Vision Pro] --> App[Labstream]
Mobile[iPhone / iPad] --> App
TV[Apple TV] --> App
Mac[Mac] --> App
App --> Plex[Plex Media Server]
App --> Jellyfin[Jellyfin server]
App --> Emby[Emby server]
App --> Report[User-initiated diagnostic export]
Report --> Issue[GitHub bug report]
Start here¶
- Users: Support & troubleshooting, Report a bug, Privacy policy, and Release and App Store status.
- Contributors: Development setup, Testing strategy, manual validation checklist, iOS and iPadOS target, tvOS target, macOS target, and Code map.
- Architecture readers: Overview, Backends, Playback, and Downloads & offline.
What the site is for¶
These pages describe the current source tree: how to build it, how to report problems safely, and how the major subsystems fit together. Repository-internal material stays outside the published navigation in explicit lanes: active plans under docs/plans/, unresolved investigations under docs/research/, immutable observations under docs/evidence/, and completed or superseded context under docs/archive/. The repository-root manual checklist remains a deliberate operational exception.
Repository¶
Source lives at github.com/jlipworth/Labstream.