Mobile Layout
Desktop Layout
Hosted version at: https://app.remux.media
The hosted version 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.
The home screen is heavily reliant on collections. So i suggest using some jellyfin plugins to create some cool ones.
You can manage the home screen from the settings.
What makes this different.
- A more family orientated client. Most users just want that netflix experience.
- Multiple providers support. It has a pluggable source system. So while only jellyfin is currently supported im also planning support for stremio
- central management of settings for all users
Theres a docker image avaiable at: ghcr.io/lostb1t/remux:latest
Experimental native builds can be found here: https://github.com/lostb1t/remux/releases/tag/nightly
Make sure you have installed Rust
- Install the Tailwind CSS CLI: https://tailwindcss.com/docs/installation/tailwind-cli
- Install rust dependencies:
cargo install cargo-make dioxus-cli - run dev:
cargo make dev