This is the official Homebrew tap for AgentStation tools.
brew tap agentstation/tapHigh-performance tokenizer implementations in Go with unified CLI. Features Llama 3 tokenizer with exact compatibility, streaming support, and comprehensive tooling.
brew install agentstation/tap/tokenizerOr directly:
brew install agentstation/tap/tokenizerGraph execution engine for LLM workflows - CLI tool for executing workflows defined as graphs.
brew install agentstation/tap/pocketOr directly:
brew install agentstation/tap/pocketEmail authentication checker - "It's an older email, sir, but it checks out."
brew install agentstation/tap/tydiriumOr directly:
brew install agentstation/tap/tydiriumThese 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#tydiriumnix run github:agentstation/nix-packages#tokenizer -- --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:
- Create a new
.rbfile in theFormuladirectory - 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.