Official pre-built moonBASIC binaries for Windows, Linux, and macOS (Apple Silicon).
Full runtime (games): moonbasic-<tag>-windows-amd64.zip, moonbasic-<tag>-linux-amd64.tar.gz, moonbasic-<tag>-macos-arm64.tar.gz — includes moonrun. Extract and read README-RELEASE.txt. Run: moonrun game.mb.
Compiler only (.mb → .mbc, --check, --lsp): moonbasic-<tag>-compiler-windows-amd64.zip, moonbasic-<tag>-compiler-linux-amd64.tar.gz, moonbasic-<tag>-compiler-macos-arm64.tar.gz.
VS Code / Cursor: moonbasic-<tag>-vscode.vsix included in full-runtime zips — run moonbasic install-vscode or INSTALL-VSCODE.bat / ./INSTALL-VSCODE.sh.
4,200+ built-in commands · beginner docs: BEGIN_HERE.md
New project: moonbasic new MyGame then moonrun main.mb.
Docs: Getting started · RELEASES.md · Examples
Full Changelog: v1.2.26...v1.2.27