Apple TV
Install the native Pelagica app on an Apple TV.
TestFlight
You can join the TestFlight beta to try out beta builds of Pelagica for Apple TV. TestFlight builds may be unstable and are not guaranteed to work.
Building it yourself
- Install Xcode 26 or later (the project targets tvOS 26.5).
- Clone the repository:
git clone https://github.com/PelagicaApp/pelagica-atv.git
cd pelagica-atv
- Open
Pelagica.xcodeprojin Xcode. Swift Package Manager will automatically resolve the jellyfin-sdk-swift dependency on first build. - Select the
Pelagicascheme and an Apple TV simulator or a physical Apple TV as the run destination. - If deploying to a physical Apple TV, select your own team under the target’s Signing & Capabilities tab so Xcode can code-sign the build.
- Build and run (
Cmd+R).