macOS
brew install doltlocal Homebrew formula metadata
sudo port install doltMacPorts ports tree · devel/dolt/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für dolt in AI-Agent-Workflows.
Installation
brew install doltlocal Homebrew formula metadata
sudo port install doltMacPorts ports tree · devel/dolt/Portfile · Quelle: api.github.com
sudo apk add doltAlpine Linux edge package indexes · dolt · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#doltnixpkgs package indexes · pkgs/by-name/do/dolt/package.nix · Quelle: api.github.com
sudo pacman -S doltArch Linux sync databases · dolt · Quelle: geo.mirror.pkgbuild.com
choco install doltChocolatey community package catalog · dolt · Quelle: community.chocolatey.org
scoop install main/doltScoop official bucket manifest trees · bucket/dolt.json · Quelle: api.github.com
winget install --id DoltHub.Dolt -eWindows Package Manager source index · DoltHub.Dolt · Quelle: cdn.winget.microsoft.com
Überblick
Git for Data
Verlauf
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.
Sicherheitslage
formula declares a Homebrew service.
orange Risiko · mittel Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
dolt | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/dolthub/dolt
Installationsmetadaten
| Paketschlüssel | brew:dolt |
|---|---|
| Version | 2.2.2 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/dolt |
| Homepage | https://www.dolthub.com |
| Repository | https://github.com/dolthub/dolt |
| Upstream-Dokumentation | https://docs.dolthub.com/ |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/dolthub/dolt/archive/refs/tags/v2.2.2.tar.gz |
| Zuletzt aktualisiert | 2026-07-22T03:30:00Z |
| Pulse | updated |
| Abhängigkeiten | icu4c@78 |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | declared |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.