WinZSTD 1.2 is a lightweight native Windows GUI for creating .tar, .tar.zst and .zst archives using the built-in Windows tar.exe.
No external binaries.
No bundled tools.
No 7-Zip dependency.
Just Windows PowerShell, WinForms and Windows TAR.
WinZSTD is a small GUI layer over native Windows tar.exe.
It is designed for users who want a simple way to create TAR/ZSTD archives without using command line tools or configuring archive options through Explorer menus.
The goal is simple:
Select input → choose compression level → create archive
- Native Windows PowerShell / WinForms GUI
- Uses built-in Windows
tar.exe - Creates
.tararchives - Creates
.tar.zstarchives - Creates direct
.zstfiles for single files - Compression level slider from
0to22 - Level
0= STORE /.tar - Levels
1–22= ZSTD compression - Optional
Create .tar before ZSTD - TAR is automatically enforced for folders
- Bottom progress bar during archive creation
- Optional output folder opening after successful creation
- No external compression binaries required
Latest release:
https://github.com/eco-by-different/winzstd/releases/latest
Direct EXE download:
https://github.com/eco-by-different/winzstd/releases/latest/download/WinZSTD.exe
Source code:
WinZSTD.ps1
- Windows 10 or Windows 11
- Built-in Windows
tar.exe - Windows PowerShell 5.1
- WinForms support available in Windows
No installation of Zstandard, 7-Zip, PeaZip or other archiving tools is required.
- Run
WinZSTD.exeorWinZSTD.ps1 - Select a file or folder
- Choose destination archive path
- Select compression level
- Click
CREATE ARCHIVE - Wait until the operation finishes
WinZSTD uses a simple compression timeline:
0 STORE ................................ 22 EXTREME
Recommended reference points:
0 = plain .tar archive
1 = fastest ZSTD compression
11 = balanced default level
19 = strong practical compression
22 = maximum ZSTD level
The highest level is not always the best practical choice.
For many files, level 19 can be a better balance between compression ratio, speed and resource usage than level 22.
- Added bottom progress bar during archive creation
- Added compact-clean code formatting
- Improved user feedback during processing
- Kept native Windows
tar.exebackend - Kept minimal WinForms interface
- Kept zero external binary dependency
- Added compression level timeline from
0to22 - Added default compression level
11 - Added optional
Create .tar before ZSTDmode - Added direct
.zstmode for single files - Folder input automatically enforces TAR container
- Improved GUI layout
- Initial public release
- Added basic
STORE,NORMALandEXTREMEprofiles - Added native Windows TAR/ZSTD GUI powered by Windows
tar.exe
eco-by-different
Maximize efficiency.
Minimize waste.
Keep it practical.
WinZSTD follows this idea by using native Windows components and avoiding unnecessary bundled tools.
MIT License
