Skip to content
Radical edited this page Aug 13, 2026 · 8 revisions

Installer

Prerequisites

Download the cross-platform installer (ctrl+s on the page that opens).

You might have to open a PowerShell window and execute it manually with python like this

$ python3 installer.py

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

Crates.io

Prerequisites

Run this command from a terminal:

$ cargo install jellyfin-rpc-cli

Arch User Repository

Packages are maintained by @Maxr1998 and @0xGingi

Stable

stable

Stable compiled

stable-bin

git

git

Fedora

Terra maintains a version of jellyfin-rpc, follow the instructions at https://terrapkg.com/ and then run the command below to install it!

sudo dnf install jellyfin-rpc-cli

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