Skip to content
Novus Examples
tar.zst

What is a .tar.zst file?

application/zstd

TAR.ZST combines a POSIX tar member stream with Zstandard compression. The outer Zstandard frame must be decompressed before 512-byte tar headers, file payloads, padding, checksums, and end blocks can be interpreted; concatenated frames and long-path extensions make robust implementations treat compression and archive parsing as separate stages.

How to use a .tar.zst file

Use an example .tar.zst file to test streaming decompression, tar checksum and member parsing, path-traversal rejection, bounded expansion, deterministic member manifests, and clean failure on a deliberately truncated Zstandard frame.

Convert a .tar.zst file to another format

← All file formats