{"id":19465714,"url":"https://github.com/axonops/homebrew-repository","last_synced_at":"2026-05-06T19:05:32.021Z","repository":{"id":251020249,"uuid":"836154070","full_name":"axonops/homebrew-repository","owner":"axonops","description":"AxonOps™  Workbench Homebrew Repository","archived":false,"fork":false,"pushed_at":"2025-02-15T08:19:03.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T09:22:26.468Z","etag":null,"topics":["apache-cassandra","apache-cassandra-tools","apache-kafka","apache-kafka-tools","axonops","axonops-workbench","cassandra","cassandra-database","dba","devops","homebrew","macos"],"latest_commit_sha":null,"homepage":"https://axonops.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axonops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-31T09:03:27.000Z","updated_at":"2025-02-15T08:19:07.000Z","dependencies_parsed_at":"2024-12-23T13:28:16.080Z","dependency_job_id":"419e79ab-6dc2-4ad2-b937-d7d89e6d0a0f","html_url":"https://github.com/axonops/homebrew-repository","commit_stats":null,"previous_names":["axonops/homebrew-repository"],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axonops%2Fhomebrew-repository","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axonops%2Fhomebrew-repository/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axonops%2Fhomebrew-repository/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axonops%2Fhomebrew-repository/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axonops","download_url":"https://codeload.github.com/axonops/homebrew-repository/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240676943,"owners_count":19839600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache-cassandra","apache-cassandra-tools","apache-kafka","apache-kafka-tools","axonops","axonops-workbench","cassandra","cassandra-database","dba","devops","homebrew","macos"],"created_at":"2024-11-10T18:22:57.524Z","updated_at":"2026-05-06T19:05:32.016Z","avatar_url":"https://github.com/axonops.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AxonOps Homebrew Repository\n\nThis 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).\n\n## Available Packages\n\n### Casks (GUI Applications)\n- **axonopsworkbench** - AxonOps Workbench desktop application for Cassandra database management\n- **axonopsworkbench-beta** - Beta version of AxonOps Workbench\n- **axonopsworkbench-internal** - Internal version of AxonOps Workbench\n\n### Formulae (CLI Tools)\n- **cqlsh** - Lightweight repackaging of the official Cassandra CQL Shell\n- **cqlai** - Fast, portable, AI-enhanced interactive terminal for Cassandra (CQL), built in Go\n\n## Installation\n\n### Quick Install\n\nInstall a specific formula or cask directly:\n```bash\n# Install AxonOps Workbench (GUI)\nbrew install --cask axonops/homebrew-repository/axonopsworkbench\n\n# Install CQLSH (CLI)\nbrew install axonops/homebrew-repository/cqlsh\n\n# Install CQLAI (CLI)\nbrew install axonops/homebrew-repository/cqlai\n```\n\n### Using Tap\n\nFirst add the tap, then install packages:\n```bash\n# Add the tap\nbrew tap axonops/homebrew-repository\n\n# Install packages\nbrew install --cask axonopsworkbench\nbrew install cqlsh\nbrew install cqlai\n```\n\n### Using Brewfile\n\nAdd to your [`Brewfile`](https://github.com/Homebrew/homebrew-bundle):\n```ruby\n# Add the tap\ntap \"axonops/homebrew-repository\"\n\n# Install casks\ncask \"axonopsworkbench\"\n\n# Install formulae\nbrew \"cqlsh\"\nbrew \"cqlai\"\n```\n\nThen run:\n```bash\nbrew bundle\n```\n\n## Package Details\n\n### AxonOps Workbench\nA comprehensive desktop application for managing and monitoring Apache Cassandra databases.\n- **Platform**: macOS (Big Sur or later)\n- **Architecture**: Universal (Intel and Apple Silicon)\n- **Homepage**: https://github.com/axonops/axonops-workbench/\n\n### CQLSH\nA lightweight version of the Cassandra Query Language Shell, repackaged for easier installation.\n- **Dependencies**: Python 3.11, libev\n- **Homepage**: https://github.com/axonops/cqlsh\n- **Usage**: Run `axonos-cqlsh` after installation\n\n### CQLAI\nAn AI-enhanced interactive terminal for Cassandra that provides intelligent query assistance and autocompletion.\n- **Language**: Go\n- **Homepage**: https://github.com/axonops/cqlai\n- **Usage**: Run `cqlai` after installation\n\n## Updating Packages\n\n```bash\n# Update all taps\nbrew update\n\n# Upgrade specific package\nbrew upgrade cqlsh\nbrew upgrade --cask axonopsworkbench\n\n# Upgrade all packages from this tap\nbrew upgrade --cask axonops/homebrew-repository/axonopsworkbench\nbrew upgrade axonops/homebrew-repository/cqlsh\n```\n\n## Uninstalling\n\n```bash\n# Uninstall packages\nbrew uninstall cqlsh\nbrew uninstall --cask axonopsworkbench\n\n# Remove the tap (after uninstalling all packages)\nbrew untap axonops/homebrew-repository\n```\n\n## Troubleshooting\n\n### Common Issues\n\n1. **Permission errors**: Try running with `sudo` or fix Homebrew permissions:\n   ```bash\n   sudo chown -R $(whoami) $(brew --prefix)/*\n   ```\n\n2. **Tap not found**: Ensure you're using the correct tap name:\n   ```bash\n   brew tap axonops/homebrew-repository\n   ```\n\n3. **Package conflicts**: If you have conflicts with existing packages:\n   ```bash\n   brew unlink \u003cconflicting-package\u003e\n   brew install axonops/homebrew-repository/\u003cformula\u003e\n   ```\n\n## Support\n\nFor issues with:\n- **Homebrew tap**: Open an issue in this repository\n- **AxonOps Workbench**: Visit https://github.com/axonops/axonops-workbench/issues\n- **CQLSH**: Visit https://github.com/axonops/cqlsh/issues\n- **CQLAI**: Visit https://github.com/axonops/cqlai/issues\n\n## Documentation\n\n- [Homebrew Documentation](https://docs.brew.sh)\n- [AxonOps Documentation](https://docs.axonops.com)\n- Run `brew help` or `man brew` for Homebrew commands\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxonops%2Fhomebrew-repository","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxonops%2Fhomebrew-repository","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxonops%2Fhomebrew-repository/lists"}