A custom Homebrew tap for formulas and casks not available (or broken) in the default repositories.
| Formula | Description |
|---|---|
| zigflow | Temporal DSL for turning declarative YAML into production-ready workflows |
| Cask | Description |
|---|---|
| netlogo | Multi-agent programmable modeling environment |
brew tap michael-willingham/tapThen install any package:
brew install zigflow
brew install --cask netlogoOr install directly without tapping first:
brew install michael-willingham/tap/zigflow
brew install michael-willingham/tap/netlogoOr in a brew bundle Brewfile:
tap "michael-willingham/tap"
brew "zigflow"
cask "netlogo"Both packages are checked daily for new upstream releases via a GitHub Actions workflow. Version bumps and checksum updates are committed automatically.
brew help, man brew or check Homebrew's documentation.