Icon

Dolt

Dolt is a version-controlled SQL database that supports Git-like branching, merging, and collaboration on data. It enables version control features at the database layer, allowing applications to use branches, merges, diffs, and pull requests for data management.
Latest: 2.1.4
Last checked: Jun 9, 2026 12:10am
Rank: 143/15140
Monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: Apache-2.0Installer: shell scriptSilent: YesWinget: Available
Silent install
sudo bash -c 'curl -L https://github.com/dolthub/dolt/releases/latest/download/install.sh | sudo bash'

Version & Lifecycle

0
Current: 2.1.4 N-2: 2.0.7 Avg cadence: Every 3 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • February 5, 2026
0

Dolt – Command-line note

Dolt provides a Windows MSI installer (dolt-windows-amd64.msi) suitable for enterprise deployment via tools like Group Policy, Intune, or SCCM. For silent installation, use the standard msiexec /i dolt-windows-amd64.msi /quiet /norestart /l*v install.log to suppress UI, prevent reboots, and enable verbose logging without requiring custom properties or transforms. This approach ensures scalable, unattended rollout across Windows endpoints.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

Doltdolthub Dolt

Packaging Notes

0

Currently manual installation via shell script; .deb and .rpm packages coming soon

Notes

0

DoltLab is the self-hosted version of DoltHub for on-premises use. Installation currently requires running a shell script; package manager support is planned.