SafeArchivesReviewed 2026-08-02

.gz

Compression format commonly applied to a single file or tar archive.

About this format

GZ uses the gzip algorithm to compress a single file. Paired with TAR, it creates a .tar.gz archive common on Unix-like systems.

Safety guidance

GZ compresses a single stream; extracted content should still be verified.

Compatible software