This Homebrew tap provides formulae and casks for AxonOps tools, including the AxonOps Workbench application, CQLSH (Cassandra Query Language Shell), and CQLAI (AI-enhanced CQL terminal).
- axonopsworkbench - AxonOps Workbench desktop application for Cassandra database management
- axonopsworkbench-beta - Beta version of AxonOps Workbench
- axonopsworkbench-internal - Internal version of AxonOps Workbench
- cqlsh - Lightweight repackaging of the official Cassandra CQL Shell
- cqlai - Fast, portable, AI-enhanced interactive terminal for Cassandra (CQL), built in Go
Install a specific formula or cask directly:
# Install AxonOps Workbench (GUI)
brew install --cask axonops/homebrew-repository/axonopsworkbench
# Install CQLSH (CLI)
brew install axonops/homebrew-repository/cqlsh
# Install CQLAI (CLI)
brew install axonops/homebrew-repository/cqlaiFirst add the tap, then install packages:
# Add the tap
brew tap axonops/homebrew-repository
# Install packages
brew install --cask axonopsworkbench
brew install cqlsh
brew install cqlaiAdd to your Brewfile:
# Add the tap
tap "axonops/homebrew-repository"
# Install casks
cask "axonopsworkbench"
# Install formulae
brew "cqlsh"
brew "cqlai"Then run:
brew bundleA comprehensive desktop application for managing and monitoring Apache Cassandra databases.
- Platform: macOS (Big Sur or later)
- Architecture: Universal (Intel and Apple Silicon)
- Homepage: https://github.com/axonops/axonops-workbench/
A lightweight version of the Cassandra Query Language Shell, repackaged for easier installation.
- Dependencies: Python 3.11, libev
- Homepage: https://github.com/axonops/cqlsh
- Usage: Run
axonos-cqlshafter installation
An AI-enhanced interactive terminal for Cassandra that provides intelligent query assistance and autocompletion.
- Language: Go
- Homepage: https://github.com/axonops/cqlai
- Usage: Run
cqlaiafter installation
# Update all taps
brew update
# Upgrade specific package
brew upgrade cqlsh
brew upgrade --cask axonopsworkbench
# Upgrade all packages from this tap
brew upgrade --cask axonops/homebrew-repository/axonopsworkbench
brew upgrade axonops/homebrew-repository/cqlsh# Uninstall packages
brew uninstall cqlsh
brew uninstall --cask axonopsworkbench
# Remove the tap (after uninstalling all packages)
brew untap axonops/homebrew-repository-
Permission errors: Try running with
sudoor fix Homebrew permissions:sudo chown -R $(whoami) $(brew --prefix)/*
-
Tap not found: Ensure you're using the correct tap name:
brew tap axonops/homebrew-repository
-
Package conflicts: If you have conflicts with existing packages:
brew unlink <conflicting-package> brew install axonops/homebrew-repository/<formula>
For issues with:
- Homebrew tap: Open an issue in this repository
- AxonOps Workbench: Visit https://github.com/axonops/axonops-workbench/issues
- CQLSH: Visit https://github.com/axonops/cqlsh/issues
- CQLAI: Visit https://github.com/axonops/cqlai/issues
- Homebrew Documentation
- AxonOps Documentation
- Run
brew helporman brewfor Homebrew commands