Skip to content

Stack CLI 0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Sep 03:30
· 5 commits to main since this release
cb1ec1f

Stack CLI 0.3.0

This is the first supported native binary release of the open-source Stack CLI.

Highlights:

  • Validate, format, and render Stack diagrams locally with deterministic output.
  • Start from nine versioned examples with stack init.
  • List and locally import audited AWS, Google Cloud, Azure, and Simple Icons provider packs without bundling vendor assets.
  • Install on macOS 13 or newer and glibc-based Linux 2.31 or newer, on arm64 or x86_64.
  • Verify every archive with SHA-256, keyless Sigstore, SLSA provenance, and an SPDX 2.3 SBOM attestation.

Download the archive for your target and all matching verification materials from this release. Follow the release verification guide before installing the stack binary. Homebrew, Cargo, Aqua, and self-update channels are not available in this release.

The macOS binaries have a reproducible ad-hoc signature and are not Apple-notarized. Use the Sigstore verification flow above as the publisher-identity check. After verification, replace {target} with the downloaded target and install the binary:

tar -xzf "stack-v0.3.0-{target}.tar.gz"
mkdir -p "$HOME/.local/bin"
install -m 0755 "stack-v0.3.0-{target}/stack" "$HOME/.local/bin/stack"
"$HOME/.local/bin/stack" --version