π Part of the BiosSystem Suite
AuraTorrent is a beautiful, lightning-fast open-source WebUI for qBittorrent. Built on Vue 3 and Vite, it reimagines the seedbox experience with dynamic scheduling, real-time telemetry HUDs, and deep customization.
Unlike standard qBittorrent WebUIs, AuraTorrent includes next-gen features designed for power users:
- Bandwidth Scheduling Matrix β A 7Γ24 visual heatmap grid to paint your bandwidth schedule visually. The UI automatically throttles qBittorrent based on the current hour.
- AuraTheme Engine β A live, built-in CSS variable editor. Adjust glassmorphism blur, neon glow intensity, and accent colors in real-time, then export to JSON.
- Global Speed Ticker β Press
Ctrl+Shift+Tanywhere to summon a floating, always-on-top HUD sparkline graph of your current I/O speeds. - B-I-O-S Easter Egg β Type
B-I-O-Son your keyboard to unlock the BiosSystem Kernel Diagnostic HUD.
Here is how AuraTorrent stacks up against the competition in the qBittorrent WebUI ecosystem.
| Feature | AuraTorrent | VueTorrent | Flood | Default UI |
|---|---|---|---|---|
| Modern Neon Glassmorphism UI | β | β | β | β |
| Mobile Responsive (PWA) | β | β | β | β |
| Telegram Companion Bot (AuraBot) | β | β | β | β |
| Live Theme Editor Lab | β | β | β | β |
| Multi-Daemon Switcher | β | β | β | β |
| Visual Bandwidth Heatmap | β | β | β | β |
| Global Speed Ticker HUD | β | β | β | β |
| Platform | Support | Notes |
|---|---|---|
| Windows / macOS / Linux | β Native | Works in any modern desktop browser. |
| iOS / iPadOS | β PWA | Add to Home Screen for a native app-like experience. |
| Android | β PWA | Install via Chrome. Handles magnet: links directly. |
| Docker / Seedboxes | β Supported | Mount into your container's WebUI folder. |
wget https://github.com/BiosSystem/AuraTorrent/releases/latest/download/auratorrent.zip
unzip auratorrent.zip -d /path/to/qbittorrent/webuiThen in qBittorrent: go to Options β WebUI, check Use alternative Web UI, and point it to the folder.
git clone https://github.com/BiosSystem/AuraTorrent.git
cd AuraTorrent
npm install
npm run devFull documentation is available in the Wiki.
AuraTorrent builds upon the open-source PWA foundation of VueTorrent. We honor and attribute the core architecture to WDaan and the VueTorrent contributor community.
- Original Repository: VueTorrent
- License: GPL-3.0
AuraTorrent is built with safety and code integrity in mind:
- Zero-Vulnerability Baseline: Regularly audited dependencies to ensure
npm auditreports 0 vulnerabilities. - Strict WebUI Sandboxing: Enforces restricted API communications and secure CORS configurations.
- Upstream Parity Security Fixes: Integrates upstream patches directly from verified VueTorrent pull requests.
For detailed security policies, reporting guidelines, and contact information, please refer to our Security Policy.
Copyright Β© 2026 BiosSystem | Powered by BiosSystem Kernel




