Automic VaultAutomic Vault

brew

dolt mit Homebrew, apk, chocolatey, MacPorts, Nix, pacman, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für dolt in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install dolt

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install dolt

MacPorts ports tree · devel/dolt/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add dolt

Alpine Linux edge package indexes · dolt · Quelle: dl-cdn.alpinelinux.org

Nixverifiziert · 92%
nix profile install nixpkgs#dolt

nixpkgs package indexes · pkgs/by-name/do/dolt/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S dolt

Arch Linux sync databases · dolt · Quelle: geo.mirror.pkgbuild.com

Windows

Chocolateyverifiziert · 92%
choco install dolt

Chocolatey community package catalog · dolt · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install main/dolt

Scoop official bucket manifest trees · bucket/dolt.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id DoltHub.Dolt -e

Windows Package Manager source index · DoltHub.Dolt · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Git for Data

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2019: Dolt repository created and v0.9.7 released.
  • 2020: Dolt continued frequent 0.x releases while maturing the database format and CLI.
  • 2024: README points users to published use cases and a broader DoltHub ecosystem.
  • 2026: v2.1.10 released, with active development continuing in late June.

Related projects

  • Dolt is closely related to DoltHub, DoltLab, Hosted Dolt, and Doltgres. Conceptually it also sits between Git, MySQL-compatible databases, data version-control systems, and hosted dataset-sharing platforms.

Sicherheitslage

Risikostufe: orange

formula declares a Homebrew service.

Risikoklassifikator

orange Risiko · mittel Konfidenz · infrastructure

Warum

  • formula declares a Homebrew service

Signale

  • metadata:service

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Formelmetadaten deklarieren einen Service- oder Daemon-Block.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 1 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.dolt/config_global.json.dolt/config.json

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.dolt/creds/*.jwk

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
doltcliglobales Executable

Aktualität

Version und 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.

Seite generiert2026-07-25
Manager-Version2.2.2
Manager aktualisiert2026-07-22
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv2.2.2

https://github.com/dolthub/dolt

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:dolt
Version2.2.2
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/dolt
Homepagehttps://www.dolthub.com
Repositoryhttps://github.com/dolthub/dolt
Upstream-Dokumentationhttps://docs.dolthub.com/
LizenzApache-2.0
Quellarchivhttps://github.com/dolthub/dolt/archive/refs/tags/v2.2.2.tar.gz
Zuletzt aktualisiert2026-07-22T03:30:00Z
Pulseupdated
Abhängigkeitenicu4c@78
Build-Abhängigkeitengo
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstdeclared

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namedolt
Version Scheme1
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

dolt

nix profile install nixpkgs#dolt
  • normalized package name match
  • Abgeglichen nach: Dolt
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/do/dolt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

dolt 2.0.6-r0

Dolt – It's Git for Data

https://www.dolthub.com

sudo apk add dolt
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: dolt
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Dolt
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: dolt from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

dolt 1:2.1.6-1

Git for data! A version controlled relational database

https://www.dolthub.com

sudo pacman -S dolt
  • License: Apache
  • Architecture: x86_64
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Dolt
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: dolt from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

dolt

sudo port install dolt
  • normalized package name match
  • Abgeglichen nach: Dolt
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/dolt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

dolt

choco install dolt
  • normalized package name match
  • Abgeglichen nach: Dolt
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: dolt from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','dnspy'
Scoop95%

main/dolt

scoop install main/dolt
  • normalized package name match
  • Abgeglichen nach: Dolt
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/dolt.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

DoltHub.Dolt

winget install --id DoltHub.Dolt -e
  • normalized package name match
  • Abgeglichen nach: Dolt
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: DoltHub.Dolt from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment