TOKN v0.3.12
TOKN v0.3.12
Internal groundwork release. No user-visible commands or flags changed in this
version — if you are on v0.3.11 and everything is working, there is no urgency to
update.
What landed is the foundation for composing evaluations across domains: a common
contract for driving a task environment, so a single run can span two domains and
be judged by both domains' existing gates rather than a new one written for the
occasion. The user-facing commands that use it come in a later release.
Install
Download the binary for your platform, rename it to tokn (or tokn.exe on
Windows), and put it on your PATH.
| Platform | Asset |
|---|---|
| Windows | tokn_windows_amd64.exe |
| macOS (Apple Silicon) | tokn_darwin_arm64 |
| macOS (Intel) | tokn_darwin_amd64 |
| Linux | tokn_linux_amd64 |
| Linux (ARM) | tokn_linux_arm64 |
On macOS and Linux, mark it executable:
chmod +x tokn
Verify your download
sha256sum -c SHA256SUMS --ignore-missing
SHA256SUMS.sig is the signature over that manifest, checked automatically by
tokn update.
Check it works
tokn version
tokn --help