toolc v1.0.0
toolc is a Tool Catalog Compiler + Gateway built around a single IR and a deterministic pass-based compiler.
This v1.0.0 release includes:
- a unified IR in
internal/iras the system of record - importers for
function,openapi, and MCP-like inputs into IR - a deterministic compiler pipeline with regression and golden tests
- gateway support for discovery, schema, and invoke HTTP flows
- Windows-first local workflows with reproducible build, test, and check scripts
- prebuilt binaries for Windows, Linux, and macOS
Downloads
- Windows:
toolc_v1.0.0_windows_amd64.zip - Linux:
toolc_v1.0.0_linux_amd64.tar.gz - Linux ARM64:
toolc_v1.0.0_linux_arm64.tar.gz - macOS Intel:
toolc_v1.0.0_darwin_amd64.tar.gz - macOS Apple Silicon:
toolc_v1.0.0_darwin_arm64.tar.gz - Checksums:
SHA256SUMS.txt
Install from source
go install github.com/aak204/Tool-Catalog-Compiler/cmd/toolc@v1.0.0