macOS
brew install --cask liquibase-communitylocal Homebrew cask metadata
cask / rank 2328
Library for database change tracking. Version 5.0.3 via Homebrew Cask; verified 2026-05-15. Also installable with nix: nix profile install nixpkgs#liquibase.
install
brew install --cask liquibase-communitylocal Homebrew cask metadata
overview
Library for database change tracking
history
Liquibase Community is the community-supported distribution of Liquibase, a database change management tool that records database changes in changelogs, applies undeployed changesets, and tracks execution in tables such as DATABASECHANGELOG.
Nathan Voxland founded the Liquibase open-source project in 2006 to make database changes easier to track. The project grew from a Java-oriented schema change tool into a cross-database migration and deployment tool with a command line, libraries, build-tool integrations, and commercial governance features.
The official GitHub repository is the main Liquibase source tree and is organized around Java and Groovy code. Liquibase documentation describes Community as a community-supported tool for managing database change, while the same documentation site also separates commercial Liquibase Secure material.
Liquibase became popular because it treated database schema changes as versioned artifacts that could travel with application code. Changelogs in SQL, XML, YAML, and JSON, plus checksums and the DATABASECHANGELOG table, made it useful in CI/CD, Java application delivery, and regulated database deployment workflows.
The Liquibase company page describes the project as a de facto standard for database change management. Its GitHub repository topics and docs show sustained use around MySQL, Oracle, SQL Server, DB2, MariaDB, DevOps, continuous delivery, and database migrations.
Community users write changelogs, identify changesets by id and author, and run commands such as update, rollback, diff, and generate-changelog against target databases. Liquibase stores applied-change metadata in DATABASECHANGELOG and uses checksums to detect unexpected changes to already-deployed changesets.
The Homebrew cask packages the Liquibase Community distribution path, with a cask install command and a Liquibase-hosted archive. In this batch it differs from the Homebrew formula: the cask record names Liquibase Community and version 5.0.3, while the formula record names liquibase and version 4.33.0.
Liquibase is package-nerd interesting because it is both a library and an operations CLI: the package must bring along Java expectations, JDBC driver workflows, config-file conventions, and a CLI that often runs inside release automation.
The Community cask is significant as a vendor-distribution style Homebrew artifact. It points users to Liquibase's Community product surface and download archive rather than merely building a formula around the open-source source tree.
security posture
No matching local secret-handling manifest was found for liquibase-community. 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.
./liquibase.properties$LIQUIBASE_HOME/examples/<sql|xml|yaml|json>/liquibase.propertiesCredential-bearing paths to review before unattended agent runs.
./liquibase.propertiespath supplied with --driver-properties-fileexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
liquibase | binary | Homebrew cask binary | liquibase |
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.
install metadata
| Package key | cask:liquibase-community |
|---|---|
| Version | 5.0.3 |
| Package manager | Homebrew Cask |
| Homepage | https://www.liquibase.com/community |
| Last updated | 2026-05-15T13:47:05Z |
| Pulse | updated |
| SHA-256 | 865aab391be9cbe3fee22461392d5d29aa76652596598b14700a3f5f05c9e2b7 |
| Download URL | https://package.liquibase.com/downloads/oss/homebrew/liquibase-5.0.3.tar.gz |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
liquibase
nix profile install nixpkgs#liquibaseliquibase 4.9.1-r0
Source Control for your Database
sudo apk add liquibaseliquibase-doc 4.9.1-r0
Source Control for your Database (documentation)
sudo apk add liquibase-docliquibase
choco install liquibasemain/liquibase
scoop install main/liquibaseLiquibase.Liquibase
winget install --id Liquibase.Liquibase -esource 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.