# Install liquibase with Homebrew, apk, chocolatey, Nix, scoop, winget

Library for database change tracking. Version 4.33.0 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:liquibase
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install liquibase
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add liquibase
```

  Evidence: Alpine Linux edge package indexes: liquibase from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#liquibase
```

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

### Windows

- Chocolatey (92%):

```sh
choco install liquibase
```

  Evidence: Chocolatey community package catalog: liquibase from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','librespeed-cli'

- Scoop (92%):

```sh
scoop install main/liquibase
```

  Evidence: Scoop official bucket manifest trees: bucket/liquibase.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Liquibase.Liquibase -e
```

  Evidence: Windows Package Manager source index: Liquibase.Liquibase from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:liquibase
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/liquibase>
- **Version:** 4.33.0
- **Source summary:** Library for database change tracking
- **Homepage:** <https://www.liquibase.org/>
- **Repository:** <https://github.com/liquibase/liquibase>
- **Upstream docs:** <https://docs.liquibase.com/>
- **License:** Apache-2.0
- **Source archive:** <https://github.com/liquibase/liquibase/releases/download/v4.33.0/liquibase-4.33.0.tar.gz>
- **Generated:** 2026-07-08T18:08:21+00:00

## Dependencies

- openjdk

## Install behavior

- Post-install hook: not defined
- Caveats: You should set the environment variable LIQUIBASE_HOME to $HOMEBREW_PREFIX/opt/liquibase/libexec
- Bottle: available on all

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 4.33.0
- Local data: ok
- Upstream repository: https://github.com/liquibase/liquibase
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Project history and usage

Liquibase is a database change management project and CLI that turns schema and data changes into versioned changelog files, records which changesets have run, and supports repeatable deployment and rollback workflows.

### Project history

Nathan Voxland founded the Liquibase open-source project in 2006 to make database changes easier to track. The project developed into a Java-based database migration ecosystem with command-line usage, embeddable libraries, build-tool integrations, and commercial governance products around the same core workflow.

The main source repository is the liquibase/liquibase GitHub project. The documentation site distinguishes Liquibase Community from Liquibase Secure, but both build around the same core concepts of changelogs, changesets, checksums, update operations, rollback operations, and database history tables.

### Adoption history

Liquibase adoption followed the rise of database DevOps: teams wanted schema changes reviewed, versioned, and deployed alongside application code instead of kept as ad hoc DBA scripts. Support for SQL, XML, YAML, and JSON changelogs made it usable across teams with different preferences.

Package managers carry Liquibase because developers and CI workers need a reproducible CLI. The Homebrew formula also records packaging details that differ from the cask path: it uses the liquibase formula name, depends on openjdk, and tells users to set LIQUIBASE_HOME to the formula libexec directory.

### How it is used

A typical Liquibase project stores changelogs in the repository, points Liquibase at a target database and JDBC driver, then runs update or rollback commands. Liquibase records execution in DATABASECHANGELOG and uses checksums to notice changes to previously deployed changesets.

The Homebrew formula is the package-manager-oriented CLI path for brew install liquibase. In this batch it records stable version 4.33.0, while the cask:liquibase-community package records the vendor Community cask at version 5.0.3.

### Why package nerds care

Liquibase is a classic developer-tool package because it lives in local shells, CI images, Docker workflows, and build systems but acts on external databases. Correct packaging has to balance Java runtime dependency, driver extensibility, config-file conventions, and command-line reproducibility.

The formula/cask split is package-nerd useful: the formula presents Liquibase as a Homebrew-managed CLI with an OpenJDK dependency and LIQUIBASE_HOME guidance, while the cask presents Liquibase Community as a vendor-distributed application archive.

### Timeline

- 2006: Nathan Voxland founded the Liquibase open-source project.
- 2010s: Liquibase expanded from a Java database migration library into a broader DevOps command-line and integration ecosystem.
- 2020: Liquibase company branding aligned with the project name and the product family around Community and commercial offerings.
- 2025: Liquibase documentation described Community changelogs in SQL, XML, YAML, and JSON and continued documenting DATABASECHANGELOG behavior.
- 2026: The Homebrew formula record for this batch identifies liquibase stable 4.33.0 with an OpenJDK dependency and LIQUIBASE_HOME guidance.

### Related projects

- Flyway is Liquibase's closest package-manager neighbor in database migration tooling.
- Related tooling includes JDBC drivers, Maven and Gradle plugins, Docker images, database diff tools, CI/CD systems, and commercial database DevOps products.

### Sources

- <https://docs.liquibase.com/>
- <https://docs.liquibase.com/community/user-guide-5-0-3/what-is-a-changelog>
- <https://docs.liquibase.com/secure/user-guide-5-2/what-is-the-databasechangelog-table>
- <https://formulae.brew.sh/cask/liquibase-community>
- <https://formulae.brew.sh/formula/liquibase>
- <https://github.com/liquibase/liquibase>
- <https://www.liquibase.com/company/leadership>


## Security Notes

broad file, network, media, or database tool signal.

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal


## Configuration and credential file locations

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.


## Configuration files

- Unix: ./liquibase.properties, $LIQUIBASE_HOME/examples/<sql|xml|yaml|json>/liquibase.properties

## Credential files

- Unix: ./liquibase.properties, path supplied with --driver-properties-file
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** liquibase
- **Version Scheme:** 0
- **Revision:** 1
- **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 - liquibase: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/liquibase/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - liquibase - 4.9.1-r0: normalized package name match | Alpine Linux edge package indexes: liquibase from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Source Control for your Database | https://www.liquibase.org/
- apk - liquibase-doc - 4.9.1-r0: normalized package name match | Alpine Linux edge package indexes: liquibase-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Source Control for your Database (documentation) | https://www.liquibase.org/
- Chocolatey - liquibase: normalized package name match | Chocolatey community package catalog: liquibase from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','librespeed-cli'
- Scoop - main/liquibase: normalized package name match | Scoop official bucket manifest trees: bucket/liquibase.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Liquibase.Liquibase: normalized package name match | Windows Package Manager source index: Liquibase.Liquibase from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [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.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [openjdk](https://www.automicvault.com/pkg/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [golang-migrate](https://www.automicvault.com/pkg/brew/golang-migrate/) - Shares av.db curated category or tags: cli, database, developer-tools, migrations, schema.
- [chdig](https://www.automicvault.com/pkg/brew/chdig/) - Shares av.db curated category or tags: cli, database, developer-tools.
- [dbhash](https://www.automicvault.com/pkg/brew/dbhash/) - Shares av.db curated category or tags: cli, database, developer-tools.
- [diesel](https://www.automicvault.com/pkg/brew/diesel/) - Shares av.db curated category or tags: cli, database, developer-tools.
- [eralchemy](https://www.automicvault.com/pkg/brew/eralchemy/) - Shares av.db curated category or tags: cli, database, developer-tools.
- [jet](https://www.automicvault.com/pkg/brew/jet/) - Shares av.db curated category or tags: cli, database, developer-tools.
- [libpq](https://www.automicvault.com/pkg/brew/libpq/) - Shares av.db curated category or tags: cli, database, developer-tools.
- [memtier_benchmark](https://www.automicvault.com/pkg/brew/memtier-benchmark/) - Shares av.db curated category or tags: cli, database, developer-tools.
- [liquibase](https://www.automicvault.com/pkg/npm/liquibase/) - Same normalized package name appears in another local ecosystem. Shared terms: cli, database, liquibase, migration, migrations.
- [flyway](https://www.automicvault.com/pkg/brew/flyway/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, database, developer, developer-tools, devops.
- [liquibase](https://www.automicvault.com/pkg/npm/liquibase/) - Same normalized package name in another local ecosystem.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- 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
