Skip to content

latticeHQ/latticeHomebrew

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Lattice Homebrew Tap

Install Lattice Runtime on macOS and Linux

License: MIT

One command to run the institutional AI coordination layer on your hardware.

Lattice Runtime · Lattice Workbench · Discussions


Install

# 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-workbench

Upgrade

brew upgrade lattice
brew upgrade --cask lattice-workbench

Quick Start

lattice version            # Verify installation
lattice server             # Start Runtime — agents can connect immediately

Your 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.

What You Get

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

Other Installation Methods

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

Ecosystem

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

Links


latticeruntime.com — The open-source coordination layer for institutional AI.

About

Homebrew tap for Lattice Runtime

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 57.6%
  • Shell 42.4%