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.

Pre-built binaries for Microwave Man are published to GitHub Releases for every version. You can download a zip archive for your platform, extract it, and run the game immediately — no installation wizard or package manager required.

Supported platforms

PlatformArchiveArchitecture
WindowsMicrowave-Man-Windows.zip (contains .exe)x86_64
LinuxMicrowave-Man-Linux.zip (contains .x86_64 binary)x86_64
macOSMicrowave-Man-MacOS.zipUniversal (arm64 + x86_64)
The current stable release is v1.3.0.

Downloading and running

2

Find the latest stable release

Look for the release tagged v1.3.0 (or the highest version without a pre-release suffix). Stable releases follow standard semver — for example, 1.3.0. Builds with extra dot components (such as 1.3.0.20260106.1) are pre-releases.
3

Download the zip for your platform

Under the Assets section of the release, download the zip that matches your operating system:
  • Microwave-Man-Windows.zip for Windows
  • Microwave-Man-Linux.zip for Linux
  • Microwave-Man-MacOS.zip for macOS
4

Extract and run

Unzip the archive and run the executable inside. No additional setup is needed.

Platform notes

macOS — Gatekeeper warning: Because the macOS build is unsigned, your system may block it on first launch. To bypass this, right-click (or Control-click) the application and choose Open from the context menu, then confirm when prompted.
Linux — executable permissions: The extracted binary may not be marked executable by default. Before running, set the execute bit:
chmod +x Microwave-Man-Linux.x86_64
Then run it with:
./Microwave-Man-Linux.x86_64
Linux users may prefer installing through Flathub instead, which handles permissions automatically. See Flathub installation for details.

Build docs developers (and LLMs) love