rqbit/desktop
bbb651 4bfeda296b Use `serde_derive` dependency instead of `serde/derive` feature
See https://github.com/serde-rs/serde/pull/2588 for more details.
This speeds up compilation of workspace (excluding `rqbit-desktop`) from 76.3s to 71.4s.
(Tested with cranelift on workspace members + mold)
2025-11-23 12:15:48 +02:00
..
.vscode Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
src BREAKING: add uTP support to desktop 2025-06-05 19:14:13 +01:00
src-tauri Use `serde_derive` dependency instead of `serde/derive` feature 2025-11-23 12:15:48 +02:00
.gitignore Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
README.md Add build details to desktop application README.md 2024-04-04 17:49:50 +01:00
index.html v5.6.0-beta.1 (#116) 2024-04-06 09:37:31 +01:00
package-lock.json Update deps 2025-09-27 12:12:19 +01:00
package.json Update deps 2025-09-27 12:12:19 +01:00
postcss.config.js Rewrite all styles to tailwind CSS from Bootstrap by @arccik (#58) 2023-12-14 10:37:29 +00:00
tailwind.config.ts Limit colors and re-use tailwind config in desktop 2023-12-16 19:15:09 +00:00
tsconfig.json Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
tsconfig.node.json Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
vite.config.ts Rewrite all styles to tailwind CSS from Bootstrap by @arccik (#58) 2023-12-14 10:37:29 +00:00

README.md

rqbit GUI Application

This is a thin tauri wrapper for the web ui of rqbit.

Dependencies

  • Tauri CLI.
cargo install tauri-cli
  • Nodejs and NPM

How to build GUI

  • Go to rqbit/crates/librqbit/webui

    npm install
    npm run build
    
  • Go to rqbit/desktop

    npm install
    cargo tauri dev