Homebrew tap for SuperQode - Agentic Quality Engineering Platform
SuperQode is an agentic quality engineering platform that uses multiple AI agents to test, validate, and harden your code. It provides enterprise-grade code quality assurance with advanced AI-driven testing methodologies.
# Add the tap
brew tap SuperagenticAI/superqode
# Install SuperQode
brew install superqode
# Verify installation
superqode --version# Update SuperQode
brew upgrade superqode# Remove SuperQode
brew uninstall superqode
# Remove the tap (optional)
brew untap SuperagenticAI/superqode- Website: https://super-agentic.ai
- GitHub: https://github.com/SuperagenticAI/superqode
- Releases: https://github.com/SuperagenticAI/superqode/releases
# Check version
superqode --version
# Show help
superqode --help
# Run quality engineering (when available)
superqode qe run .- macOS 12.0 or later
- Homebrew
# Update Homebrew first
brew update
# Clear cache and retry
brew untap SuperagenticAI/superqode 2>/dev/null || true
brew tap SuperagenticAI/superqode
brew install superqode# Check binary permissions
ls -la /usr/local/bin/superqode
# Reinstall if needed
brew reinstall superqode# Force update
brew update && brew upgrade superqode
# Check for outdated packages
brew outdated- Issues: https://github.com/SuperagenticAI/homebrew-superqode/issues
- Discussions: https://github.com/SuperagenticAI/superqode/discussions
- Fork this repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
This Homebrew tap is licensed under the MIT License. SuperQode itself has its own licensing terms.