Skip to content

v1.2.26

Choose a tag to compare

@CharmingBlaze CharmingBlaze released this 30 May 16:11

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: moonbasic-<tag>-vscode.vsix — syntax, LSP, debugger (needs full-runtime moonrun).

New project: moonbasic new MyGame then moonrun main.mb.

Docs: Getting started · RELEASES.md · Examples

Full Changelog: https://github.com/CharmingBlaze/moonbasic/commits/v1.2.26