- Node.js
- yarn
- Rust
- Cargo
- Git
- Clone the repo
git clone --recurse-submodules https://github.com/pwltr/tauthy.git
- Install dependencies
yarn install
Build the app for production
yarn tauri build
Find the executable for your platform under ./src-tauri/target/release
Run the app for development
yarn tauri dev