rqbit/desktop
Igor Katson 00b9748516
Some checks failed
Release binaries for Linux and Docker / release-linux (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Release binaries for Linux and Docker / build-docker-cross (linux/amd64) (push) Has been cancelled
Release binaries for Linux and Docker / build-docker-cross (linux/arm/v7) (push) Has been cancelled
Release binaries for Linux and Docker / build-docker-cross (linux/arm64) (push) Has been cancelled
Release binaries for Linux and Docker / build-push-docker-multiarch (push) Has been cancelled
Release binaries for OSX / release-macos (push) Has been cancelled
Release binaries for Windows / release-windows (push) Has been cancelled
Release binaries for Linux and Docker / release-linux (amd64, ubuntu-24.04) (push) Has been cancelled
Update crate versions
2025-06-12 12:31:23 +01:00
..
.vscode Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
src Poor mans desktop (UI) widgets for ratelimits 2024-11-20 16:12:42 +00:00
src-tauri Update crate versions 2025-06-12 12:31:23 +01:00
.gitignore Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
index.html v5.6.0-beta.1 (#116) 2024-04-06 09:37:31 +01:00
package-lock.json Update npm packages 2025-06-05 11:46:35 +01:00
package.json Update npm packages 2025-06-05 11:46:35 +01:00
postcss.config.js Rewrite all styles to tailwind CSS from Bootstrap by @arccik (#58) 2023-12-14 10:37:29 +00:00
README.md Add build details to desktop application README.md 2024-04-04 17:49:50 +01: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

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