Skip to content
/ Sparus Public

Start and keep your game up-to-date with Sparus game launcher

License

Notifications You must be signed in to change notification settings

Ludea/Sparus

Folders and files

NameName
Last commit message
Last commit date
Oct 18, 2024
Mar 2, 2025
Mar 3, 2025
Feb 28, 2025
Nov 24, 2024
Jan 31, 2023
Jul 6, 2023
Sep 4, 2024
Jun 5, 2024
Feb 13, 2023
Feb 14, 2023
Feb 18, 2025
Jul 6, 2023
Feb 21, 2025
Jun 23, 2023
Sep 3, 2024

Repository files navigation

Sparus

Sparus is a simple game launcher, available on Windows, MacOS, and Linux, to start and keep your game up-to-date !

Build Instructions

Dependencies

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)

Build

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