0.1.2 - 2026-08-05
Release Notes
Added
ossctl dist generate— the release engine now generates a downstream project's
cross-platform binary-release infrastructure from itsOSS-RELEASE.mdcontract: a
dist-workspace.toml(cargo-dist) whose targets come fromdistribution.platforms
(defaulting to macOS + Linux musl, arm64 + x86_64 — never single-OS) and installers
fromdistribution.installers, plus the tag-triggered.github/workflows/release.yml
produced viadist generate(never hand-templated). This is the piece that makes
"release through ossctl" real.
Install ossctl 0.1.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jarimustonen/ossctl/releases/download/v0.1.2/ossctl-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/jarimustonen/ossctl/releases/download/v0.1.2/ossctl-installer.ps1 | iex"Download ossctl 0.1.2
| File | Platform | Checksum |
|---|---|---|
| ossctl-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| ossctl-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| ossctl-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| ossctl-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo jarimustonen/ossctlYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>