xdelta3

Diff utility which works with binary files

Install

All systems
curl cmd.cat/xdelta3.sh
Debian Debian
apt-get install xdelta3
Ubuntu
apt-get install xdelta3
Alpine
apk add xdelta3
Arch Arch Linux
pacman -S xdelta3
image/svg+xml Kali Linux
apt-get install xdelta3
CentOS
yum install xdelta3
Fedora
dnf install xdelta3
Windows (WSL2)
sudo apt-get update sudo apt-get install xdelta3
Raspbian
apt-get install xdelta3
Docker
docker run cmd.cat/xdelta3 xdelta3 powered by Commando

xdelta3

Diff utility which works with binary files

Xdelta3 is a set of tools designed to compute changes between binary files. These changes (delta files) are similar to the output of the "diff" program, in that they may be used to store and transmit only the changes between files. The "delta files" that Xdelta3 manages are stored in RFC3284 (VCDIFF) format.

xdelta

A diff utility which works with binary files

Xdelta is an application program designed to compute changes between files. These changes (deltas) are similar to the output of the "diff" program in that they may be used to store and transmit only the changes between files. However, unlike diff, the output of Xdelta is not expressed in a human-readable format--Xdelta can also apply these deltas to a copy of the original file. Xdelta uses a fast, linear algorithm and performs well on both binary and text files.