https://github.com/endless-r0ad/sarge-launcher
A cross platform desktop application for Quake 3 Arena and Q3A mods
https://github.com/endless-r0ad/sarge-launcher
quake quake3 quake3arena tauri
Last synced: about 20 hours ago
JSON representation
A cross platform desktop application for Quake 3 Arena and Q3A mods
- Host: GitHub
- URL: https://github.com/endless-r0ad/sarge-launcher
- Owner: endless-r0ad
- License: gpl-3.0
- Created: 2025-09-20T13:45:54.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-11-09T21:04:21.000Z (22 days ago)
- Last Synced: 2025-11-09T23:16:03.180Z (22 days ago)
- Topics: quake, quake3, quake3arena, tauri
- Language: Vue
- Homepage:
- Size: 10.4 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Sarge Launcher - Cross-platform launcher for Quake 3 Arena and Q3A mods - includes server, demo, and level browsing. (Applications / Gaming)
README
# Sarge Launcher
Sarge Launcher is a cross platform desktop application for Quake 3 Arena and Q3A mods
It provides some useful features like a
quick server browser, unlimited demo/level browsing, and Q3A client management among other things.

## Development setup
### install all [Tauri v2](https://v2.tauri.app/start/prerequisites/) prerequisites for your system
### Install node_modules using nodejs lts/iron (v20.19.2)
```
npm install
```
### Compiles and hot-reloads for development
```
npm run tauri dev
```
### Compiles and minifies for production
```
npm run tauri build
```
Thanks to everyone who helped test, as well as [mwvdev/q3demo](https://github.com/mwvdev/q3demo) which I used as a reference