Skip to content

Choose the tool for the job.

Local tools for Kubernetes, AI-assisted development, knowledge, secrets, and diagnostics.

01

k3d-local

Build local Kubernetes clusters with k3d, Traefik, optional telemetry, and ready-to-deploy service recipes.

brew install k3d-local
    k3d-local create --with-traefik

02

Promptx

Keep AI coding context encrypted, searchable, and available across assistants, editors, and MCP clients.

brew install promptx
    promptx setup

03

Vaultx

Inject secrets at runtime from an encrypted vault while keeping reference files safe to commit.

brew install vaultx
    vaultx init --biometric

04

kb-genie

Build a local knowledge base with pluggable embeddings and a browser chat interface.

brew install kb-genie
    kb-genie doctor

05

ai-guardrails

Standardize AI development guardrails, skills, tools, and CI/CD templates.

brew install ai-guardrails
    ai-guardrails --help

06

vitals

Diagnose the bottleneck on your machine and get the next command to run.

brew install vitals
    vitals doctor

Install the tap

brew tap gautampachnanda101/tap
brew search gautampachnanda101/tap/

Verify an installation

brew list | grep -E "k3d-local|promptx|vaultx|kb-genie|ai-guardrails|vitals"
brew info <formula-name>

Common troubleshooting

Formula not found

brew untap gautampachnanda101/tap
brew tap gautampachnanda101/tap
brew update

Binary not found after install

brew --prefix
which k3d-local || true
which promptx || true
which vaultx || true
exec $SHELL