Summary
- Zstandard archive creation, extraction, listing, and integrity testing via CLI with safe defaults and scripting support.
- Supports .tzst and .tar.zst archives with three extraction modes: standard (preserves directory structure), flattened, and fully-trusted for known sources Includes conflict resolution strategies for automated workflows, JSON output for scripting, and streaming mode for large archives or memory-constrained environments Offers atomic archive creation by default, integrity testing, and member listing with optional filtering Install via uv tool install tzst , pip install tzst , or standalone binary; verify with tzst --version before use