Automic VaultAutomic Vault

brew

Install xdelta with Homebrew, apt, dnf, MacPorts, Nix, scoop, zypper, apk, pacman

Binary diff, differential compression tools. Version 3.2.0 via Homebrew; verified 2026-06-21.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install xdelta

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install xdelta

MacPorts ports tree · archivers/xdelta/Portfile · source: api.github.com

Linux

Debian aptverified · 92%
sudo apt install libxdelta2-dev

Debian stable package indexes · libxdelta2-dev · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install xdelta

Fedora Rawhide package metadata · xdelta · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#xdelta

nixpkgs package indexes · pkgs/by-name/xd/xdelta/package.nix · source: api.github.com

openSUSE zypperverified · 92%
sudo zypper install xdelta3

openSUSE Tumbleweed package metadata · xdelta3 · source: download.opensuse.org

Alpine Linux apkverified · 92%
sudo apk add xdelta3

Alpine Linux edge package indexes · xdelta3 · source: dl-cdn.alpinelinux.org

Arch Linux pacmanverified · 92%
sudo pacman -S xdelta3

Arch Linux sync databases · xdelta3 · source: geo.mirror.pkgbuild.com

Windows

Scoopverified · 92%
scoop install main/xdelta

Scoop official bucket manifest trees · bucket/xdelta.json · source: api.github.com

overview

Package summary

Binary diff, differential compression tools

Commands and aliases

  • xdelta3

history

Project history and usage

xdelta is a long-running binary differencing and delta-compression project. The modern xdelta3 command and library implement VCDIFF/RFC 3284 streams, letting users create compact patch files between related binary inputs and reconstruct targets from a source plus delta.

Project history

The xdelta3 README carries copyright years beginning in 2001 and describes the project as a command-line interface and source distribution for VCDIFF differential compression. RFC 3284, published in June 2002 and co-authored by Josh MacDonald, standardized the VCDIFF generic differencing and compression data format that xdelta3 implements.

The public Git history in the current repository starts with 2006 source snapshots and concentrated work around large-file and checksum behavior. By the 3.0 series, xdelta3 had become the maintained branch users generally meant when they installed an xdelta package.

The current upstream documentation presents xdelta version 3 as both a C library and a command-line tool, with the maintained 3.2.x series using CMake, optional liblzma secondary compression, static release binaries, and an embeddable libxdelta3 API.

Adoption history

xdelta adoption has always followed the practical need to ship changes without shipping whole files: game patches, ROM patching communities, software update systems, and package workflows all benefit from binary deltas. Its VCDIFF basis matters because the delta format is documented outside a single implementation.

Package availability is broad in the input facts: Alpine, Homebrew, Debian/Ubuntu, Fedora, MacPorts, Nix, Arch, Scoop, and openSUSE-family packages all carry xdelta or xdelta3 names. That cross-platform packaging matches upstream release binaries for Linux, macOS, and Windows.

How it is used

The core command pattern is encode with an old source file, a new target file, and an output delta, then decode later with the same source and the delta to reconstruct the target. The upstream README shows xdelta3 -e and -d examples with -s for the source file.

Modern xdelta3 can also be embedded as a library through xdelta3.h and build-system integration. This matters for software that wants VCDIFF behavior internally rather than shelling out to the xdelta3 executable.

Why package nerds care

xdelta is a package-nerd staple because it sits at the intersection of compression, patch distribution, archival workflows, and reproducible binary transformations. It is small enough to be a CLI utility, but backed by a standards-track format and decades of compatibility expectations.

For package indexes, it is also a naming lesson: users may search for xdelta, xdelta3, or VCDIFF depending on platform and era, while the executable commonly exposed by modern packages is xdelta3.

Timeline

  • 2001: xdelta3 README copyright years begin, indicating early xdelta3 development.
  • 2002-06: RFC 3284 publishes the VCDIFF data format.
  • 2006-08-27: First source snapshot in the current GitHub repository history.
  • 2015-03-30: v3.0.9 tag in the long-lived 3.0 release line.
  • 2016-01-07: v3.0.11 and v3.1.0 tags.
  • 2026-06-20: v3.2.0 tag and maintained 3.2.x series documented upstream.

Related projects

  • VCDIFF/RFC 3284: standardized delta format implemented by xdelta3.
  • XZ Utils/liblzma: optional secondary compression support in upstream builds.
  • BLAKE3: used by modern xdelta3 armor mode for whole-file verification.
  • bsdiff and courgette-style binary patchers: related binary-delta tools with different formats and tradeoffs.

Sources

  • Git history and tags: https://github.com/jmacd/xdelta
  • README, jmacd/xdelta: https://github.com/jmacd/xdelta#readme
  • RFC 3284: https://www.rfc-editor.org/rfc/rfc3284
  • Xdelta documentation: https://jmacd.github.io/xdelta/
  • xdelta3 README: https://github.com/jmacd/xdelta/blob/main/xdelta3/README.md

