Skip to content

Releases: k8sstormcenter/bob

bobctl latest (2026-03-16)

16 Mar 16:58
45afe56

Choose a tag to compare

Pre-release

Download

Platform Architecture Binary
Linux amd64 bobctl-linux-amd64
Linux arm64 bobctl-linux-arm64

Quick install

# Linux amd64
curl -fsSL -o bobctl \
  https://github.com/k8sstormcenter/bob/releases/download/latest/bobctl-linux-amd64
chmod +x bobctl

# Linux arm64
curl -fsSL -o bobctl \
  https://github.com/k8sstormcenter/bob/releases/download/latest/bobctl-linux-arm64
chmod +x bobctl