This is the official Homebrew tap for AgentStation tools.
brew tap agentstation/tapCasks install pre-built binaries from GitHub releases.
Self-hosted JavaScript backend runtime powered by V8.
brew install agentstation/tap/neovexAI Model Catalog System - Discover, compare, and sync AI models across providers.
brew install agentstation/tap/starmapHigh-performance tokenizer implementations in Go with unified CLI. Features Llama 3 tokenizer with exact compatibility, streaming support, and comprehensive tooling.
brew install agentstation/tap/tokenizerA tool for recording terminal GIFs and SVGs. AgentStation fork with SVG output support.
brew install agentstation/tap/vhsFormulas build from source.
Graph execution engine for LLM workflows - CLI tool for executing workflows defined as graphs.
brew install agentstation/tap/pocketEmail authentication checker - "It's an older email, sir, but it checks out."
brew install agentstation/tap/tydiriumThese 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#tydiriumnix 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 -- --helpFor 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.