Beware

We recommend this only when there's no prebuilt binaries available. It'll also try to run the official installer

Step 1

Clone the GitHub repo

Select your OS

Windows
Linux

Install Rust

Download here

Install NodeJS

Download here

Run these commands

npm i -g pnpm
rustup install nightly
pnpm install
pnpm tauri build
cd src-service
cargo build --release
cd ..

Follow step 3 of the windows tutorial