The official Homebrew tap and binary downloads for the Corbado Observe CLI, a command-line client for exploring authentication analytics in Corbado Observe.
For Linux x64 or arm64 with glibc, install the latest release into ~/.local:
curl -fsSL https://raw.githubusercontent.com/corbado/homebrew-tap/main/install.sh | bashPin a version for automated environments:
curl -fsSL https://raw.githubusercontent.com/corbado/homebrew-tap/main/install.sh | bash -s -- 1.0.1The installer detects the architecture, downloads the matching public release archive,
verifies its SHA-256 checksum, and places corbado in ~/.local/bin. It does not need
Bun, Node.js, or root access. Set CORBADO_INSTALL to an absolute directory to change
the install root. Ensure its bin directory is on PATH.
For VM or agent use, supply CORBADO_API_KEY, CORBADO_API_BASE_URL, and
CORBADO_PROJECT_ID through the environment. The installer does not configure credentials.
On Apple Silicon macOS, with Homebrew installed and its shell setup completed, run:
brew install --cask corbado/tap/corbadoHomebrew makes corbado available on PATH and installs jq for JSON filtering.
The CLI is a signed, notarized standalone executable; no Bun or Node.js installation
is needed. Intel macOS and Windows are not currently supported.
brew update
brew upgrade --cask corbado/tap/corbadoIf you previously installed the Homebrew formula, run brew uninstall --formula corbado
once before installing the cask. Your project configuration and stored credentials
are preserved.
corbado --help
corbado guideUse corbado schema for machine-readable command documentation.
See the latest release for standalone downloads, checksums, and release notes, or browse all releases.
This repository contains distribution packages. The CLI source is maintained separately.