This is the official Homebrew tap for CodeCollab's open-source tools.
First, add the tap to your Homebrew:
brew tap codecollab-co/tapThe AI coding agent built for DevOps engineers - Infrastructure generation, log analysis, and AI-powered DevOps assistance.
# Install ops
brew install codecollab-co/tap/ops
# Verify installation
ops --version- 🐳 Infrastructure Generation: Production-ready Dockerfiles, docker-compose, Terraform, Kubernetes manifests
- 📊 Log Analysis: Natural language log queries, pattern recognition, root cause analysis
- ☁️ Multi-Cloud Native: First-class support for AWS, GCP, Azure
- 🔧 Command Assistant: Smart shell command suggestions with explanations
- 🤖 AI-Powered: Claude AI integration for intelligent assistance
- 💬 Interactive Chat: Real-time DevOps guidance and troubleshooting
# Initialize in your project
ops init
# Generate a Dockerfile
ops generate dockerfile
# Analyze logs
ops analyze logs ./app.log
# Interactive AI chat
ops chatMulti-cloud FinOps CLI tool for comprehensive cost analysis and infrastructure optimization across AWS, GCP, Azure, Alibaba Cloud, and Oracle Cloud.
# Install infra-cost
brew install codecollab-co/tap/infra-cost
# Verify installation
infra-cost --version- 🌐 Multi-Cloud Support: AWS, GCP, Azure, Alibaba Cloud, Oracle Cloud
- 📊 Enhanced Terminal UI with Rich-style formatting
- 📄 PDF Reports for executives and technical teams
- 🔍 Interactive Analysis with guided exploration
- 🚨 Smart Alerting with visual indicators
- 🔍 Profile Discovery for automatic credential management
- 💰 Cost Optimization recommendations across clouds
- 📈 Advanced Analytics with anomaly detection
# Basic cost analysis
infra-cost --provider aws
# Multi-cloud dashboard
infra-cost --multi-cloud-dashboard
# Interactive mode
infra-cost --interactive
# Generate PDF report
infra-cost --trend --pdf-report report.pdf- Create a new formula file in
Formula/ - Follow Homebrew formula conventions
- Test locally with
brew install --build-from-source ./Formula/your-formula.rb - Submit a pull request
# Test formulas
brew test codecollab-co/tap/ops
brew test codecollab-co/tap/infra-cost
# Audit formulas
brew audit --strict codecollab-co/tap/ops
brew audit --strict codecollab-co/tap/infra-cost- 📚 Documentation
- 🐛 Issues
- 📚 Documentation
- 🐛 Issues
- 💬 Discussions
We welcome contributions! Please see our Contributing Guide for details.
MIT License - see individual formula files for specific licensing information.