macOS
brew install doltlocal Homebrew formula metadata
sudo port install doltMacPorts ports tree · devel/dolt/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de dolt pour les workflows d'agents IA.
installation
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
aperçu
Git for Data
historique
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.
posture de sécurité
formula declares a Homebrew service.
risque orange · confiance moyen · infrastructure
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des 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/*.jwkexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
dolt | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/dolthub/dolt
métadonnées d'installation
| Clé du paquet | brew:dolt |
|---|---|
| Version | 2.2.2 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/dolt |
| Page d'accueil | https://www.dolthub.com |
| Dépôt | https://github.com/dolthub/dolt |
| Docs amont | https://docs.dolthub.com/ |
| Licence | Apache-2.0 |
| Archive source | https://github.com/dolthub/dolt/archive/refs/tags/v2.2.2.tar.gz |
| Dernière mise à jour | 2026-07-22T03:30:00Z |
| Pulse | updated |
| Dépendances | icu4c@78 |
| Dépendances de compilation | go |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | declared |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 -episte source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.