Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/titledgames/microwave-man/llms.txt

Use this file to discover all available pages before exploring further.

Microwave Man has a web build that runs directly in your browser — no download, installation, or account required. The build is deployed to GitHub Pages automatically by the CI pipeline on every stable release and is available at https://titledgames.github.io/microwave-man.

Release channels

The CI pipeline publishes two channels on the gh-pages branch:
ChannelURLWhen it updates
Stablehttps://titledgames.github.io/microwave-manEvery stable release (e.g. 1.3.0)
Betahttps://titledgames.github.io/microwave-man/betaEvery pre-release (e.g. 1.3.0.20260106.1)
Stable releases follow standard semver (three dot-separated components). Pre-releases have additional dot components appended by the build date and run number.
If you want to try new features before they reach a stable release, open the beta channel at https://titledgames.github.io/microwave-man/beta. Builds there are updated more frequently but may contain bugs or incomplete content.

Limitations of the web version

The web build does not include the Discord RPC addon. The discord-rpc-gd native binaries and extension descriptor are stripped from the web export via the export filter:
res://addons/discord-rpc-gd/bin/*
res://addons/discord-rpc-gd/*.gdextension
All other game content is identical to the downloadable release.
Browser-based WebGL rendering and audio have higher overhead than native execution. For the best performance and full feature support — including Discord Rich Presence — download the native build for your platform. See GitHub Releases for pre-built binaries for Windows, Linux, and macOS.

Build docs developers (and LLMs) love