Skip to content

Releases: tm-dev-lab/marreta-lang

Marreta CLI v0.2.0

12 Jun 22:15

Choose a tag to compare

Marreta CLI v0.2.0

The single-binary runtime for Marreta Lang. No external dependencies, one executable.

Install

Latest, one line:

curl -fsSL https://raw.githubusercontent.com/tm-dev-lab/marreta-lang/main/install.sh | sh

Pin this version:

curl -fsSL https://raw.githubusercontent.com/tm-dev-lab/marreta-lang/main/install.sh | sh -s -- v0.2.0

Manual download

Pick the asset for your platform from the list below, make it executable (chmod +x),
and put it on your PATH.

Platform Asset
Linux x86_64 (also Windows x86_64 via WSL) marreta-linux-x86_64
Linux arm64 (also Windows ARM via WSL) marreta-linux-arm64
macOS Apple Silicon marreta-macos-arm64
macOS Intel marreta-macos-x86_64

Links

Docs and guides: https://marreta.dev/docs

Editor support: https://marreta.dev/docs/how-to/install-the-editor-extension

VS Code Extension vscode-v0.2.19

12 Jun 22:42

Choose a tag to compare

VS Code Extension vscode-v0.2.19

Editor support for .marreta files: syntax highlighting, completion, hover,
go-to-definition, diagnostics, and formatting.

The extension is a thin client over the Marreta CLI, so install the binary first:

curl -fsSL https://raw.githubusercontent.com/tm-dev-lab/marreta-lang/main/install.sh | sh

Install this build

Download marreta-extension.vsix below, then open the command palette (Ctrl+Shift+P, macOS
Cmd+Shift+P), run Extensions: Install from VSIX, and select the file. This works the same in
VS Code, Cursor, VSCodium, and Windsurf, with no CLI on your PATH.

If you prefer the command line: code --install-extension marreta-extension.vsix (Cursor:
cursor --install-extension marreta-extension.vsix).

Once the extension is published to the registries, you will also find it by searching for
MarretaLang in the VS Code Marketplace (VS Code) or Open VSX (Cursor and forks).

Full guide: https://marreta.dev/docs/how-to/install-the-editor-extension

VS Code Extension vscode-v0.2.18

12 Jun 01:33

Choose a tag to compare

VS Code Extension vscode-v0.2.18

Editor support for .marreta files: syntax highlighting, completion, hover,
go-to-definition, diagnostics, and formatting.

The extension is a thin client over the Marreta CLI, so install the binary first:

curl -fsSL https://raw.githubusercontent.com/tm-dev-lab/marreta-lang/main/install.sh | sh

Install this build

Download marreta-extension.vsix below, then open the command palette (Ctrl+Shift+P, macOS
Cmd+Shift+P), run Extensions: Install from VSIX, and select the file. This works the same in
VS Code, Cursor, VSCodium, and Windsurf, with no CLI on your PATH.

If you prefer the command line: code --install-extension marreta-extension.vsix (Cursor:
cursor --install-extension marreta-extension.vsix).

Once the extension is published to the registries, you will also find it by searching for
MarretaLang in the VS Code Marketplace (VS Code) or Open VSX (Cursor and forks).

Full guide: https://marreta.dev/docs/how-to/install-the-editor-extension