Install Brik with one brew command.
Official Homebrew tap. macOS + Linux. Auto-updated to every Brik release.
This is the official Homebrew tap for Brik, the portable CI/CD pipeline system.
brew install brik puts the brik CLI on your local machine -- macOS or Linux. The same Bash code path runs locally and inside your CI (GitLab, Jenkins, GitHub Actions), so a local run reproduces what your pipeline does. Once installed you can:
- scaffold a new project (
brik init) - validate a
brik.ymlagainst the schema (brik validate) - check that your environment has the prerequisites (
brik doctor) - run any stage or the full pipeline locally (
brik run stage <name>/brik run pipeline) - inspect what the platform-aware planner would execute for the current commit (
brik plan --explain)
For the project itself -- the architecture, the fixed flow, the supported stacks, the platform shared libraries -- see the main Brik repository.
| Formula | Description | Pinned to | Brings in |
|---|---|---|---|
brik |
Portable CI/CD pipeline system | brik latest release | bash, yq, jq |
brew tap getbrik/tap
brew install brikOr install directly:
brew install getbrik/tap/brikbrik doctor # checks bash 5+, yq, jq, jv, and stack tools
brik version # prints the installed Brik versionOnce installed, jump straight into the Brik repository for what to do next:
- Getting Started -- Local CLI -- run a Brik pipeline on your laptop
- Getting Started -- GitLab CI and Jenkins -- wire Brik into your CI platform
- Configuration reference -- the full
brik.ymlschema - Examples -- working
brik.ymlfiles for Node, Java, Python, .NET - The Brik README -- what Brik is, the four-layer architecture, and why it exists
- Full documentation index
brew update && brew upgrade brikEach new Brik release ships with a matching formula bump in this tap. Run brew update regularly to stay current.
brew uninstall brik
brew untap getbrik/tap # optional: remove the tapMPL-2.0 -- inherited from the Brik project.
