/Swiftfin

Native Jellyfin Client for iOS and tvOS

Primary LanguageSwiftMozilla Public License 2.0MPL-2.0

Swiftfin

Swiftfin

Swiftfin is a modern client for the Jellyfin media server. Redesigned in Swift to maximize direct play with the power of VLC and look native on all classes of Apple devices.

Swiftfin is currently available for iOS and iPadOS. tvOS support is being worked on, but is not available for public testing at this time.

⚡️ Links!

Join the Beta on TestFlight

Don't see SwiftFin in your language?

Check out our Weblate instance to help translate Swiftfin and other projects.

⚙️ Development

Xcode 12.5 with command line tools.

Build Process

# install Cocoapods (if not installed)
$ sudo gem install cocoapods

# install dependencies
$ pod install

# open workspace and build it
$ open JellyfinPlayer.xcworkspace