Skip to main content

Install

Use this page for verified install commands and post-install checks.

Latest Stable

curl -fsSL https://raw.githubusercontent.com/himudigonda/Broski/main/install.sh | bash

Expected output includes:

  • downloaded release artifact
  • checksum validation
  • installed binary path

Pinned Version

curl -fsSL https://raw.githubusercontent.com/himudigonda/Broski/main/install.sh | BROSKI_VERSION=v0.5.2 bash

Use pinned install for reproducible onboarding and CI bootstrap scripts.

Verify

broski --version
broski --workspace . list

Expected behavior:

  • broski --version prints installed version
  • broski --workspace . list shows available tasks in current repo

Smoke test

Create a temporary task file and run once:

version = "0.5"

hello:
    @mode interactive
    echo "broski is installed"
broski hello

Expected output:

  • broski is installed

Supported Release Targets

  • x86_64-unknown-linux-gnu
  • aarch64-apple-darwin

Next

Need help? Visit https://himudigonda.me/broski_docs/.