Web Analytics

jellyflut

⭐ 157 stars English by Thomas-Sohier

Jellyflut

A jellyfin client made in Flutter

It's a beta, it works okay.

:warning: News

The project is stale for now. I don't have much time and interest in this project for now. Video player are too much pain in Flutter. I'm still looking for solutions but as of now, I'm going to slow down the development of this app.

I'm still looking for any PR and will gladly accept them.

:gear: Features

You can :

Done

Todo

Screens

Phone

Desktop

Getting Started

This app should work on any platform but IOS and MacOs are not tested.

How to test ?

  git clone https://github.com/Thomas-Sohier/jellyflut.git
  cd jellyflut
  flutter packages get
  flutter packages upgrade
  flutter run

How to build? (Android)

  flutter build apk --release

How to build ? (Computer, depending of platform)

Specific to Linux, you need to install dep

  # depend of your distro of course
  sudo apt-get update -y
  sudo apt-get install -y vlc libvlc-dev ninja-build clang libgtk-3-dev

  # enable desktop support at first (shouldn't be necessary but anyway)
  flutter config --enable-windows-desktop
  flutter config --enable-macos-desktop
  flutter config --enable-linux-desktop

# build the app depending of your platform flutter build windows flutter build macos flutter build linux

--- Tranlated By Open Ai Tx | Last indexed: 2025-12-20 ---