Skip to content

0.1.2 - 2026-08-05

Choose a tag to compare

@github-actions github-actions released this 05 Aug 06:36

Release Notes

Added

  • ossctl dist generate — the release engine now generates a downstream project's
    cross-platform binary-release infrastructure from its OSS-RELEASE.md contract: a
    dist-workspace.toml (cargo-dist) whose targets come from distribution.platforms
    (defaulting to macOS + Linux musl, arm64 + x86_64 — never single-OS) and installers
    from distribution.installers, plus the tag-triggered .github/workflows/release.yml
    produced via dist 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 | sh

Install 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/ossctl

You 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>