Skip to main content
BRIK64 updates are manual in the current public local workflow. This keeps local CLI behavior explicit while the product is in public beta. The public CLI beta is installed through the public installer. Use brik64 --version after installation and compare with GitHub Releases when you need the exact resolved version. Install or update:
curl -fsSL https://brik64.com/cli/install.sh | bash
Verify after updating:
brik64 --version
brik64 help

Current Update Model

SurfaceUpdate behavior
CLI betaManual install or reinstall through https://brik64.com/cli/install.sh.
Release notesGitHub Releases and this changelog.
DocumentationLive documentation pages and .md routes update through the docs deployment.
SDK packagesNot a current public update path unless a release note lists the package.
Platform/cloud featuresUpdated through their own release note when publicly available.

Update Checklist

After updating:
  1. Run brik64 --version.
  2. Run brik64 help.
  3. Confirm the install source used.
  4. Check the relevant release note.
  5. Re-run the local workflow you depend on.
Login is not required for local CLI use. Hosted platform features can require authentication when the specific feature documents that requirement.

What Changes Later

Future release channels may introduce opt-in checks or platform-managed updates. Those behaviors will be documented in Channels before users are expected to rely on them.