security posture

Risk level: blue

broad file, network, media, or database tool signal.

Risk classifier

blue risk · medium confidence · tool

Why

  • broad file, network, media, or database tool signal

Signals

  • text:compress

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 2 runtime dependencies.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
xdelta3cliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version3.2.0
manager updated2026-06-21
local dataok
upstreamcurrent
latest detectedv3.2.0

https://github.com/jmacd/xdelta

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:xdelta
Version3.2.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/xdelta
Homepagehttps://github.com/jmacd/xdelta
Repositoryhttps://github.com/jmacd/xdelta
Upstream docshttps://jmacd.github.io/xdelta
LicenseGPL-2.0-or-later
Source archivehttps://github.com/jmacd/xdelta/archive/refs/tags/v3.2.0.tar.gz
Last updated2026-06-21T10:48:23Z
Pulseupdated
Dependenciesblake3, xz
Build dependenciescmake
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

libxdelta2-dev 1.1.3-10.7

Xdelta development files

sudo apt install libxdelta2-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: xdelta
  • 1 dependencies
  • normalized package name match
  • Matched by: Xdelta
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libxdelta2-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libxdelta2t64 1.1.3-10.7

Xdelta runtime library

sudo apt install libxdelta2t64
  • Section: libs
  • Architecture: amd64
  • Source Package: xdelta
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Xdelta
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libxdelta2t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

xdelta 1.1.3-10.7

A diff utility which works with binary files

sudo apt install xdelta
  • Section: utils
  • Architecture: amd64
  • 4 dependencies
  • normalized package name match
  • Matched by: Xdelta
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xdelta from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

xdelta

nix profile install nixpkgs#xdelta
  • normalized package name match
  • Matched by: Xdelta
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/xd/xdelta/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libxdelta2-dev 1.1.3-10.6build1

Xdelta development files

sudo apt install libxdelta2-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: xdelta
  • 1 dependencies
  • normalized package name match
  • Matched by: Xdelta
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libxdelta2-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libxdelta2t64 1.1.3-10.6build1

Xdelta runtime library

sudo apt install libxdelta2t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: xdelta
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Xdelta
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libxdelta2t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

xdelta 1.1.3-10.6build1

A diff utility which works with binary files

sudo apt install xdelta
  • Section: universe/utils
  • Architecture: amd64
  • 4 dependencies
  • normalized package name match
  • Matched by: Xdelta
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xdelta from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

xdelta 3.1.0-24.fc44

A binary file delta generator

https://github.com/jmacd/xdelta

sudo dnf install xdelta
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: xdelta
  • 4 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Xdelta
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: xdelta from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

xdelta3 3.1.0-6.3

A diff utility which works with binary files

https://github.com/jmacd/xdelta-gpl

sudo zypper install xdelta3
  • License: Apache-2.0 AND GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: xdelta3
  • 3 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Xdelta
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: xdelta3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

xdelta

sudo port install xdelta
  • normalized package name match
  • Matched by: Xdelta
MacPorts ports tree · api.github.com · MacPorts ports tree: archivers/xdelta/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/xdelta

scoop install main/xdelta
  • normalized package name match
  • Matched by: Xdelta
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/xdelta.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
Debian apt92%

xdelta3 3.0.11-dfsg-1.2

Diff utility which works with binary files

http://xdelta.org/

sudo apt install xdelta3
  • Section: utils
  • Architecture: amd64
  • 2 dependencies
  • installed executable or alias match
  • Matched by: Xdelta3
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xdelta3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt92%

xdelta3 3.0.11-dfsg-1.2

Diff utility which works with binary files

http://xdelta.org/

sudo apt install xdelta3
  • Section: universe/utils
  • Architecture: amd64
  • 2 dependencies
  • installed executable or alias match
  • Matched by: Xdelta3
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xdelta3 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk92%

xdelta3 3.1.0-r2

A diff utility which works with binary files

http://xdelta.org/

sudo apk add xdelta3
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: xdelta3
  • 1 dependencies
  • 1 provides
  • installed executable or alias match
  • Matched by: Xdelta3
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xdelta3 from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk92%

xdelta3-doc 3.1.0-r2

A diff utility which works with binary files (documentation)

http://xdelta.org/

sudo apk add xdelta3-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: xdelta3
  • installed executable or alias match
  • Matched by: Xdelta3
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xdelta3-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman92%

xdelta3 3.1.0-9

Diff utility for binary files

https://github.com/jmacd/xdelta

sudo pacman -S xdelta3
  • License: Apache
  • Architecture: x86_64
  • 1 dependencies
  • installed executable or alias match
  • Matched by: Xdelta3
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: xdelta3 from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

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