Skip to content

mindburnlabs/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Mindburn Labs Homebrew Tap

Formulae for Mindburn Labs command-line tools.

Install HELM AI Kernel

brew install mindburnlabs/tap/helm

Then run:

helm serve --policy ./release.high_risk.v3.toml

This installs the HELM AI Kernel boundary CLI from release binaries published at:

https://github.com/Mindburn-Labs/helm-ai-kernel/releases

Kubernetes Helm Conflict

Homebrew core also ships a formula named helm for Kubernetes Helm. Homebrew does not allow two installed formulae with the same name from different taps.

If Kubernetes Helm is already installed, replace it with HELM AI Kernel:

brew uninstall helm
brew install mindburnlabs/tap/helm

To switch back later:

brew uninstall mindburnlabs/tap/helm
brew install helm

Other Formulae

Use:

brew install mindburnlabs/tap/<formula>

Or:

brew tap mindburnlabs/tap
brew install <formula>

Or, in a brew bundle Brewfile:

tap "mindburnlabs/tap"
brew "<formula>"

Documentation

brew help, man brew or check Homebrew's documentation.

About

Homebrew tap for Mindburn CLI tools

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages