Installation¶
SCALE ships as a Go library and a scale CLI.
CLI¶
This installs the scale binary to $(go env GOPATH)/bin. Make sure that
directory is on your PATH.
Verify:
Library¶
The embedded reference catalog is available without any files on disk:
From source¶
Requirements¶
- Go 1.26 or newer (see
go.modfor the exact minimum). - No runtime dependencies for report generation — the HTML report is self-contained with no external assets.