Installation
Quick Install (Linux x86_64)
# Download and extract the latest release
wget $(curl -s https://api.github.com/repos/autobrr/qui/releases/latest | grep browser_download_url | grep linux_x86_64 | cut -d\" -f4)
Unpack
Run with root or sudo. If you do not have root, or are on a shared system, place the binaries somewhere in your home directory like ~/.bin.
tar -C /usr/local/bin -xzf qui*.tar.gz
This will extract qui to /usr/local/bin. Note: If the command fails, prefix it with sudo and re-run again.
Manual Download
Download the latest release for your platform from the releases page.
Run
# Make it executable (Linux/macOS)
chmod +x qui
# Run
./qui serve
The web interface will be available at http://localhost:7476
Updating
qui includes a built-in update command that automatically downloads and installs the latest release:
./qui update
First Setup
- Open your browser to http://localhost:7476
- Create your account
- Add your qBittorrent instance(s)
- Start managing your torrents