macOS
brew install librsynclocal Homebrew formula metadata
sudo port install librsyncMacPorts ports tree · net/librsync/Portfile · source: api.github.com
brew
Library that implements the rsync remote-delta algorithm. Version 2.3.4 via Homebrew; verified from local package data.
install
brew install librsynclocal Homebrew formula metadata
sudo port install librsyncMacPorts ports tree · net/librsync/Portfile · source: api.github.com
sudo apk add librsyncAlpine Linux edge package indexes · librsync · source: dl-cdn.alpinelinux.org
sudo apt install librsync-devDebian stable package indexes · librsync-dev · source: deb.debian.org
sudo dnf install librsyncFedora Rawhide package metadata · librsync · source: dl.fedoraproject.org
nix profile install nixpkgs#librsyncnixpkgs package indexes · pkgs/by-name/li/librsync/package.nix · source: api.github.com
sudo pacman -S librsyncArch Linux sync databases · librsync · source: geo.mirror.pkgbuild.com
sudo zypper install librsync-developenSUSE Tumbleweed package metadata · librsync-devel · source: download.opensuse.org
overview
Library that implements the rsync remote-delta algorithm
history
librsync packages the rsync remote-delta idea as a reusable C library and the rdiff command-line tool. It is historically tied to efficient file transfer, backup, and binary-patch workflows rather than to the rsync network protocol itself.
The project README credits Martin Pool and contributors from 1999 onward and says librsync was originally written for rproxy, an experiment in delta-compression for HTTP. The library exposes the core signature, delta, and patch operations so other programs can compute and apply network deltas without embedding the rsync protocol.
The modern GitHub release series shows 1.0.0 and 2.0.0 releases in 2015, with later 2.x releases continuing the library and rdiff tool as a small, reusable delta-compression component.
The official README lists Dropbox, rdiff-backup, Duplicity, and others as users. That adoption pattern explains librsync's packaging footprint: backup and synchronization tools depend on the library behavior while presenting their own network, metadata, and policy layers.
Library users generate a signature of an old file, compute a delta against a new file, and apply that delta with the old file to reproduce the new file. The rdiff executable exposes the same operations for shell pipelines and package-maintainer tests.
librsync is a good example of a package that is not the famous program named in the algorithm. It deliberately does not implement the rsync wire protocol, file metadata handling, SSH transport, or directory synchronization; it packages the transferable delta primitive that higher-level tools build around.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
rdiff | cli | global executable |
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.
https://github.com/librsync/librsync
install metadata
| Package key | brew:librsync |
|---|---|
| Version | 2.3.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/librsync |
| Homepage | https://librsync.github.io/ |
| Repository | https://github.com/librsync/librsync |
| Upstream docs | https://librsync.github.io/ |
| License | LGPL-2.1-or-later |
| Source archive | https://github.com/librsync/librsync/archive/refs/tags/v2.3.4.tar.gz |
| Dependencies | popt |
| Build dependencies | cmake |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | librsync |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
librsync-dev 2.3.4-1.1+b1
rsync remote-delta algorithm library (development)
https://github.com/librsync/librsync
sudo apt install librsync-devlibrsync2t64 2.3.4-1.1+b1
rsync remote-delta algorithm library
https://github.com/librsync/librsync
sudo apt install librsync2t64rdiff 2.3.4-1.1+b1
Binary diff tool for signature-based differences
https://github.com/librsync/librsync
sudo apt install rdifflibrsync
nix profile install nixpkgs#librsynclibrsync-dev 2.3.4-1.1ubuntu2
rsync remote-delta algorithm library (development)
https://github.com/librsync/librsync
sudo apt install librsync-devlibrsync2t64 2.3.4-1.1ubuntu2
rsync remote-delta algorithm library
https://github.com/librsync/librsync
sudo apt install librsync2t64rdiff 2.3.4-1.1ubuntu2
Binary diff tool for signature-based differences
https://github.com/librsync/librsync
sudo apt install rdifflibrsync 2.3.4-r1
librsync implements the rolling-checksum algorithm of rsync
https://github.com/librsync/librsync
sudo apk add librsynclibrsync-dev 2.3.4-r1
librsync implements the rolling-checksum algorithm of rsync (development files)
https://github.com/librsync/librsync
sudo apk add librsync-devlibrsync-doc 2.3.4-r1
librsync implements the rolling-checksum algorithm of rsync (documentation)
https://github.com/librsync/librsync
sudo apk add librsync-doclibrsync 2.3.4-8.fc44
Rsync remote-delta algorithm library
sudo dnf install librsynclibrsync-devel 2.3.4-8.fc44
Headers and development libraries for librsync
sudo dnf install librsync-devellibrsync-doc 2.3.4-8.fc44
Documentation files for librsync
sudo dnf install librsync-doclibrsync 1:2.3.4-2
Library for calculating and applying network deltas
https://github.com/librsync/librsync
sudo pacman -S librsynclibrsync-devel 2.3.4-1.9
Development files for librsync
https://github.com/librsync/librsync
sudo zypper install librsync-devellibrsync2 2.3.4-1.9
A Library for Generating Network Deltas
https://github.com/librsync/librsync
sudo zypper install librsync2source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.