Skip to content

agentstation/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentStation Homebrew Tap

This is the official Homebrew tap for AgentStation tools.

Installation

brew tap agentstation/tap

Available Formulas

tokenizer

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

pocket

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

tydirium

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

Alternative Installation Methods

These tools are also available via Nix and Devbox:

Using Devbox

devbox add github:agentstation/nix-packages#tokenizer
devbox add github:agentstation/nix-packages#pocket
devbox add github:agentstation/nix-packages#tydirium

Using Nix

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.

Development

To add a new formula:

  1. Create a new .rb file in the Formula directory
  2. Follow the Homebrew formula cookbook
  3. Test locally: brew install --build-from-source ./Formula/<name>.rb
  4. Submit a PR

License

All formulas in this repository are licensed under the MIT License.

About

Homebrew tap for AgentStation tools

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages