macOS
brew install gzrtlocal Homebrew formula metadata
sudo port install gzrecoverMacPorts ports tree · archivers/gzrecover/Portfile · source: api.github.com
brew
Gzip recovery toolkit. Version 0.8 via Homebrew; verified from local package data.
install
brew install gzrtlocal Homebrew formula metadata
sudo port install gzrecoverMacPorts ports tree · archivers/gzrecover/Portfile · source: api.github.com
sudo apt install gzrtDebian stable package indexes · gzrt · source: deb.debian.org
nix profile install nixpkgs#gzrtnixpkgs package indexes · pkgs/by-name/gz/gzrt/package.nix · source: api.github.com
sudo zypper install gzrtopenSUSE Tumbleweed package metadata · gzrt · source: download.opensuse.org
overview
Gzip recovery toolkit
history
The Gzip Recovery Toolkit, centered on the gzrecover program, is a small recovery utility for extracting readable data from corrupted gzip files. Its history is thin but practical: it exists because ordinary gzip and tar workflows can fail hard when a compressed backup contains bad sectors or corrupted bytes.
Aaron M. Renn's project page explains the origin in backup recovery: a gzip archive failed partway through restore, and gzrecover was written to skip bad data and salvage what could be read. The page and README both stress that recovery is best-effort and that recovered output must be manually verified.
The project page lists gzrt 0.8 from October 2013 and points to a GitHub repository for sources. GitHub repository metadata records the public repository as created in February 2012, with the description 'gzip Recovery Toolkit aka gzrecover'.
gzrt adoption is mostly in Unix package repositories where administrators may need it once, urgently, for a damaged .gz or .tar.gz backup. The supplied package facts show Homebrew, Debian, Ubuntu, MacPorts, Nix, and zypper coverage, which is broad for a niche recovery tool.
Its adoption is also tied to gzip's dominance. Because .gz and .tar.gz files are common backup and source-distribution artifacts, a recovery utility for damaged gzip streams has a place in package collections even when it is not a daily-use command.
gzrecover reads a corrupted gzip file or standard input and writes recovered output to a .recovered file by default, with options for output filename, standard-output pipeline mode, verbose logging, and splitting recovered segments. For recovered tarballs, the documentation recommends GNU cpio because tar may stop on format errors.
The project page cautions that many apparently corrupted gzip archives were transferred in FTP ASCII mode and should be re-transferred in binary mode before attempting recovery. That warning is part of the tool's operational history: it is a last-resort recovery command, not a replacement for gunzip.
gzrt is interesting to package nerds because it is tiny, old-school, and high-leverage: a single-purpose C utility that can rescue data from the same compressed archives package systems and admins rely on. It also illustrates why distributions keep niche tools around: the value appears when a corrupted backup is the only copy.
It pairs naturally with gzip, zlib, tar, and cpio. The documented tarball recovery flow is a classic Unix composition: run gzrecover to salvage a stream, then use cpio to extract around damaged tar records.
security posture
narrow executable 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 |
|---|---|---|---|
gzrecover | 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://www.urbanophile.com/arenn/coding/gzrt/gzrt.html
install metadata
| Package key | brew:gzrt |
|---|---|
| Version | 0.8 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gzrt |
| Homepage | https://www.urbanophile.com/arenn/coding/gzrt/gzrt.html |
| Repository | https://github.com/arenn/gzrt |
| Upstream docs | https://www.urbanophile.com/arenn/coding/gzrt/gzrt.html |
| License | GPL-2.0-or-later |
| Source archive | https://www.urbanophile.com/arenn/coding/gzrt/gzrt-0.8.tar.gz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gzrt |
| 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.
gzrt 0.8-1+b1
gzip recovery toolkit
http://www.urbanophile.com/arenn/hacking/gzrt/
sudo apt install gzrtgzrt
nix profile install nixpkgs#gzrtgzrt 0.8-1build1
gzip recovery toolkit
http://www.urbanophile.com/arenn/hacking/gzrt/
sudo apt install gzrtgzrt 0.8-2.22
Recover data from a corrupted gzip file
https://www.urbanophile.com/arenn/hacking/gzrt/gzrt.html
sudo zypper install gzrtgzrecover
sudo port install gzrecoversource 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.