A Windows application for checking the Goonstation Space Station 13 server statuses and launching the game.
- Server status display (name, player count, online/offline status)
- Quick-join buttons (multiple launch options)
- Recomended BYOND version installer
- Background music with mute/unmute
- Auto-updater
deno install
# Development
deno task tauri dev
# Build
deno task tauri build
deno fmt --check
deno lint
src-tauri> cargo fmt
Update the versions in:
- package.json
- cargo.toml
push to release branch
After, submit to Microsoft manually.