Install Lattice Runtime on macOS and Linux
One command to run the institutional AI coordination layer on your hardware.
# Runtime CLI (coordination layer — identity, authorization, audit, budget)
brew install latticehq/lattice/lattice
# Workbench desktop app (Reference Engineering Stack) — macOS only
brew install --cask latticehq/lattice/lattice-workbenchbrew upgrade lattice
brew upgrade --cask lattice-workbenchlattice version # Verify installation
lattice server # Start Runtime — agents can connect immediatelyYour coordination layer is running. Agents anywhere on the internet can connect to it through an automatically provisioned WireGuard tunnel. Your data stays on your machine.
Then open Lattice Workbench from your Applications folder to start creating agents.
| Formula | What It Does |
|---|---|
lattice |
The Lattice Runtime CLI — run the coordination layer, manage agents, deploy stacks, SSH into agents |
lattice-workbench |
The Lattice Workbench desktop app — multi-model agent workspace with git worktree isolation |
If you're not using Homebrew:
# Binary (Linux, macOS, Windows — amd64, arm64)
curl -fsSL https://install.latticeruntime.com | sh
# Docker
docker compose up -d
# Kubernetes
helm install lattice lattice/lattice --namespace lattice --create-namespace| Component | Role | Repository |
|---|---|---|
| Enterprise | Enterprise administration and governance | Coming soon |
| Homebrew (this repo) | One-line install on macOS and Linux | You are here |
| Inference | Local AI serving — MLX on Apple Silicon, zero-config clustering | latticeInference |
| Operator | Self-hosted deployment management for Lattice infrastructure | latticeOperator |
| Public | Website + binary releases | lattice |
| Registry | Community ecosystem — Terraform modules, templates, stacks | latticeRegistry |
| Runtime | Coordination layer — identity, authorization, audit, budget | latticeRuntime |
| Terraform Provider | Infrastructure as code for Lattice deployments | terraform-provider-lattice |
| Toolbox | macOS app manager for Lattice products | latticeToolbox |
| Workbench | Reference Engineering Stack — multi-model agent workspace | latticeWorkbench |
latticeruntime.com — The open-source coordination layer for institutional AI.