OpenBeam CLI 0.1.1
Install
# macOS / Linux
curl -fsSL https://get.openbeam.com/install.sh | bash
# Windows (PowerShell)
irm https://get.openbeam.com/install.ps1 | iex
# Homebrew (macOS, Linux)
brew install kuluruvineeth/tap/openbeam
# Scoop (Windows)
scoop bucket add openbeam https://github.com/kuluruvineeth/scoop-bucket
scoop install openbeam
# Winget (Windows)
winget install kuluruvineeth.openbeam
# Docker
docker pull ghcr.io/kuluruvineeth/openbeam-cli:0.1.1Upgrade an existing install with openbeam upgrade.
Troubleshoot with openbeam doctor.
Full changelog below.
Changelog
Fixes
- 300b321: fix(cli): use .Env template syntax for goreleaser publisher gating (@kuluruvineeth)
Other
- 3c4462b: refactor(cli): drop cli-v prefix, use plain v* tags consistently (@kuluruvineeth)
Verify this release:
# Checksum
shasum -a 256 -c checksums.txt
# Cosign signature (keyless OIDC)
cosign verify-blob \
--certificate-identity "https://github.com/kuluruvineeth/openbeam/.github/workflows/release-cli.yml@refs/tags/v0.1.1" \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
--bundle checksums.txt.sigstore.json \
checksums.txt
# GitHub attestation (SLSA provenance)
gh attestation verify openbeam_0.1.1_linux_x86_64.tar.gz \
--repo kuluruvineeth/openbeam