CLI download

Install the CLI for your workstation.

Use the public curl installer for the beta channel. Platform archives are hosted from GCP with GitHub Release mirrors after beta7 package evidence is available.

Beta7 installable

macOS Apple Silicon

Target platform darwin-arm64. The public installer uses the beta7 manifest and a counted GCP Cloud Run download route with GitHub Releases as the public asset mirror.

Install

Installs the current beta channel through the counted download route.

$curl -fsSL https://brik64.com/cli/install.sh | bash

Version

Pins the beta7 installer manifest.

$curl -fsSL https://brik64.com/cli/install.sh | bash -s 0.1.0-beta.7

Channel

Uses the beta channel explicitly.

$BRIK64_CHANNEL=beta curl -fsSL https://brik64.com/cli/install.sh | bash
Beta7 candidate

macOS Intel

Target platform darwin-x64. The package is emitted, but installation stays blocked until Intel macOS or verified Rosetta smoke passes.

Install

Fails closed until darwin-x64 is marked installable in the manifest.

$curl -fsSL https://brik64.com/cli/install.sh | bash

Version

Pins beta7.

$curl -fsSL https://brik64.com/cli/install.sh | bash -s 0.1.0-beta.7

Verify

Run only after install succeeds.

$brik64 --version
Planned beta7

Linux Debian/Ubuntu

Linux x64 is installable after Ubuntu 24.04.4 smoke. Linux ARM64 is a package candidate and remains blocked until Debian/Ubuntu ARM64 smoke passes.

Install

Auto-detects linux-x64 or linux-arm64; only linux-x64 is installable now.

$curl -fsSL https://brik64.com/cli/install.sh | bash

Version

Fails closed for linux-arm64 until runner smoke passes.

$curl -fsSL https://brik64.com/cli/install.sh | bash -s 0.1.0-beta.7

Verify

Run only after install succeeds.

$brik64 --version
Planned or blocked

Windows PC

Target platform windows-x64. Windows x64 is blocked until a verified Windows executable exists. No Windows asset is published in beta7.

Install

Fails closed because no Windows beta7 asset is published.

$curl -fsSL https://brik64.com/cli/install.sh | bash

Version

No Windows claim without smoke evidence.

$curl -fsSL https://brik64.com/cli/install.sh | bash -s 0.1.0-beta.7

Verify

Run only after install succeeds.

$brik64 --version

Install methods

One CLI, one counted install path.

Keep the home page simple. Send every CLI CTA here, then let the developer choose a platform-specific path.

Shell installer

Beta7 prepared

Primary public install path. The script resolves the beta channel, downloads through the counted GCP route, verifies SHA-256, then installs into ~/.brik64.

$curl -fsSL https://brik64.com/cli/install.sh | bash

Pinned beta7

Versioned

Use when a workflow must install the exact beta7 manifest. Only installable platforms are allowed by the manifest.

$curl -fsSL https://brik64.com/cli/install.sh | bash -s 0.1.0-beta.7

SDK npm

SDK only

Use npm for the JS/TS SDK only. The CLI beta7 binary is distributed exclusively through the curl installer and GitHub Release assets.

$npm install @brik64/core --tag beta

GitHub Releases

Mirror target

Release assets mirror the GCP objects and provide the public fallback surface for beta7.

$gh release view v0.1.0-beta.7 --repo brik64/brik64-cli

Homebrew

Future distributor

Homebrew is a distribution milestone after macOS beta packages are complete and the tap formula is reviewed.

$brew tap brik64/brik64 && brew install brik64-cli

Manual archive

Manifest-driven

Use the channel and release manifests to inspect exact platform URLs and checksums before manual download.

$curl -fsSL https://brik64.com/cli/beta.json

Workflow

Install once. Review one bounded module first.

01

Install

Choose the OS path or package manager that matches your workstation.

02

Verify

Run the CLI version command from the shell where you will work.

03

Lift

Create one bounded review artifact before moving broader work into the platform.

04

Share

Approved beta teams can attach review state and publication handoff later.

SDKs

Need language packages too?

Use the SDK page for the beta7 JS/TS npm package. Python and Rust SDKs remain outside the beta7 public marketplace surface.

Open SDK installs