macOS
brew install weaviate-clilocal Homebrew formula metadata
brew
Command-line interface for managing and interacting with Weaviate. Version 3.4.1 via Homebrew; verified 2026-06-27.
install
brew install weaviate-clilocal Homebrew formula metadata
overview
Command-line interface for managing and interacting with Weaviate
history
Weaviate CLI is the command-line interface for managing and interacting with Weaviate vector databases from a terminal. It wraps database-administration and data workflows such as collection management, import, querying, multi-tenancy, backups, sharding, and role management.
The CLI belongs to the Weaviate ecosystem, where the underlying database is an open-source vector database for semantic search, hybrid search, retrieval-augmented generation, recommendations, chatbots, and related AI application patterns.
The PyPI release history shows that weaviate-cli began with early 0.0.x releases in May 2019. That places the CLI close to the early public period of Weaviate as an open-source vector search/database project.
The project appears to have gone through a quiet or unsupported period: in February 2024, a Weaviate community forum response said the weaviate-cli tool was not under development anymore. Later PyPI metadata shows a renewed 3.x release line, with 3.3.0 in January 2026, 3.4.0 in April 2026, and 3.4.1 in May 2026.
The current README describes a modern Python 3.10-plus CLI with commands for collections, data, tenants, backups, replication, shard status, query types, and role assignment. It also documents Homebrew installation and a JSON configuration file under ~/.config/weaviate/config.json.
The CLI's adoption is tied to Weaviate's shift from vector-search infrastructure into a mainstream AI application platform. Weaviate's own documentation describes the database, Weaviate Cloud, query agents, managed embeddings, and external model-provider integrations as parts of the product surface developers evaluate and operate.
For operators and developers, the CLI is a lightweight administrative companion to SDKs, cloud consoles, Docker/Kubernetes deployments, and application code. It gives repeatable terminal commands for tasks that otherwise require custom scripts or UI interaction.
Common usage includes creating a collection, importing test or application data, running vector, keyword, or hybrid queries, changing tenant state, starting backups to S3, GCS, or filesystem backends, restoring backups, inspecting shards, and assigning or revoking roles.
Configuration is file-based by default. The README says the CLI looks for ~/.config/weaviate/config.json, can create default localhost settings, and can store remote host, gRPC host, API-key authentication, per-user authentication entries, and provider headers such as OpenAI, Cohere, or Jina keys.
weaviate-cli is significant as the shell entry point for a vector database ecosystem. It packages database-management operations into commands that can be used in demos, CI scripts, local development, and operational runbooks for AI search or RAG systems.
Its history also shows the churn around fast-moving AI infrastructure: an early CLI, a period where community support described it as inactive, and a later 3.x line matching the renewed need for command-line management of vector-database deployments.
security posture
No matching local secret-handling manifest was found for weaviate-cli. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.config/weaviate/config.jsonCredential-bearing paths to review before unattended agent runs.
~/.config/weaviate/config.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
weaviate-cli | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://pypi.org/project/weaviate-cli/
install metadata
| Package key | brew:weaviate-cli |
|---|---|
| Version | 3.4.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/weaviate-cli |
| Homepage | https://pypi.org/project/weaviate-cli/ |
| Repository | https://github.com/weaviate/weaviate-cli |
| Upstream docs | https://github.com/weaviate/weaviate-cli#readme |
| License | BSD-3-Clause |
| Source archive | https://files.pythonhosted.org/packages/ec/14/426d62dc2be16f0330db1c287ed1a0d0ef90a03e716979dcdbf4b0ecdbc3/weaviate_cli-3.4.1.tar.gz |
| Last updated | 2026-06-27T19:01:12Z |
| Pulse | updated |
| Dependencies | certifi, cryptography, numpy, openssl@3, pillow, pydantic, python@3.14 |
| Build dependencies | cmake, meson, ninja, pkgconf |
| Uses from macOS | libffi |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | weaviate-cli |
| Version Scheme | 0 |
| Revision | 2 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.