Downloads:
370,626
Downloads of v 10.6.0:
8
Last Update:
09 Aug 2025
Published Date:
09 Aug 2025
Package Maintainer(s):
Software Author(s):
- Giorgio Tani
Tags:
- #foss
- #cross-platform
- #file-manager
- #file-encryption
- #file-compression
- #zip
- #rar
- #7zip
- #tar
- #admin
- #peazip
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
PeaZip
(Waiting on dependencies)
The package has been suspended from automatic moderation due to unsatisfied dependencies. Moderation for this package will continue once all dependencies that satisfy the version range have been approved or exempted.
- 1
- 2
- 3
10.6.0 | Updated: 09 Aug 2025
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
370,626
Downloads of v 10.6.0:
8
Published:
09 Aug 2025
Maintainer(s):
Software Author(s):
- Giorgio Tani
PeaZip 10.6.0
(Waiting on dependencies)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Giorgio Tani. The inclusion of Giorgio Tani trademark(s), if any, upon this webpage is solely to identify Giorgio Tani goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Pending
3 Pending Tests
Validation Testing Pending
Verification Testing Pending
Scan Testing Pending
The package has been suspended from automatic moderation due to unsatisfied dependencies. Moderation for this package will continue once all dependencies that satisfy the version range have been approved or exempted.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
A cross-platform file archiver and file manager utility.
The program supports over 150 archive formats including 7Z, ACE, ARC, ARJ, BZ2, CAB, DMG, GZ, ISO, LHA, PAQ, PEA, RAR, TAR, UDF, WIM, ZIP, ZIPX...
Features
Features of PeaZip includes extract, create and convert multiple archives at once, create self-extracting archives, split/join, encrypted password manager, strong encryption with two factor authentication, secure deletion, find duplicate files, calculate hashes, manage graphic files (rotate, crop, resize, convert).
Notes
- If the package is out of date please check Version History for the latest submitted version. If you have a question, please ask it in Chocolatey Community Package Discussions or raise an issue on the Chocolatey Community Packages Repository if you have problems with the package. Disqus comments will generally not be responded to.
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg" width="48" height="48"/> [PeaZip (Install)](https://chocolatey.org/packages/peazip)
A cross-platform file archiver and file manager utility.
The program supports over 150 archive formats including 7Z, ACE, ARC, ARJ, BZ2, CAB, DMG, GZ, ISO, LHA, PAQ, PEA, RAR, TAR, UDF, WIM, ZIP, ZIPX...
## Features
Features of PeaZip includes extract, create and convert multiple archives at once, create self-extracting archives, split/join, encrypted password manager, strong encryption with two factor authentication, secure deletion, find duplicate files, calculate hashes, manage graphic files (rotate, crop, resize, convert).
## Notes
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
Import-Module Chocolatey-AU
$releases = 'https://github.com/giorgiotani/PeaZip/releases'
function global:au_GetLatest {
$download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing
$url32 = $download_page.links | Where-Object href -match 'WINDOWS.exe$' | Select-Object -First 1 -expand href
$url64 = $download_page.links | Where-Object href -match 'WIN64.exe$' | Select-Object -First 1 -expand href
$version = $url32 -split '-|.WINDOWS.exe' | Select-Object -Last 1 -Skip 1
$version64 = $url64 -split '-|.WIN64.exe' | Select-Object -Last 1 -Skip 1
if ($version -ne $version64) {
throw "32-bit and 64-bit version do not match. Please investigate."
}
return @{
URL32 = 'https://github.com' + $url32
URL64 = 'https://github.com' + $url64
Version = $version
}
}
function global:au_SearchReplace {
@{
"$($Latest.PackageName).nuspec" = @{
"(\<dependency .+?`"$($Latest.PackageName).install`" version=)`"([^`"]+)`"" = "`$1`"[$($Latest.Version)]`""
}
}
}
update -ChecksumFor none
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
PeaZip 10.6.1 | 2714 | Sunday, August 17, 2025 | Approved | |
PeaZip 10.6.0 | 8 | Saturday, August 9, 2025 | Waiting on dependencies | |
PeaZip 10.5.0 | 7288 | Sunday, June 15, 2025 | Approved | |
PeaZip 10.4.0 | 7368 | Monday, April 14, 2025 | Approved | |
PeaZip 10.3.0 | 8936 | Saturday, February 22, 2025 | Approved | |
PeaZip 10.2.0 | 8901 | Wednesday, January 1, 2025 | Approved | |
PeaZip 10.1.0 | 7278 | Tuesday, November 12, 2024 | Approved | |
PeaZip 10.0.0 | 3770 | Saturday, October 26, 2024 | Approved | |
PeaZip 9.9.1 | 8810 | Sunday, August 18, 2024 | Approved | |
PeaZip 9.8.0 | 13408 | Saturday, May 11, 2024 | Approved | |
PeaZip 9.7.1 | 9447 | Thursday, February 15, 2024 | Approved | |
PeaZip 9.7.0 | 1457 | Sunday, February 11, 2024 | Approved | |
PeaZip 9.6.0 | 7032 | Saturday, December 16, 2023 | Approved | |
PeaZip 9.5.0 | 3738 | Sunday, October 22, 2023 | Approved | |
PeaZip 9.4.0 | 4113 | Saturday, August 19, 2023 | Approved | |
PeaZip 9.3.0 | 8715 | Sunday, June 25, 2023 | Approved | |
PeaZip 9.2.0 | 15886 | Sunday, April 23, 2023 | Approved | |
PeaZip 9.1.0 | 6707 | Sunday, February 26, 2023 | Approved | |
PeaZip 9.0.0 | 6821 | Sunday, December 18, 2022 | Approved | |
PeaZip 8.9.0 | 7142 | Sunday, October 9, 2022 | Approved | |
PeaZip 8.8.0 | 5961 | Saturday, August 20, 2022 | Approved | |
PeaZip 8.7.0 | 5523 | Thursday, June 30, 2022 | Approved | |
PeaZip 8.5.0 | 9816 | Sunday, February 20, 2022 | Approved | |
PeaZip 8.4.0 | 5621 | Wednesday, December 15, 2021 | Approved | |
PeaZip 8.3.0 | 6477 | Monday, November 15, 2021 | Approved | |
PeaZip 8.2.0 | 7642 | Sunday, September 12, 2021 | Approved | |
PeaZip 8.1.0 | 6427 | Saturday, July 24, 2021 | Approved | |
PeaZip 8.0.0 | 5958 | Thursday, June 10, 2021 | Approved | |
PeaZip 7.9.0 | 6171 | Monday, April 19, 2021 | Approved | |
PeaZip 7.8.0 | 4971 | Sunday, March 21, 2021 | Approved | |
PeaZip 7.7.1 | 5306 | Friday, February 12, 2021 | Approved | |
PeaZip 7.7.0 | 4160 | Friday, January 8, 2021 | Approved | |
PeaZip 7.6.0 | 3228 | Tuesday, December 15, 2020 | Approved | |
PeaZip 7.5.0 | 3405 | Friday, November 13, 2020 | Approved | |
PeaZip 7.4.2 | 3527 | Monday, October 5, 2020 | Approved | |
PeaZip 7.4.1 | 2790 | Tuesday, September 8, 2020 | Approved | |
PeaZip 7.3.2 | 4722 | Tuesday, June 23, 2020 | Approved | |
PeaZip 7.3.1 | 2405 | Tuesday, June 2, 2020 | Approved | |
PeaZip 7.3.0 | 1777 | Monday, May 18, 2020 | Approved | |
PeaZip 7.2.2 | 1992 | Wednesday, May 6, 2020 | Approved | |
PeaZip 7.2.1 | 1606 | Monday, April 27, 2020 | Approved | |
PeaZip 7.2.0 | 2239 | Wednesday, April 8, 2020 | Approved | |
PeaZip 7.1.1 | 2756 | Monday, March 9, 2020 | Approved | |
PeaZip 7.1.0 | 3111 | Sunday, February 2, 2020 | Approved | |
PeaZip 7.0.1 | 2590 | Sunday, December 29, 2019 | Approved | |
PeaZip 7.0.0 | 2142 | Monday, December 2, 2019 | Approved | |
PeaZip 6.9.2 | 5400 | Sunday, September 1, 2019 | Approved | |
PeaZip 6.9.1 | 1700 | Sunday, August 25, 2019 | Approved | |
PeaZip 6.9.0 | 1053 | Sunday, August 18, 2019 | Approved | |
PeaZip 6.8.1 | 3175 | Friday, June 14, 2019 | Approved | |
PeaZip 6.8.0 | 2410 | Sunday, May 5, 2019 | Approved | |
PeaZip 6.7.2 | 1588 | Sunday, April 14, 2019 | Approved | |
PeaZip 6.7.1 | 1891 | Sunday, March 17, 2019 | Approved | |
PeaZip 6.7.0 | 2220 | Sunday, February 10, 2019 | Approved | |
PeaZip 6.6.1 | 3764 | Sunday, October 28, 2018 | Approved | |
PeaZip 6.6.0 | 4636 | Sunday, May 6, 2018 | Approved | |
PeaZip 6.5.1 | 4616 | Sunday, February 18, 2018 | Approved | |
PeaZip 6.5.0 | 11628 | Friday, December 1, 2017 | Approved | |
PeaZip 6.4.1 | 39204 | Sunday, April 30, 2017 | Approved | |
PeaZip 6.4.0 | 4995 | Sunday, March 26, 2017 | Approved | |
PeaZip 6.3.1 | 4439 | Monday, February 6, 2017 | Approved | |
PeaZip 6.3.0 | 2324 | Sunday, January 8, 2017 | Approved | |
PeaZip 6.0.3 | 3891 | Tuesday, June 21, 2016 | Approved | |
PeaZip 6.0.0 | 1570 | Saturday, February 27, 2016 | Approved | |
PeaZip 5.9.1 | 1371 | Monday, January 4, 2016 | Approved | |
PeaZip 5.9.0 | 824 | Sunday, November 29, 2015 | Approved | |
PeaZip 5.8.1 | 486 | Thursday, October 22, 2015 | Approved | |
PeaZip 5.8.0 | 466 | Monday, October 5, 2015 | Approved | |
PeaZip 5.7.2 | 513 | Sunday, October 4, 2015 | Approved | |
PeaZip 5.6.1 | 1384 | Monday, June 29, 2015 | Approved | |
PeaZip 5.6.0 | 1246 | Wednesday, May 13, 2015 | Approved | |
PeaZip 5.5.3 | 980 | Tuesday, March 10, 2015 | Approved | |
PeaZip 5.5.0.20141130 | 1518 | Sunday, November 30, 2014 | Approved | |
PeaZip 5.5.0 | 834 | Sunday, October 19, 2014 | Approved | |
PeaZip 5.4.1 | 885 | Friday, August 15, 2014 | Approved | |
PeaZip 5.4.0 | 823 | Tuesday, July 8, 2014 | Approved | |
PeaZip 5.3.1 | 713 | Sunday, May 4, 2014 | Approved | |
PeaZip 5.3.0 | 565 | Thursday, May 1, 2014 | Approved | |
PeaZip 5.2.1 | 865 | Friday, December 27, 2013 | Approved | |
PeaZip 5.2.0 | 587 | Thursday, December 19, 2013 | Approved | |
PeaZip 5.1.1 | 669 | Wednesday, October 16, 2013 | Approved | |
PeaZip 5.1.0.20130907 | 592 | Friday, September 6, 2013 | Approved | |
PeaZip 5.1.0 | 557 | Sunday, September 1, 2013 | Approved | |
PeaZip 5.0.1 | 635 | Friday, July 26, 2013 | Approved | |
PeaZip 5.0 | 617 | Wednesday, July 3, 2013 | Approved |
Copyright © PeaZip srl
-
- peazip.install (= 10.6.0)
Ground Rules:
- This discussion is only about PeaZip and the PeaZip package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or PeaZip, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
chocolatey-community (maintainer) on 09 Aug 2025 12:14:42 +00:00:
User 'chocolatey-community' (maintainer) submitted package.