github autobrr/qui v0.1.0

latest releases: v1.6.0, v1.5.0, v1.4.0...
2 months ago

Initial Release

qui is a modern web interface for managing multiple qBittorrent instances. Built with Go and React, it provides a clean, responsive UI optimized for handling large numbers of torrents.

Key Features

  • Single-user authentication with secure session management
  • Support for multiple qBittorrent instances
  • Optimized torrent table with virtual scrolling
  • Progressive Web App (PWA) support
  • Mobile-responsive design
  • Bulk torrent operations
  • Advanced filtering and sorting
  • Tag and category management
  • Theme customization with premium themes
  • Docker support with multi-architecture builds

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)
tar -C /usr/local/bin -xzf qui*.tar.gz
rm qui*.tar.gz

Docker

docker pull ghcr.io/autobrr/qui:v0.1.0

Manual Download

Download the appropriate binary for your platform from the assets below.

Configuration

qui uses a TOML configuration file that is auto-created on first run. The application can be configured through environment variables using the qui__ prefix.

Documentation

For setup instructions and more information, visit the GitHub repository.

Community

Join our Discord server for support and discussions.

Don't miss a new qui release

NewReleases is sending notifications on new releases.