Sparus is a simple game launcher, available on Windows, MacOS, and Linux, to start and keep your game up-to-date !
To build Sparus, you need some packages:
- Rust
- Nodejs
- Yarn
- Webview2 (only for Windows)
- xcode (only for Macos)
sudo apt update && sudo apt install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev
(only for Linux)
dev mode: yarn tauri dev
production mode: yarn tauri build
In production mode, binaries are stored into src-tauri/target/release
Note: Cross building is not supported