Skip to content

Latest commit

 

History

History
 
 

desktop

rqbit GUI Application

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

Recommended IDE Setup

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