CLI download

Install the CLI for your workstation.

Use the public curl installer for the beta channel. Platform package is hosted as a GitHub Release asset with SHA-256 verification through the Beta18.1 candidate manifest.

Version
0.1.0-beta.18.1
GitHub tag
v0.1.0-beta.18.1
Package SHA-256
cdd17bb7ab11024d65ee9c0bb7736ab00fdeace355512d172b9cf30e678a4e54
Installable Node.js beta

macOS Apple Silicon

Target platform darwin-arm64. Beta18.1 uses the portable Node.js package and has local macOS Apple Silicon package smoke evidence; no native binary is claimed.

Install

Installs the portable Node.js package and verifies SHA-256 before activation.

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

Version

Pins the Beta18.1 manifest for the portable Node.js package.

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

Channel

Uses the beta channel explicitly.

$BRIK64_CHANNEL=beta curl -fsSL https://brik64.com/cli/install.sh | bash
Blocked pending smoke

macOS Intel

Target platform darwin-x64. 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 Beta18.1 public beta.

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

Verify

Run only after install succeeds.

$brik64 --version
Beta18.1 candidate smoke passed

Linux Debian/Ubuntu

Linux x64 has candidate smoke evidence for the generated native package. Linux ARM64 remains blocked until Debian/Ubuntu ARM64 smoke passes.

Install

Installs only where the Beta18.1 package manifest exposes a compatible asset.

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

Version

Pins Beta18.1; Linux ARM64 remains blocked until runner smoke passes.

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

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 Beta18.1 public beta.

Install

Fails closed because no Windows Beta18.1 public beta 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.18.1

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

Beta18.1 public beta

Primary public install path. The script resolves the beta channel, downloads the GitHub Release asset, verifies SHA-256, then installs into ~/.brik64.

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

Pinned Beta18.1 public beta

Versioned

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

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

SDK npm

SDK only

Use npm for the JS/TS SDK only. The CLI Beta18.1 public beta package is distributed exclusively through the curl installer and GitHub Release assets.

$npm install @brik64/core --tag beta

GitHub Releases

Mirror target

Release assets provide the public beta package surface for Beta18.1 public beta.

$gh release view v0.1.0-beta.18.1 --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 Beta18.1 public beta JS/TS, Python, and Rust installs.

Open SDK installs