



Taurent — a qBittorrent Web UI client built with Tauri, React and Rust
Hello all,
I’ve been working on Taurent, a small open-source qBittorrent Web UI client built with Tauri, React, and Rust.
I originally built it because I wanted something that felt more native than keeping qBittorrent Web UI open in a browser tab. The app connects to an existing qBittorrent Web UI instance and lets you manage torrents, server profiles, settings, notifications, tray support, torrent file associations, and local path mapping.
I’ve been using it myself for the last 2–3 months, mostly on macOS. It is still very much beta. Android, Linux, and Windows builds exist, but they have only had basic smoke testing for now. Search and RSS are also included, but they have not been thoroughly tested yet.
I’ve also been working on an iOS version and I’m hoping to get a TestFlight build available soon.
The Tauri side has been pretty interesting so far, especially around desktop integrations, permissions, secure storage, release builds, and trying to keep the desktop and mobile app shells sharing as much code as possible.
There is no telemetry; it only connects to the server you configure.
I’d be happy to hear any feedback from people building with Tauri, especially around structure, packaging, permissions, or anything that looks off in the repo.
Repository: https://github.com/racos-dev/taurent