macOS
brew install doltlocal Homebrew formula metadata
sudo port install doltMacPorts ports tree · devel/dolt/Portfile · ソース: api.github.com
brew
dolt のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.