Your media.
One binary.

A self-hosted Netflix-like media server with built-in torrent search, downloads, and subtitles. Runs on a Raspberry Pi.

12MB
Binary size
~15MB
RAM usage
0
API keys needed
Download Latest Quick Start

Features

Everything you need to find, download, and watch media — no configuration required.

🎬

Netflix-like UI

Dark theme with trending movies, TV shows, poster art, and search — all from free public APIs (TMDB scraping, TVmaze, mdblist).

🔍

Multi-source torrent search

Searches PirateBay, YTS, and 1337x in parallel. One-click download with real-time progress tracking.

⬇️

Built-in torrent client

Powered by librqbit — a pure Rust BitTorrent engine. No qBittorrent or Transmission needed.

📄

Subtitle support

Search and download subtitles from OpenSubtitles directly in the browser. Saved next to video files for automatic loading.

📺

Fire TV app

Sideload the included WebView APK to get a fullscreen pizerarr experience on any Fire Stick or Android TV.

💾

Storage visualization

See exactly how much space each movie takes on your SD card with a colored usage bar.

Quick Start

Get pizerarr running in under a minute.

STEP 1

Download the binary

# On your Raspberry Pi (arm64)
curl -Lo pizerarr https://github.com/levkropp/pizerarr/releases/latest/download/pizerarr-linux-arm64
chmod +x pizerarr
STEP 2

Run it

# Minimal — just works
./pizerarr

# Or configure paths
PIZERARR_MEDIA_DIR=/mnt/videos PIZERARR_DOWNLOAD_DIR=/mnt/downloads ./pizerarr
STEP 3

Open your browser

Navigate to http://<your-pi-ip>:8080 and start browsing.

Run as a service

sudo mv pizerarr /usr/local/bin/
sudo tee /etc/systemd/system/pizerarr.service <<EOF
[Unit]
Description=pizerarr media server
After=network-online.target

[Service]
ExecStart=/usr/local/bin/pizerarr
Environment=PIZERARR_MEDIA_DIR=/srv/pizerarr/media
Environment=PIZERARR_DOWNLOAD_DIR=/srv/pizerarr/downloads
Environment=PIZERARR_PORT=80
AmbientCapabilities=CAP_NET_BIND_SERVICE
Restart=on-failure

[Install]
WantedBy=multi-user.target
EOF
sudo systemctl enable --now pizerarr

Fire TV / Android TV

Watch pizerarr on your TV.

STEP 1

Download the APK

Grab pizerarr-firetv.apk from the latest release.

STEP 2

Sideload it

Use the Downloader app on your Fire Stick, or adb install pizerarr-firetv.apk from your computer.

STEP 3

Launch

Find "pizerarr" on your home screen. It opens fullscreen and works with the Fire TV remote.