Skip to content

goonstation/launcher

Repository files navigation

Goonstation Launcher

A Windows application for checking the Goonstation Space Station 13 server statuses and launching the game.

alt text

Features

  • 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

Development

Prerequisites

Quick Start

deno install

# Development
deno task tauri dev

# Build
deno task tauri build

Code Quality

deno fmt --check
deno lint
src-tauri> cargo fmt

Releasing

Update the versions in:

  • package.json
  • cargo.toml

push to release branch

After, submit to Microsoft manually.