A modern web client for Jellyfin based on Vue
Jellyfin Vue
Part of the Jellyfin Project
Jellyfin Vue is an experimental, alternative browser-based web client for Jellyfin written using Vue.js.

[!NOTE]
Jellyfin Vue is not planned or targeted to replace the main Jellyfin Web client, and is not feature-complete.
Usage instructions for end users ๐จโ๐ฉโ๐งโ๐ฆ
*The following instructions will get you up and running quickly with bleeding-edge builds from the current master branch. There are no stable releases yet.*
Hosted instance ๐
Built from the latest commit in the default branch. Just input your server address when prompted. If you don't have a Jellyfin server, try with our demo instance: https://demo.jellyfin.org/stable
โ ๏ธ This only works for Jellyfin servers that are behind a reverse proxy and have HTTPS set up correctly. If your server runs over HTTP, you must host it yourself.
Hosted by Cloudflare Pages.
Host it yourself ๐ฝ
Check our wiki page for the most up to date information.
You can check GitHub Packages (GHCR) (recommended) or DockerHub for all the tagged images.
Privacy disclaimer ๐ต๐ป
Jellyfin Vue is just a GUI (Graphical User Interface) for a Jellyfin server. It only establishes connection to the Jellyfin server that you point it to, nothing else.
Read more
- Local instances Examples: Our Windows/Mac/Linux application, a local web server, etc: All the necessary assets for the frontend to work
- Remote instances _Examples: Our hosted instance, an admin hosting Jellyfin Vue and sharing the URL
ยน _Assuming that the hosted version has not been altered (by adding trackers, beacons...) in any way from the sources provided in this repository and you trust the person/people behind it to not have done so_.
ยฒ _Some features that need access to remote resources that are not controlled by you and/or the person hosting Jellyfin Vue might be added in the future (such as Google Cast support for Chromecasts). These will be always opt in and toggleable through our configuration
ยณ We assume standard networks here, no special configurations or policies that your ISP/Workplace/University/etc might apply.
Jellyfin Web (our main frontend) works in a similar way: It connects by default to the Jellyfin server that is running alongside, but it's also capable to connect to other Jellyfin servers like can be tested in our demo and the hosted instance. By inspecting the network requests, you will find that only connections to fetch its own assets are made to the server distributing the client, but connections to your own Jellyfin server will not go through it.
The same principle applies to Jellyfin Vue. Note that Jellyfin Web can also be hosted standalone, just like Jellyfin Vue.
- Relevant links: Community standards and Social Contract
Usage instructions for developers ๐
See development setup from our Contributing guides.
Contributing ๐ค
See Contributing guide.