https://github.com/prayag17/blink
Modern Desktop Jellyfin Client made with Tauri and React :atom_symbol:
https://github.com/prayag17/blink
jellyfin jellyfin-client tauri
Last synced: about 1 month ago
JSON representation
Modern Desktop Jellyfin Client made with Tauri and React :atom_symbol:
- Host: GitHub
- URL: https://github.com/prayag17/blink
- Owner: prayag17
- License: gpl-3.0
- Created: 2022-03-05T14:56:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-05T09:06:46.000Z (about 1 month ago)
- Last Synced: 2026-02-05T14:08:04.775Z (about 1 month ago)
- Topics: jellyfin, jellyfin-client, tauri
- Language: TypeScript
- Homepage:
- Size: 74.4 MB
- Stars: 1,094
- Watchers: 18
- Forks: 42
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

###
> [!IMPORTANT]
> **JellyPlayer** has been renamed to **Blink** to avoid confusion with first party Jellyfin apps
## đ Prerequisites
- Nodejs (22.14.0)
- Rust (>=1.85.0)
- Visual Studio C++ Build tools
- [pnpm](https://pnpm.io/)
## âšī¸ Getting started
- Install Nodejs, pnpm and Rust.
> **Note** : Install Rust from
- install depencies using pnpm:
```shell
pnpm install
```
## đ ī¸ Development
- Running the app:
```shell
pnpm run tauri dev
```
- Building the app:
```shell
pnpm run tauri build
```
- other commands can be found inside the `"scripts"` inside [package.json](https://github.com/prayag17/Blink/blob/main/package.json)
## đģ Contribution
- Checkout `issues` to see currently worked on features and bugs
- Add features or fix bugs
- Create a pull request
## ⨠Features
- Play any media supported by the system (DirectPlay most files on windows, mac and linux)
- Clean and minimal UI.
- Multi Jellyfin server support
- Cross Platform
- Mediainfo recognition (DolbyVision, DolbyAtoms, Dts, Hdr10+, and more...)
- Sort/Filter library items
- Queue playback support
- Intro Skip button using [jumoog/Intro-Skipper](https://github.com/jumoog/intro-skipper) plugin
## đˇ Screenshots
- Home

- Title Page - Movie

- Title Page - Show

- Episode List

- Video Player

## đ Roadmap
- Checkout [GitHub Project](https://github.com/users/prayag17/projects/3)
## đ Special thanks to
- [@ferferga](https://github.com/ferferga) for helping in development behind the scenes.
- All contributors of [jellyfin/jellyfin-vue](https://github.com/jellyfin/jellyfin-vue).
- And also [@jellyfin](https://github.com/jellyfin/) for creating the main service