Skip to content
Radical edited this page Aug 12, 2023 · 8 revisions

AUR

Packages are maintained by @Maxr1998 and @0xGingi

Stable

stable

Stable compiled

stable-bin

git

git

Installer

Using the cross-platform installer.

The installer goes through all of the config options and installs the binary, it works on Windows, macOS and Linux. The only dependency of the installer is Python.

From source

Prerequisites

Instructions

Clone the repo and enter the new directory:

$ git clone https://github.com/Radiicall/jellyfin-rpc && cd jellyfin-rpc

Build the project:

$ cargo build --release

Note: --release can be omitted if you don't want an optimized binary

Install:

$ cargo install --path .

Clone this wiki locally