macOS
brew install doltlocal Homebrew formula metadata
sudo port install doltMacPorts ports tree · devel/dolt/Portfile · 来源: api.github.com
安装
brew install doltlocal Homebrew formula metadata
sudo port install doltMacPorts ports tree · devel/dolt/Portfile · 来源: api.github.com
sudo apk add doltAlpine Linux edge package indexes · dolt · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#doltnixpkgs package indexes · pkgs/by-name/do/dolt/package.nix · 来源: api.github.com
sudo pacman -S doltArch Linux sync databases · dolt · 来源: geo.mirror.pkgbuild.com
choco install doltChocolatey community package catalog · dolt · 来源: community.chocolatey.org
scoop install main/doltScoop official bucket manifest trees · bucket/dolt.json · 来源: api.github.com
winget install --id DoltHub.Dolt -eWindows Package Manager source index · DoltHub.Dolt · 来源: cdn.winget.microsoft.com
概览
Git for Data
历史
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.
安全态势
formula declares a Homebrew service.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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/*.jwk可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
dolt | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/dolthub/dolt
安装元数据
| 软件包键 | brew:dolt |
|---|---|
| 版本 | 2.2.2 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/dolt |
| 主页 | https://www.dolthub.com |
| 仓库 | https://github.com/dolthub/dolt |
| 上游文档 | https://docs.dolthub.com/ |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/dolthub/dolt/archive/refs/tags/v2.2.2.tar.gz |
| 最后更新 | 2026-07-22T03:30:00Z |
| Pulse | updated |
| 依赖 | icu4c@78 |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | declared |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.