FileInfo

Sprachen

Überblick

What is a TZST file? A TZST file is a compressed archive that combines the TAR and Zstandard formats. It contains multiple files and folders bundled into a single Tape Archive ( .TAR file), which preserves the original directory structure and file metadata . The resulting TAR archive is then compressed using the Zstandard (zstd) compression algorithm to reduce its size.

More Information Developers, system administrators, and Linux users most often work with TZST files, especially when handling repositories, system images, or archived project files. The file type is commonly used in Unix and Linux environments for distributing software packages, sharing source code, creating backups, and storing large collections of files. NOTE: The .tzst extension is a shortened form of the .tar.zst ( .TAR.ZST file), similar to how .TGZ , .TBZ2 , and .TXZ represent compressed TAR archives.

Popularity3.9/5

8 votes

Quick AppOpen with
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched the Zstandard Compressed Tar file format and Mac and Windows apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Brotkrümel

DeveloperN/A
Popularity3.9 | 8 Votes

Previous / Next

In-Depth

.TZST File Extension

Zstandard Compressed Tar File

DeveloperN/A
Popularity
3.9  |  8 Votes
 

What is a TZST file?

A TZST file is a compressed archive that combines the TAR and Zstandard formats. It contains multiple files and folders bundled into a single Tape Archive ( .TAR file), which preserves the original directory structure and file metadata . The resulting TAR archive is then compressed using the Zstandard (zstd) compression algorithm to reduce its size.

More Information

Developers, system administrators, and Linux users most often work with TZST files, especially when handling repositories, system images, or archived project files. The file type is commonly used in Unix and Linux environments for distributing software packages, sharing source code, creating backups, and storing large collections of files.

NOTE: The .tzst extension is a shortened form of the .tar.zst ( .TAR.ZST file), similar to how .TGZ , .TBZ2 , and .TXZ represent compressed TAR archives.

How to open a TZST file

You can open TZST files by decompressing them with a Zstandard-compatible tool, such as Zstandard ot the zstd command-line utility, and then extract the resulting TAR archive using standard tar commands. On Linux, this can be done in one step using:

tar --zstd -xf archive.tzst

On Windows and macOS, you can use third-party utilities, such as PeaZip and Bandizip, to decompress and extract TZST files. After extraction, the original files and folders are restored in their saved structure.

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open TZST files

Sort

Pricing

Program Name

Platform

Reset

X

All Platforms

Zstandard

Free

PeaZip

Free

Windows

Bandisoft Bandizip

Free Trial

Mac

Bandisoft Bandizip

Free Trial

Category: Compressed Files

Updated: February 19, 2026

FAQ

What is a TZST file?
A TZST file is a compressed archive that combines the TAR and Zstandard formats. It contains multiple files and folders bundled into a single Tape Archive (.TAR file), which preserves the original directory structure and file metadata. The resulting TAR archive is then compressed using the Zstandard (zstd) compression algorithm to reduce its size.
How do I open a .tzst file?
You can open TZST files by decompressing them with a Zstandard-compatible tool, such as Zstandard ot the zstd command-line utility, and then extract the resulting TAR archive using standard tar commands. On Linux, this can be done in one step using: