Homebrew Tap¶
Official Homebrew tap for cross-platform development tools maintained by @gautampachnanda101.
Overview¶
This tap provides pre-built formulas for development tools optimized for local development and AI-assisted workflows. All tools are cross-platform, zero-configuration, and production-ready.
Available Packages¶
🐳 k3d-local¶
A comprehensive CLI tool for managing local Kubernetes development environments with k3d, Traefik v3, and cross-platform DNS resolution.
Key features: - ✅ One-command setup for complete Kubernetes cluster - ✅ Production-ready components: k3d, Traefik v3, self-signed TLS - ✅ Cross-platform support: macOS, Linux, Windows - ✅ Optional add-ons: sample apps, core components, Grafana LGTM telemetry - ✅ Local container registry - ✅ Automatic kubectl configuration - ✅ 12 example services ready to deploy (ArgoCD, Vault, Harbor, Keycloak, etc.)
Quick install:
brew tap gautampachnanda101/tap
brew install k3d-local
k3d-local create --with-traefik
Once your cluster is created, deploy services from examples using simple install scripts.
Perfect for: - Local development and testing - Kubernetes learning and training - Application prototyping - CI/CD pipeline validation - Edge computing simulation
🧠 Promptx¶
Local-first prompt intelligence CLI with encrypted memory and cross-tool context handoff. Integrates with GitHub Copilot, Claude, and VS Code.
Key features:
- ✅ Local-first encrypted memory capture and retrieval
- ✅ Cross-tool handoff (GitHub Copilot ↔ Claude ↔ VS Code)
- ✅ Evidence-based execution (no guessing)
- ✅ Automatic interaction logging linked to git commits
- ✅ VS Code extension with @promptx chat participant
- ✅ MCP server integration for IDE connectors
- ✅ Fuzzy and semantic search over encrypted history
- ✅ Self-learning from executor outcomes
Quick install:
brew tap gautampachnanda101/tap
brew install promptx
promptx setup
promptx memory-watch --repo . --interval 5
Perfect for: - AI-assisted development workflows - Prompt engineering and generation - Context-aware coding assistance across tools - Team collaboration with encrypted memory - Learning from AI interactions
🔐 Vaultx¶
Zero-trust secrets CLI that keeps the convenience of .env style workflows while protecting sensitive values in an encrypted vault.
Quick install:
brew tap gautampachnanda101/tap
brew install vaultx
vaultx --help
Perfect for:
- Teams migrating away from plain-text .env secrets
- Local development with encrypted secrets handling
- Zero-trust secret access patterns in CI/CD and developer workflows
Tap Catalog¶
Use the tap catalog for per-tool installation, purpose, and troubleshooting guides:
Documentation by Tool¶
k3d-local¶
- Get started in 5 minutes
- Installation guide
- Usage patterns
- Command reference
- Troubleshooting
- Helm deployment
- Customization
Promptx¶
Resources¶
- 🏠 Public Docs Site: https://gautampachnanda101.github.io/homebrew-tap/
- 📦 GitHub Repository: https://github.com/gautampachnanda101/homebrew-tap
- 🐛 Report Issues: https://github.com/gautampachnanda101/homebrew-tap/issues
- 💬 GitHub Discussions: https://github.com/gautampachnanda101/homebrew-tap/discussions