# Install weaviate with Homebrew, Nix

Open-source vector database that stores both objects and vectors. Version 1.38.2 via Homebrew; verified 2026-06-25.

## Install

```sh
sudo av install brew:weaviate
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install weaviate
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#weaviate
```

  Evidence: nixpkgs package indexes: pkgs/by-name/we/weaviate/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:weaviate
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/weaviate>
- **Version:** 1.38.2
- **Source summary:** Open-source vector database that stores both objects and vectors
- **Homepage:** <https://weaviate.io/developers/weaviate/>
- **Repository:** <https://github.com/weaviate/weaviate>
- **Upstream docs:** <https://docs.weaviate.io/weaviate>
- **License:** BSD-3-Clause
- **Source archive:** <https://github.com/weaviate/weaviate/archive/refs/tags/v1.38.2.tar.gz>
- **Last updated:** 2026-06-25T08:55:21Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- weaviate (cli)
- weaviate (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.38.2
- Package-manager updated: 2026-06-25
- Local data: ok
- Upstream repository: https://github.com/weaviate/weaviate
- Upstream latest detected: v1.38.2 (current)
## Project history and usage

Weaviate is an open-source vector database and semantic search engine built around storing data objects together with vector embeddings. Its package-manager identity sits at the intersection of databases, search engines, and AI infrastructure: developers install it when they want a local or self-hosted service that can combine vector similarity, keyword filtering, retrieval-augmented generation, and reranking.

### Project history

The Weaviate idea predates the modern RAG boom. Bob van Luijt's official project history traces an early line from 2017 writing about semantic-web-style 'things' to the end of 2018, when Weaviate entered a Dutch startup accelerator and the startup around it became SeMI Technologies, short for Semantic Machine Insights.

The project then narrowed from broad semantic data modeling toward natural-language processing, embeddings, and vector storage. Weaviate's own history describes this shift as the birth of the Weaviate Search Graph: a database/search system meant to make semantic search available as an open-source product rather than as a bespoke machine-learning pipeline.

In 2023, SeMI Technologies renamed itself Weaviate, adopting the name of the flagship open-source vector-search engine. The rename reflected the fact that the developer-facing product brand had become better known than the original company name.

### Adoption history

Weaviate's adoption rose with the wider normalization of embeddings in application development. The project describes use cases such as invoice classification, concept-based document search, site search, and product knowledge graphs; its current repository and platform positioning add RAG systems, semantic and image search, recommendation engines, chatbots, and content classification.

By July 2026 the public GitHub repository reported more than 16,000 stars and active releases in the 1.3x series, with release notes covering replication, vector-index work, BM25 optimization, and model-provider modules. That release cadence is a useful package-nerd signal: this is not just a research demo, but a packaged server with continuing operational and AI-integration work.

### How it is used

In local development and self-hosted setups, Weaviate is typically run as a service behind an application, then addressed through client libraries or HTTP/gRPC APIs. The package supplies the server binary for developers who want to test schemas, indexes, vectorizers, hybrid search, and RAG retrieval locally before moving the same workload to containers, Kubernetes, or Weaviate Cloud.

The tool is usually selected when a conventional relational database or keyword search engine is not enough: users want nearest-neighbor search over embeddings, metadata filtering, and application-level retrieval in one system. The package is therefore most visible in AI application stacks, search prototypes, and MLOps/data-platform experiments.

### Why package nerds care

For package nerds, Weaviate is one of the recognizable names in the first wave of vector databases that became ordinary installable infrastructure. Its significance is less the CLI itself than the fact that a vector database moved into the same packaging channels as Redis, PostgreSQL-adjacent tools, and search servers, making semantic search something developers could install and script locally.

### Timeline

- 2017: Bob van Luijt wrote about the overlap between semantic-web objects and internet-of-things 'things', an idea later tied to Weaviate's conceptual roots.
- 2018: Weaviate entered a Dutch startup accelerator, where the team and company around the open-source project began to form.
- 2019: SeMI Technologies was founded around the Weaviate open-source vector database.
- 2023: SeMI Technologies renamed itself Weaviate to match the better-known product brand.
- 2026: The GitHub project remained actively released, with v1.37 and v1.38 release trains visible in June 2026.

### Related projects

- Weaviate belongs to the vector database and neural-search family alongside systems such as Milvus, Qdrant, Vespa, Elasticsearch/OpenSearch vector search, and managed embedding stores. It is also commonly paired with language-model orchestration frameworks and application code that performs RAG.

### Sources

- <https://api.github.com/repos/weaviate/weaviate>
- <https://github.com/weaviate/weaviate>
- <https://weaviate.io/blog/enterprise-use-cases-weaviate>
- <https://weaviate.io/blog/history-of-weaviate>
- <https://www.prnewswire.com/news-releases/semi-technologies-becomes-weaviate-301724752.html>


## Security Notes

No matching local secret-handling manifest was found for weaviate. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** weaviate
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Nix - weaviate: normalized package name match | nixpkgs package indexes: pkgs/by-name/we/weaviate/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Related links

- [MCP tool packages](https://www.automicvault.com/pkg/mcp-tools/) - Mentions MCP or Model Context Protocol.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [weaviate-cli](https://www.automicvault.com/pkg/brew/weaviate-cli/) - Package name indicates the same formula family.
- [helix-db](https://www.automicvault.com/pkg/brew/helix-db/) - Shares av.db curated category or tags: cli, data, database, vector-database.
- [whodb-cli](https://www.automicvault.com/pkg/brew/whodb-cli/) - Shares av.db curated category or tags: ai, cli, data, database.
- [automysqlbackup](https://www.automicvault.com/pkg/brew/automysqlbackup/) - Shares av.db curated category or tags: cli, data, database.
- [basex](https://www.automicvault.com/pkg/brew/basex/) - Shares av.db curated category or tags: cli, data, database.
- [berkeley-db](https://www.automicvault.com/pkg/brew/berkeley-db/) - Shares av.db curated category or tags: cli, data, database.
- [cayley](https://www.automicvault.com/pkg/brew/cayley/) - Shares av.db curated category or tags: cli, data, database.
- [couchdb](https://www.automicvault.com/pkg/brew/couchdb/) - Shares av.db curated category or tags: cli, data, database.
- [cypher-shell](https://www.automicvault.com/pkg/brew/cypher-shell/) - Shares av.db curated category or tags: cli, data, database.
- [kuzu](https://www.automicvault.com/pkg/brew/kuzu/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database, search, vector.
- [marmot](https://www.automicvault.com/pkg/brew/marmot/) - Local package facts share a topical domain. Shared terms: ai, cli, data, open, open-source.

## Combined YAML source

View the package source record on GitHub. [combined/weaviate.yml](https://github.com/automic-vault/db/blob/main/combined/weaviate.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
