This is the official Homebrew tap for AgentStation tools.
brew tap agentstation/tap
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
Or directly:
brew install agentstation/tap/tokenizer
Graph execution engine for LLM workflows - CLI tool for executing workflows defined as graphs.
brew install agentstation/tap/pocket
Or directly:
brew install agentstation/tap/pocket
Email authentication checker - "It's an older email, sir, but it checks out."
brew install agentstation/tap/tydirium
Or directly:
brew install agentstation/tap/tydirium
These tools are also available via Nix and Devbox:
devbox add github:agentstation/nix-packages#tokenizer
devbox add github:agentstation/nix-packages#pocket
devbox add github:agentstation/nix-packages#tydirium
nix run github:agentstation/nix-packages#tokenizer -- --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:
- Create a new
.rb
file in theFormula
directory - Follow the Homebrew formula cookbook
- Test locally:
brew install --build-from-source ./Formula/<name>.rb
- Submit a PR
All formulas in this repository are licensed under the MIT License.