This is the official Homebrew tap for AgentStation tools.
brew tap agentstation/tap
Casks install pre-built binaries from GitHub releases.
A restriction-only Go linter. Every rule rejects a legal Go construct to keep a codebase in a smaller, more predictable subset of the language.
brew install agentstation/tap/ago
Self-hosted JavaScript backend runtime powered by V8.
brew install agentstation/tap/neovex
AI Model Catalog System - Discover, compare, and sync AI models across providers.
brew install agentstation/tap/starmap
High-performance tokenizer implementations in Go with unified CLI. Features Llama 3 tokenizer with exact compatibility, streaming support, and comprehensive tooling.
brew install agentstation/tap/tokenizer
A tool for recording terminal GIFs and SVGs. AgentStation fork with SVG output support.
brew install agentstation/tap/vhs
Formulas build from source.
Graph execution engine for LLM workflows - CLI tool for executing workflows defined as graphs.
brew install agentstation/tap/pocket
Email authentication checker - "It's an older email, sir, but it checks out."
brew install agentstation/tap/tydirium
These tools are also available via Nix and Devbox:
devbox add github:agentstation/nix-packages#neovex devbox add github:agentstation/nix-packages#starmap devbox add github:agentstation/nix-packages#tokenizer devbox add github:agentstation/nix-packages#vhs devbox add github:agentstation/nix-packages#pocket devbox add github:agentstation/nix-packages#tydirium
nix run github:agentstation/nix-packages#neovex -- --help nix run github:agentstation/nix-packages#starmap -- --help nix run github:agentstation/nix-packages#tokenizer -- --help nix run github:agentstation/nix-packages#vhs -- --help nix run github:agentstation/nix-packages#pocket -- --help nix run github:agentstation/nix-packages#tydirium -- --help
For more Nix installation options, see agentstation/nix-packages.
To add a new formula or cask:
- Create a new
.rbfile inFormula/(for source builds) orCasks/(for pre-built binaries) - Follow the Homebrew formula cookbook or cask cookbook
- Test locally:
brew install --build-from-source ./Formula/<name>.rborbrew install --cask ./Casks/<name>.rb - Submit a PR
All formulas and casks in this repository are licensed under the MIT License.