Skip to content

Releases: CharmingBlaze/moonbasic

Release list

v1.2.27

Choose a tag to compare

@github-actions github-actions released this 12 Jun 16:36

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

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