Beta

Moon Traveler Beta Builds

Help test the next release before it goes live. Beta builds contain new features and fixes that haven't been fully verified across all platforms.

Download Beta

Beta releases are published on GitHub with the Pre-release label.

View all releases (look for "Pre-release" tags)

macOS / Linux

curl -fsSL https://raw.githubusercontent.com/elephantatech/moon_traveler/main/install.sh | bash -s -- --beta

Windows (PowerShell)

& ([scriptblock]::Create((irm https://raw.githubusercontent.com/elephantatech/moon_traveler/main/install.ps1))) -Beta

From Source (latest main)

git clone https://github.com/elephantatech/moon_traveler.git
cd moon_traveler
uv sync
uv run python play_tui.py

Testing Checklist

Please test the following on your platform and report any issues:

Report Issues

Found a bug? Please open an issue: Report a bug

Include your platform (macOS/Windows/Linux), Python version, and the output of dev mode if relevant.

← Back to main page