Rawkoon is a self-hosted movie, TV, ebook, and audiobook library with a built-in download manager. It discovers titles through TMDB and book providers, searches releases through your indexer, downloads through qBittorrent, Transmission, or Deluge, and tracks the library from one web UI. A native iOS app (public TestFlight beta) manages the queue and plays audiobooks offline.
Early-stage project. Breaking changes may occur between releases.
📖 Live documentation: samlo.cloud/rawkoon
cp docker-compose.prod-example.yml docker-compose.prod.yml
cp .env.example .env
# Set SECRET_KEY, BETTER_AUTH_SECRET, and DATABASE_URL.
docker compose -f docker-compose.prod.yml up -d
The container applies pending Prisma migrations on boot. The application listens on port 3000 by default.
