Skip to main content
BRICKS CLI ships as a native standalone executable for macOS, Linux, and Windows. No Node.js runtime is required. If you prefer, you can also install it from npm or Bun.

Install

The script detects your architecture (Apple Silicon or Intel), downloads the native binary to ~/.bricks-cli/bin/bricks, and makes it executable.If ~/.bricks-cli/bin is not on your PATH, the script appends it to your shell profile (~/.zshrc, ~/.bash_profile, or ~/.config/fish/config.fish) and tells you to restart your shell.

Verify

If the command is not found, confirm that your install directory is on your PATH and restart your terminal.

Beta channel

Install the beta channel alongside the stable release. The beta binary is named bricks-beta, so both channels can coexist.
Run it with:

Update

Run bricks update-cli to update an existing install in-place. It auto-detects how the CLI was installed (npm, Bun, or standalone binary) and runs the matching update command. See bricks update-cli in the command reference.

Uninstall

Next steps

Authentication

Log in with a passcode and manage workspace profiles.

Command reference

Full reference for every CLI command and option.