PAQCompress v0.3.11 released!
Hi everyone,
Today, I have released PAQCompress v0.3.11:

This version adds paq8px_v179fix2 and paq8pxv_v12.
You can download it at GitHub by clicking here.
Enjoy!
Hi everyone,
Today, I have released PAQCompress v0.3.11:
This version adds paq8px_v179fix2 and paq8pxv_v12.
You can download it at GitHub by clicking here.
Enjoy!
Hi everyone,
Today, I have released PAQCompress v0.3.10:
This release adds the new PAQ8PX v179 and PAQ8PX v179fix1 versions. It also adds PAQ8PX v147 which was missing from the list but the executable was available in the releases.
You can download this new release at GitHub by clicking here.
Enjoy!
Hi everyone,
Happy Easter! Today morning, I have released PAQCompress v0.3.9:
This new release fixes a message that always said “Browse for a file to compress” even when the Extract Radiobutton was checked. This was located in the OpenFileDialog Title:
Now, the message will say “Browse for a file to extract” when the Extract Radiobutton is checked:
You can download this new release at GitHub by clicking here.
Enjoy!
Hi everyone,
Today, I updated PAQCompress and released version 0.3.8:
This new release adds support for the newly released paq8pxv v8
You can download this new release here: https://github.com/moisesmcardona/PAQCompress/releases/v0.3.8
Enjoy!
Hi everyone,
Today, I have released PAQCompress v0.3.7:
This new release adds support for the following PAQ versions:
You can download this new release at GitHub here:
The source code, as usual, is available at the PAQCompress project repository: https://github.com/moisesmcardona/PAQCompress
paq8pxv v6 provided only one executable, and it was not labeled either with their usual “jit.exe” ending nor with “vm.exe”. Because of this, I had to write a new function that will check in the version folder whenever we have a version ending with “jit.exe” and/or “vm.exe”. If we have them, the software adds the respective entry to the “compiler” list box, and selects the option that the user has previously selected if it is available for the selected PAQ version.
If none of the versions exist, we simply disable the listbox and just use the paq filename as it is, without any of the above terminations:
We call this function whenever the version has changed (seen in the end of the above screenshot) or when the PAQ family/series has changed:
That’s what’s new in the code of this new release.
Hope you enjoy this new version!
Hi everyone,
Today, I have released PAQCompress v0.3.6:
This release adds PAQ8PXv v5.
The previous release added PAQ8PX v4 and PAQ8P_PC.
You can download this new version at the project’s GitHub page here: https://github.com/moisesmcardona/PAQCompress/releases/tag/v0.3.6
Enjoy!
Hi everyone,
Today, I have released PAQCompress v0.3.3 and v0.3.4. Yup, 2 versions in a day.
What happened was that paq8pxd v63 was first released, so I downloaded it and added support for it in PAQCompress. That’s what v0.3.3 adds.
A few minutes later, it turns out that paq8px v178 was also released, so I also added support in PAQCompress and that’s what v0.3.4 adds:
So there you have it, 2 version in a day. Of course, you should only download v0.3.4 since it includes both paq8pxd v63 and paq8px v178.
Download the releases at GitHub at the following links:
Enjoy!
Hi everyone,
Today morning, I have released v0.3.2 of PAQCompress:
This new release adds support for paq8px v62.
You can download it at GitHub here: https://github.com/moisesmcardona/PAQCompress/releases/tag/v0.3.2
Enjoy!
Hi everyone,
Today, I have released PAQCompress v0.3:
This release allows you to drag and drop a file into the software executable and it will pre-fill the input and output textboxes, saving you time from browsing for an input and output location.
You can download this release at GitHub here: https://github.com/moisesmcardona/PAQCompress/releases/tag/v0.3
I’ve also released CMIX GUI v1.6:
This release adds cmix_v16f and improves the software logging. As with PAQCompress, you can also now drag and drop a file into the software executable and the fields will be pre-filled automatically for you.
You can also download this release at GitHub here: https://github.com/moisesmcardona/cmix_gui/releases/tag/v1.6
Enjoy!
Hi everyone,
I started this year being productive and have coded for the past couple of days, hence my absence of posts in this site. I’ve worked on updated a graphical user interface I wrote several years ago for the PAQ Compression software. At the time, I had limited skills writing code, and my GUIs were not that great. Hence, I took that software and rewrote it from scratch to provide a better user experience. I also updated the software to support the latest PAQ versions, including the latest PAQ8PX and PAQ8PXd releases.
The GUI now looks like this:
It provides dropdown boxes that allows you to choose a PAQ compressor family/series, a version, the desired compression level, and for paq8pxd, it allows you to choose the number of threads to use. For PAQ8PX, you get to enable flags that may improve the compression of files. Once the compression starts, you can see the progress in the Log section. Some compressors may not output a percentage progress, but I customized the latest version of PAQ8PX to provide it in real time. Basically it required adding some stdout flushing here and there and modifying the status code a little bit. The result is a real-time progress report detailed with the GUI’s current time output per file, so you can see the time it takes to compress or extract a file.
I hope this GUI is useful for you. You can download it at the PAQCompress page here: https://moisescardona.me/PAQCompress
Note: I strongly suggest you always test your compressed archives by extracting them and comparing them to the original files.
Some GitHub repositories can be found below: