Jank Client Desktop is a Tauri desktop client for MathMan05/JankClient with incorporations of my fork phoebe-leong/JankClient.
Please follow semantic versioning conventions.
Jank Client Desktop is currently only tested on MacOS.
If you would like to help test new code on different machines (e.g., Linux, Windows, FreeBSD, TempleOS, whatever...), please make an issue.
- Install NodeJS here (this also gives you npm, which we will need to install Tauri).
- Install Rust using this guide from the Tauri documentation.
- Install Tauri by typing
npm install --save-dev @tauri-apps/cli
in your Terminal or Command Line at the project's directory.
Run npm run tauri build
in your Terminal or Command Line and wait for the project to build. Once it finishes, save it to your computer.