macOS
brew install doltlocal Homebrew formula metadata
sudo port install doltMacPorts ports tree · devel/dolt/Portfile · source: api.github.com
brew
Git for Data. Version 2.1.10 via Homebrew; verified 2026-06-26.
install
brew install doltlocal Homebrew formula metadata
sudo port install doltMacPorts ports tree · devel/dolt/Portfile · source: api.github.com
sudo apk add doltAlpine Linux edge package indexes · dolt · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#doltnixpkgs package indexes · pkgs/by-name/do/dolt/package.nix · source: api.github.com
sudo pacman -S doltArch Linux sync databases · dolt · source: geo.mirror.pkgbuild.com
choco install doltChocolatey community package catalog · dolt · source: community.chocolatey.org
scoop install main/doltScoop official bucket manifest trees · bucket/dolt.json · source: api.github.com
winget install --id DoltHub.Dolt -eWindows Package Manager source index · DoltHub.Dolt · source: cdn.winget.microsoft.com
overview
Git for Data
history
Dolt is a version-controlled SQL database: it gives tables Git-like clone, branch, diff, merge, push, and pull workflows while exposing a MySQL-compatible server and client experience.
The Dolt repository was created in July 2019 and its README has long summarized the project as Git for Data. The core idea is simple and unusual: Git versions files, while Dolt versions tables.
The earliest listed GitHub release in the current release stream is v0.9.7 from August 2019. By 2026, Dolt had reached the 2.x series with frequent releases, showing a long-lived database engine rather than a one-off CLI experiment.
Dolt's project surface expanded into a broader DoltHub ecosystem. The README points to DoltHub for sharing public databases, DoltLab for self-hosting a DoltHub-like service, Hosted Dolt for managed servers, and Doltgres as the related Postgres-flavored project.
Dolt is packaged unusually widely for a database engine with version-control semantics. The official README documents direct release installs, Homebrew, Arch Linux official repositories, MacPorts, Windows installers, Chocolatey, Docker images, and source builds; the package metadata also lists additional package managers such as Nix, Scoop, Winget, and apk.
Its adoption story is tied to a specific audience: data engineers, analysts, and application developers who want data changes to have branch, diff, blame, merge, and remote workflows instead of living only inside dumps, migrations, or opaque database snapshots.
Dolt can be used as a Git-like CLI in a data repository, a SQL query tool, or a MySQL-compatible server. The README lists familiar commands such as init, status, add, diff, commit, log, branch, checkout, merge, clone, fetch, pull, push, remote, tag, and blame alongside SQL-specific commands.
A typical workflow imports or edits tables, stages table changes, commits them, branches for experiments, merges teammate changes, and pushes or pulls from a remote. The same data can also be served to MySQL clients through dolt sql-server.
Dolt is significant because it bends two familiar package categories into one installable tool: a database binary and a Git-like version-control CLI. For package nerds, it is a rare case where the command name, storage engine, server mode, and hosted ecosystem all revolve around one data-versioning model.
It also demonstrates a modern database project that treats command-line ergonomics as central. Installing dolt gives users both a database server and a VCS-shaped toolbox, which is why it shows up across OS package managers rather than only as a server image.
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.
~/.dolt/config_global.json.dolt/config.jsonCredential-bearing paths to review before unattended agent runs.
~/.dolt/creds/*.jwkexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dolt | 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/dolthub/dolt
install metadata
| Package key | brew:dolt |
|---|---|
| Version | 2.1.10 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dolt |
| Homepage | https://www.dolthub.com |
| Repository | https://github.com/dolthub/dolt |
| Upstream docs | https://docs.dolthub.com/ |
| License | Apache-2.0 |
| Source archive | https://github.com/dolthub/dolt/archive/refs/tags/v2.1.10.tar.gz |
| Last updated | 2026-06-26T18:45:00Z |
| Pulse | updated |
| Dependencies | icu4c@78 |
| Build dependencies | go |
| 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 | dolt |
| Version Scheme | 1 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
dolt
nix profile install nixpkgs#doltdolt 2.0.6-r0
Dolt – It's Git for Data
sudo apk add doltdolt 1:2.1.6-1
Git for data! A version controlled relational database
sudo pacman -S doltdolt
sudo port install doltdolt
choco install doltmain/dolt
scoop install main/doltDoltHub.Dolt
winget install --id DoltHub.Dolt -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.