Homebrew tap for VectorDBZ — a GUI client for vector databases.
Supports: Qdrant, Weaviate, Milvus, ChromaDB, Pinecone, pgvector (PostgreSQL), Elasticsearch, and RedisSearch.
brew tap vectordbz/vectordbz
brew install --cask vectordbz- macOS Ventura (13) or later
- Apple Silicon (M1/M2/M3) — ARM64 only
brew upgrade --cask vectordbzbrew uninstall --cask vectordbzWhen a new VectorDBZ release is published, run the update script from the root of this repo:
bash scripts/update-cask.sh
git push origin masterThe script will:
- Fetch the latest release from the GitHub API
- Parse the new version number and SHA256 hash automatically
- Update
Casks/vectordbz.rb - Create a git commit
No manual copy-pasting needed.