A tool for compressing and decompressing files using the Zstandard algorithm with GUI
- Compress Mode for files compression
- Compress with dictionary
- Decompress Mode for files compression
- Decompress with dictionary
- Dictionary Trainer for better files compression
Download exe/jar from this Release
1. You can select the compression and decompression mode by selecting Mode and Dictionary Trainer by selecting Tools in the menu bar
2. In the empty field you can enter the file or folder path or you can press the select button to select the files or folders you want in compression or decompression mode
3. The settings button it will take you to the settings window
-
Compress Mode
You can enter path of file for compression with dictionary and in compression level you can choose from level 1 - 22. If you press the cancel button the compression level will default to level 11
-
Decompress Mode
You can enter only path of file for decompression with dictionary
-
Dictionary Trainer
You can enter only path of folder for output file
4. When you press the compress, decompress, or create button, the result of the process will be in the file/folder path you specified
If you can't train your dictionary, maybe you don't have enough sample files
For safety, if you are using compression with dictionary, it's recommended to back up the original file or the dictionary you are using. If either of them gets damaged, you will not be able to decompress the file
- zstd-jni (version 1.5.7-2)
- commons-io (version 2.19.0)
- Add own file signature
- Add checksum
- Update compress/decompress method
- Update dictionary trainer method
- JDK 24 or higher is required to run this program
If you don’t have JDK 24 installed, download and install it from the following link:
This project is licensed under the Apache-2.0