Distribution
Six verified release archives.
Every tagged release produces self-contained archives with the Nift dashboard embedded in the Trestle binary.
| Operating system | Architectures | Archive |
|---|---|---|
| Linux | amd64, arm64 | .tar.gz |
| macOS | amd64, arm64 | .tar.gz |
| Windows | amd64, arm64 | .zip |
Verify before execution
sha256sum -c SHA256SUMS
./trestle versionThe version command reports the injected version, source commit, build date, Go version, operating system and architecture. Release automation also publishes build provenance for the generated artifacts.
Archive contract
Each archive contains the executable, README and license beneath one versioned directory. Runtime assets are embedded; Nift, Node and Go are not deployment dependencies.
Release-candidate matrix
CP23 rebuilds all six archives, verifies their checksums and layout, executes the Linux amd64 artifact, runs user installation, update and rollback drills, and starts a clean instance from source-built output. Read the candidate support boundary before deploying.