macOS
brew install gravitinolocal Homebrew formula metadata
brew
High-performance, geo-distributed, and federated metadata lake. Version 1.3.0 via Homebrew; verified 2026-06-28.
install
brew install gravitinolocal Homebrew formula metadata
overview
High-performance, geo-distributed, and federated metadata lake
history
Apache Gravitino is a metadata lake project for managing metadata across data warehouses, data lakes, lakehouses, streaming systems, and AI assets. Its package-manager identity is unusual for Homebrew: the formula installs server-style scripts and configuration rather than a small single-purpose CLI.
Gravitino was created to address metadata fragmentation across heterogeneous data and AI systems. The Apache project blog describes it as a unified metadata layer, or metalake, spanning systems such as Apache Iceberg, Apache Hive, Apache Kafka, MySQL, PostgreSQL, HDFS, S3, and model metadata.
The project entered the Apache Incubator in June 2024 and published its first ASF release, 0.6.0-incubating, on September 9, 2024. That release emphasized enterprise catalog concerns such as RBAC, Iceberg REST catalog modularization, tagging, and connector work.
Apache announced Gravitino as a Top-Level Project on June 3, 2025, citing a growing community and production adoption. The 1.0.0 release on September 24, 2025 framed the project as moving from metadata management toward metadata-driven action systems, including statistics, policies, jobs, MCP integration, lineage, and governance.
The official graduation announcement names production or deployment interest from companies including Pinterest and Uber, and describes adoption by organizations with serious data challenges. That adoption path is tied to open table formats, multi-cloud metadata, and the need to govern assets across engines.
Gravitino's Homebrew packaging makes it easy for data platform engineers to start a local server, test the Iceberg REST server scripts, or evaluate metadata APIs without first building the Java project from source.
The package exposes gravitino.sh and gravitino-iceberg-rest-server.sh, reflecting two common local workflows: run the Gravitino server or run the Iceberg REST catalog service. Official installation documentation points users at conf/gravitino.conf for server settings and conf/gravitino-env.sh for environment settings.
Operationally, Gravitino is not just a command. It is a service surface with catalogs, schemas, tables, filesets, topics, models, connectors, authorization, and REST APIs that data platform teams integrate with query engines and governance systems.
For package nerds, Gravitino is a reminder that Homebrew can carry data platform services, not just desktop tools and Unix utilities. The formula's value is in reproducible local evaluation of a JVM server and related scripts.
Its Apache lifecycle also matters: incubating release names, Top-Level Project graduation, Java runtime requirements, and generated distribution layouts all affect how downstream package managers name, test, and upgrade the package.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
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.
conf/gravitino.confconf/gravitino-env.shexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gravitino-iceberg-rest-server.sh | cli | global executable | |
gravitino.sh | 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://github.com/apache/gravitino
install metadata
| Package key | brew:gravitino |
|---|---|
| Version | 1.3.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gravitino |
| Homepage | https://gravitino.apache.org |
| Repository | https://github.com/apache/gravitino |
| Upstream docs | https://gravitino.apache.org/docs/latest |
| License | Apache-2.0 |
| Source archive | https://github.com/apache/gravitino/archive/refs/tags/v1.3.0.tar.gz |
| Last updated | 2026-06-28T12:53:46Z |
| Pulse | updated |
| Dependencies | openjdk@17 |
| Build dependencies | gradle@8, node |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gravitino |
| Version Scheme | 0 |
| Revision | 0 |
| 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.