Skip to content

CLI 0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Apr 08:10
· 15 commits to dev since this release

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.1

Upgrade an existing install with openbeam upgrade.
Troubleshoot with openbeam doctor.

Full changelog below.

Changelog

Fixes

Other


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