Genuine question: why would I use this over 7zip?
doesnt windows now have all the similar tools default?
PeaZip: Open-source file compression and encryption software
91–95 of 95 posts
Re: PeaZip: Open-source file compression and encryption software
#92Earlier quoted context omitted.
PeaZip appears to rely on 7zip for most of its supported formats. So Peazip isn't really an alternative if you want to avoid 7zip out of security concerns. > 7z ... should be placed in (peazip)/res/bin/7z, to manage 7Z files and most of the other supported formats https://peazip.github.io/peazip-sources.html I personally like libarchive and its bsdtar CLI, which also supports a wide range of formats. I don't know if…
The native archive support that was recently added to Windows itself is backed by libarchive.
Re: PeaZip: Open-source file compression and encryption software
#93Can it do lrzip? Did a quickish search https://github.com/nakijun/peazip/issues/149
Re: PeaZip: Open-source file compression and encryption software
#94Nitpicks: 1. Command to unquarantine in docs is wrong. It should be `xattr -d com.apple.quarantine /Applications/peazip.app` not `xattr -dr com.apple.quarantine /Applications/peazip.app` 2. Not available via homebrew 3. Can't open issues, neither on Github nor sourceforge