Documentation Index
Fetch the complete documentation index at: https://docs.bricks.tools/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
CTOR depends on a few command-line tools to run projects, install dependencies, and talk to your workspace:| Tool | Minimum version | Status | Purpose |
|---|---|---|---|
| BRICKS CLI | 2.24.0 | Required | Agent workflows that interact with your BRICKS workspace |
| Bun | 1.3.0 | Required | JavaScript runtime for installing dependencies and running scripts |
| Git | — | Recommended | Version control for project history |
Requirements screen
The first time you launch CTOR — and any time BRICKS CLI or Bun is missing or outdated — CTOR shows a Setup Requirements screen before the login page. Each tool gets a card with its detected version, the minimum required version, and an action button:- Install — runs the official curl-based installer in the background and streams output into an expandable log. BRICKS CLI installs to
~/.bricks-cli/bin; Bun installs to~/.bun/bin. CTOR re-checks automatically when the installer finishes. - Update — appears when a tool is installed but below the minimum version. Re-runs the installer to pull the latest release.
- Skip — only available for Git, which is optional. Click Skip to dismiss the Git card without installing.
- View Docs — appears on Windows, where auto-install is not yet supported. Opens the upstream installer page.
Detection probes
~/.bricks-cli/bin, ~/.bun/bin, and the npm global prefix directly before falling back to which, so freshly installed binaries are picked up even if your shell’s PATH has not been refreshed.Manual install
If you would rather set things up from a terminal, the same installers are available as one-liners:xcode-select --install to install Git via the Command Line Tools. On Linux, use your package manager (e.g. apt install git). On Windows, download Git from git-scm.com.
Download
- macOS
- Linux
Download the latest build for macOS (Apple Silicon):Open the DMG and drag the app to your Applications folder. The app is notarized by Apple. On first launch, macOS may show a security prompt — click Open to proceed.
Download for macOS (ARM64)
CTOR-arm64.dmg
Beta channel
Install the beta channel alongside the stable release. The beta app is named CTOR Beta, and the Linux binary isbricks-ctor-beta, so both channels can coexist.
- macOS
- Linux
Download the latest macOS beta build (Apple Silicon):Open the DMG and drag CTOR Beta to your Applications folder.
Download CTOR Beta for macOS (ARM64)
CTOR-Beta-arm64.dmg
Auto-updates
CTOR checks for updates automatically. When a new version is available:- Open Settings (gear icon)
- Scroll to the Updates section
- Click Download & Install to update in place
Next steps
Log in to your workspace
Authenticate with your BRICKS workspace to start building.