One interface for every
qBittorrent instance
qui connects to all your qBittorrent instances and stays fast past your ten thousandth torrent. A single binary with cross-seed, automations, and backups built in.
- Single binary
- SQLite or Postgres
- Docker or bare metal
- 9+ languages

Built for a serious library
Every instance in one place
Add each qBittorrent instance once. Switch from the sidebar and keep one login for all of them, with optional OIDC.
A single binary
Download one file and run it. SQLite by default, Postgres when you want it. Nothing else to install.
Fast where it counts
The torrent table is virtualized and updates arrive over server-sent events. Large collections scroll, filter, and sort without lag.
A drop-in proxy
qui exposes a transparent qBittorrent-compatible endpoint per instance. Point your other tools at qui instead of at each client.
More than a remote control
Cross-seed
Find matching torrents across your trackers and add them automatically.
Read more02Automations
Rules with conditions and actions manage torrents while you sleep.
Read more03Backups
Scheduled snapshots of each instance, with incremental and full restore.
Read more04Orphan scan
Find files on disk that no torrent references, and clean them up.
Read moreRunning in one minute
docker run -d \ -p 7476:7476 \ -v $(pwd)/config:/config \ ghcr.io/autobrr/qui:latest
Then open http://localhost:7476 and add your first instance. The install guide covers binaries, Docker, and seedbox installers for Linux, Windows, and macOS.
Built in the open
qui is free and open source, made by the autobrr team. Ask in Discord and get an answer fast.