Your Game Collection,
Beautifully Organized

RetroArr is a self-hosted game library manager that automatically enriches your collection with metadata, cover art, and more — for retro classics and modern titles alike.

Open Source Self-Hosted Docker Ready 100+ Platforms
RetroArr Dashboard

Everything You Need

A complete toolkit for managing your game library

🎮

100+ Platforms

From Atari 2600 to PlayStation 5, Nintendo Switch, PC, and everything in between. Full retro and modern platform support.

🔍

Auto Metadata

Automatically fetch cover art, descriptions, ratings, and more from IGDB and ScreenScraper.fr with intelligent matching.

📊

Statistics

Genre distribution, platform breakdown, rating analysis, and detailed insights into your collection at a glance.

📁

Library Resort

Automatically organize and rename your game files with customizable naming patterns and folder structures.

🐳

Docker Native

Deploy in seconds with Docker. Multi-architecture support for x86_64 and ARM64. One command to get started.

🌍

Multi-Language

Full localization support — English, German, French, Spanish, Italian, Portuguese, and Japanese out of the box.

🔗

Integrations

Connect with Prowlarr, Steam, GOG, IGDB, and ScreenScraper. Automated download management and import.

🏷️

Tags & Collections

Organize games with custom tags, smart collections, favorites, and personal ratings and reviews.

See RetroArr in Action

A modern, responsive web interface built for game collectors

Game Details
Game Details — Full metadata, ratings, notes, tags, and file management
Statistics
Statistics — Genre distribution, platform breakdown, and rating analysis
Settings
Settings — Configure media paths, metadata sources, and connections
System Status
Status — Monitor system health, active tasks, and service connections

Get Started in Seconds

Choose your preferred installation method

🐳 Docker Compose Recommended

services:
  retroarr:
    image: ghcr.io/riddix/retroarr:latest
    container_name: retroarr
    ports:
      - "2727:2727"
    volumes:
      - ./config:/app/config
      - /path/to/games:/media
      - /path/to/downloads:/downloads
    restart: unless-stopped

Save as docker-compose.yml and run docker compose up -d

🖥️ Docker CLI

docker run -d \
  --name retroarr \
  -p 2727:2727 \
  -v ./config:/app/config \
  -v /path/to/games:/media \
  -v /path/to/downloads:/downloads \
  ghcr.io/riddix/retroarr:latest

Access the web UI at http://localhost:2727

📦 Standalone Binary

Download the latest release for your platform:

Extract and run the executable. Configuration is stored in ./config/

100+ Supported Platforms

Atari 2600Atari 7800Atari LynxAtari Jaguar NESSNESNintendo 64GameCubeWiiWii USwitch Game BoyGame Boy AdvanceNintendo DS3DS PlayStation 1PlayStation 2PlayStation 3PS VitaPSPPS4PS5 Sega Master SystemMega DriveSaturnDreamcastGame Gear XboxXbox 360 Neo GeoNeo Geo Pocket TurboGrafx-16PC Engine CPS-1CPS-2CPS-3FinalBurn NeoMAME Commodore 64AmigaMSXZX Spectrum MS-DOSPC (Windows)ScummVM WonderSwanVectrex3DOIntellivisionColecoVision and many more...