Skip to content

Moss v0.73.0 — Selfhost GA: no Python required

Choose a tag to compare

@Fujo930 Fujo930 released this 08 Jun 22:56

Moss v0.73.0 — Selfhost GA

No Python required. Download, unzip, double-click.

Package

File Size Usage
Moss Studio.exe 9.1 MB Double-click → browser IDE
moss.exe 9.1 MB CLI (artifact, run, selfhost-run)
moss-lsp.exe 8.3 MB VS Code LSP server
mossvm.exe 120 KB C VM (zero dependencies)
moss.bat Launcher menu

Quick start

Download → unzip → double-click Moss Studio.exe
→ browser opens → write code → Ctrl+Enter

# or terminal:
moss.exe artifact examples/order.moss
moss.exe selfhost-run examples/order.moss
moss.exe run hello.moss

Selfhost status

Parser 100% coverage, 9/9 zero diff. Compiler bootstrap PASS. C VM 40 builtins, 120KB. Python VM = C VM verified.

Verification

133 tests, 22 subtests. Selfhost 5/5. Selfhost-compare 9/9.