Watcher is a modern rewrite and updated version of my previous application, "circuit-watcher", built with the Tauri framework.
You can download the windows installer from the releases page
To build this project you'll need to have Node.js and Rust installed on your system.
-
Clone the repository:
git clone https://github.com/TacticalDeux/watcher.git cd watcher
-
Install frontend dependencies:
npm install
-
Install Rust toolchain (if not already installed):
rustup install stable rustup update
-
Add the Tauri CLI:
cargo install tauri-cli
To build the application for your platform:
npm run tauri build
This will generate the executable in src-tauri/target/release/
.
And the installer in src-tauri/target/release/bundle/(installers)
.
To run the application in development mode:
npm run tauri dev
Using Irelia for LCU/Websocket operations
This is not an official Riot Games product. It's not affiliated with or endorsed by Riot Games Inc.