Skip to content

Releases: sigilante/goth

Latest Build

24 Jan 17:34
69070c6

Choose a tag to compare

Latest Build Pre-release
Pre-release

Automated build from master branch.

Commit: d5e7833
Date: 2026-02-02T10:08:38-06:00

Installation

# Linux x86_64
curl -L https://github.com/sigilante/goth/releases/download/latest/goth-linux-x86_64.tar.gz | tar xz

# macOS ARM64 (M1/M2/M3)
curl -L https://github.com/sigilante/goth/releases/download/latest/goth-macos-arm64.tar.gz | tar xz

Usage for LLMs

See CLAUDE-SKILLS.md for LLM code generation guidance.

# Run a Goth program
./goth program.goth arg1 arg2

# Run from JSON AST
./goth --from-json program.json arg1

# Generate JSON AST from Goth
./goth --to-json program.goth