pkg.soopen package index

brew / rank 6608

Install zpaq with Homebrew, apk, apt, dnf, MacPorts, Nix, zypper

Incremental, journaling command-line archiver. Version 7.15 via Homebrew; verified from local package data. Also installable with debian: sudo apt install zpaq.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install zpaq

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install zpaq

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

Linux

Alpine Linux apkverified · 92%
sudo apk add zpaq

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

Debian aptverified · 92%
sudo apt install zpaq

Debian stable package indexes · zpaq · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install zpaq

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

Nixverified · 92%
nix profile install nixpkgs#zpaq

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

openSUSE zypperverified · 92%
sudo zypper install zpaq

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

overview

Package summary

Incremental, journaling command-line archiver

Commands and aliases

  • zpaq

history

Project history and usage

ZPAQ is Matt Mahoney's incremental, journaling command-line archiver and backup format. It combines append-only archive history, deduplication, rollback by date or version, and a published archive specification with reference decoder.

Project history

The official ZPAQ page traces readable archive compatibility back to version 1.00 in March 2009. The early format was a streaming archive format; version 5.00 in August 2012 added a level-2 format for compression with pre/post processing, version 6.00 in September 2012 introduced the journaling format with deduplication and rollback, and January 2014 versions added encryption and multipart archives.

ZPAQ belongs to Matt Mahoney's broader PAQ compression lineage. Its distinctive format design stores decompression code in a sandboxed virtual machine language called ZPAQL, which helps newer compression methods remain extractable by older readers when the archive only needs supported format features.

The final upstream package advertised on the official page is zpaq v7.15, released in August 2016, containing C++ source, libzpaq, documentation, Windows binaries, and a Makefile for Unix-like systems. The page presents ZPAQ as public-domain software and an open standard rather than a proprietary backup container.

Adoption history

ZPAQ never became as mainstream as zip, 7-Zip, or RAR, but it earned a durable niche among compression and backup users because it solved repeated-backup storage differently from one-shot archivers. The official page compares it against backup and archiving tools and emphasizes realistic backup workloads with duplicate and already-compressed files.

The batch package metadata shows ZPAQ packaged in Homebrew, Debian, Ubuntu, Fedora, Alpine, MacPorts, Nix, and openSUSE. That broad Unix packaging footprint reflects a tool valued by technically minded users even after upstream development slowed.

How it is used

Typical usage is `zpaq add archive.zpaq files` for incremental backups and `zpaq extract archive.zpaq path -until DATE_OR_VERSION` to restore old states. Updates append new archive data instead of overwriting old versions, and interrupted transacted updates are ignored or overwritten on the next update.

ZPAQ is best understood as a user-level backup and archival tool. The official documentation warns against using it for complete operating-system backups and lists filesystem metadata that it does not preserve, such as ACLs, owner/group IDs, registry data, and special device files.

Why package nerds care

ZPAQ matters to package nerds because it is both a CLI and a format study: append-only backups, content-defined chunking, SHA-1 fragment deduplication, optional encryption, multipart remote archive workflows, and a published decoder specification in one small tool.

It is also a good example of a high-compression research lineage surviving as a practical package. Users install `zpaq` not because it is fashionable, but because no ordinary archive format quite has the same combination of journaling history and deduplicated backup behavior.

Timeline

  • 2009-03: ZPAQ v1.00 establishes the level-1 streaming archive format.
  • 2012-08: ZPAQ v5.00 adds the level-2 format with pre/post processing.
  • 2012-09: ZPAQ v6.00 adds the journaling format with deduplication and rollback.
  • 2014-01: ZPAQ v6.44 adds encrypted archives.
  • 2014-01: ZPAQ v6.47 adds multipart archive support.
  • 2016-08-17: ZPAQ v7.15 is released on the official site.

Related projects

  • PAQ, PAQ8, LPAQ, and related Matt Mahoney compression projects are the research family around ZPAQ.
  • libzpaq is the C++ compression/decompression library shipped with ZPAQ.
  • zpaqfranz is a later fork that extends the ZPAQ backup idea for more operational disaster-recovery use cases.

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:archive

Install behavior

  • No Homebrew bottle metadata was recorded.

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
zpaqexecutableindexed executableDiscovered from the local executable index.

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-08-03
manager version7.15
manager updated
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:zpaq
Version7.15
Package managerHomebrew
Homepagehttps://mattmahoney.net/dc/zpaq.html
Repositoryhttps://github.com/zpaq/zpaq
Bottlenot recorded
Servicenone declared

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%

zpaq 7.15+repack-1

maximum reference compressor for ZPAQ open standard

http://mattmahoney.net/dc/zpaq.html

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

zpaq

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

zpaq 7.15+repack-1

maximum reference compressor for ZPAQ open standard

http://mattmahoney.net/dc/zpaq.html

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

zpaq 7.15-r0

A journaling archiver optimized for backup

https://mattmahoney.net/dc/zpaq.html

sudo apk add zpaq
  • License: Unlicense AND MIT
  • Architecture: x86_64
  • Source Package: zpaq
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Zpaq
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zpaq from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

zpaq-doc 7.15-r0

A journaling archiver optimized for backup (documentation)

https://mattmahoney.net/dc/zpaq.html

sudo apk add zpaq-doc
  • License: Unlicense AND MIT
  • Architecture: x86_64
  • Source Package: zpaq
  • normalized package name match
  • Matched by: Zpaq
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zpaq-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

zpaq 7.15-26.fc45

Incremental journaling back-up archiver

http://mattmahoney.net/dc/zpaq.html

sudo dnf install zpaq
  • License: Unlicense AND LicenseRef-Fedora-Public-Domain
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: zpaq
  • 6 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Zpaq
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: zpaq from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

zpaq-devel 7.15-26.fc45

Development files for ZPAQ library

http://mattmahoney.net/dc/zpaq.html

sudo dnf install zpaq-devel
  • License: Unlicense AND LicenseRef-Fedora-Public-Domain
  • Category: Unspecified
  • Architecture: i686
  • Source Package: zpaq
  • 3 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Zpaq
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: zpaq-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

zpaq-libs 7.15-26.fc45

Library for ZPAQ compression and decompression

http://mattmahoney.net/dc/zpaq.html

sudo dnf install zpaq-libs
  • License: Unlicense AND MIT AND LicenseRef-Fedora-Public-Domain
  • Category: Unspecified
  • Architecture: i686
  • Source Package: zpaq
  • 4 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Zpaq
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: zpaq-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
zypper95%

zpaq 7.15-4.4

A journaling, incremental, deduplicating archiver

http://mattmahoney.net/dc/zpaq.html

sudo zypper install zpaq
  • License: MIT AND SUSE-Public-Domain
  • Category: Productivity/Archiving/Compression
  • Architecture: x86_64
  • Source Package: zpaq
  • 3 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Zpaq
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: zpaq from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

zpaq

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

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
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation