Releases: sigilante/goth
Releases · sigilante/goth
Latest Build
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 xzUsage 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