manual/src/installation.md
You can download an executable for your system: Linux (glibc) | Linux (musl) | MacOS | Windows | All
Alternatively you can install delta using a package manager: see repology.org/git-delta.
Note that the package is often called git-delta, but the executable installed is called delta. Here is a quick summary for selected package managers:
.deb files are on the <a href="https://github.com/dandavison/delta/releases">releases</a> page.
<sup>If you are using Ubuntu <= 19.10 or are mixing apt sources, please read <a href="https://github.com/dandavison/delta/issues/504">#504</a>.</sup>
</td>
<code>mamba install git-delta -c conda-forge</code>
</td>
Users of older MacOS versions (e.g. 10.11 El Capitan) should install using Homebrew, Cargo, or MacPorts: the binaries on the release page will not work.
Behind the scenes, delta uses less for paging.
It's important to have a reasonably recent version of less installed.
On MacOS, install less from Homebrew. For Windows, see Using Delta on Windows.
If you use bat and are running bat cache --build to install custom themes or language syntaxes then you should install the same version of bat as specified in the Cargo.toml for the delta release you're using, otherwise delta will crash with a memory error. The current version of delta does not work with bat v0.18.3 or prior versions.