Skip to content

agentstation/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentStation Homebrew Tap

This is the official Homebrew tap for AgentStation tools.

Installation

brew tap agentstation/tap

Available Casks

Casks install pre-built binaries from GitHub releases.

neovex

Self-hosted JavaScript backend runtime powered by V8.

brew install agentstation/tap/neovex

starmap

AI Model Catalog System - Discover, compare, and sync AI models across providers.

brew install agentstation/tap/starmap

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

vhs

A tool for recording terminal GIFs and SVGs. AgentStation fork with SVG output support.

brew install agentstation/tap/vhs

Available Formulas

Formulas build from source.

pocket

Graph execution engine for LLM workflows - CLI tool for executing workflows defined as graphs.

brew install agentstation/tap/pocket

tydirium

Email authentication checker - "It's an older email, sir, but it checks out."

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#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

Using Nix

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.

Development

To add a new formula or cask:

  1. Create a new .rb file in Formula/ (for source builds) or Casks/ (for pre-built binaries)
  2. Follow the Homebrew formula cookbook or cask cookbook
  3. Test locally: brew install --build-from-source ./Formula/<name>.rb or brew install --cask ./Casks/<name>.rb
  4. Submit a PR

License

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

About

Homebrew tap for AgentStation tools

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages