Self-hostable agent platform — serve, orchestrate, and optimize AI agents.
brew install synth-laboratories/tap/horizonsOr with an explicit tap:
brew tap synth-laboratories/tap
brew install horizonsAfter installing, start the server:
horizons --helpNote: Currently available for macOS (Apple Silicon and Intel). Linux support coming soon.
brew install synth-laboratories/tap/synth-aiOr with an explicit tap:
brew tap synth-laboratories/tap
brew install synth-ai| Formula | Description |
|---|---|
horizons |
Horizons agent platform server (v0.1.2) |
synth-ai |
Synth AI terminal interface |
synth-tui |
Synth TUI |
opencode-synth |
OpenCode (Synth fork) |
horizonsis a single static binary — no runtime dependencies.synth-aidepends on the forkedopencode-synthformula from this tap.opencode-synthinstalls its JavaScript dependencies on first run with Bun (fromoven-sh/bun/bun).synth-aiinstalls Python dependencies on first run withuvinto~/.synth-ai/venv.