macOS
brew install gzrtlocal Homebrew formula metadata
sudo port install gzrecoverMacPorts ports tree · archivers/gzrecover/Portfile · ソース: api.github.com
brew
gzrt のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gzrtlocal Homebrew formula metadata
sudo port install gzrecoverMacPorts ports tree · archivers/gzrecover/Portfile · ソース: api.github.com
nix profile install nixpkgs#gzrtnixpkgs package indexes · pkgs/by-name/gz/gzrt/package.nix · ソース: api.github.com
sudo zypper install gzrtopenSUSE Tumbleweed package metadata · gzrt · ソース: download.opensuse.org
概要
Gzip recovery toolkit
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gzrecover | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://www.urbanophile.com/arenn/coding/gzrt/gzrt.html
インストールメタデータ
| パッケージキー | brew:gzrt |
|---|---|
| バージョン | 0.8 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/gzrt |
| ホームページ | https://www.urbanophile.com/arenn/coding/gzrt/gzrt.html |
| リポジトリ | https://github.com/arenn/gzrt |
| 上流ドキュメント | https://www.urbanophile.com/arenn/coding/gzrt/gzrt.html |
| ライセンス | GPL-2.0-or-later |
| ソースアーカイブ | https://www.urbanophile.com/arenn/coding/gzrt/gzrt-0.8.tar.gz |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 gzrecoverソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.