Downloads:
8,825,180
Downloads of v 7.12.0:
234,692
Last Update:
25 Jun 2025
Package Maintainer(s):
Software Author(s):
- win.rar GmbH
Tags:
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
WinRAR
- 1
- 2
- 3
7.12.0 | Updated: 25 Jun 2025
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
8,825,180
Downloads of v 7.12.0:
234,692
Maintainer(s):
Software Author(s):
- win.rar GmbH
WinRAR 7.12.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by win.rar GmbH. The inclusion of win.rar GmbH trademark(s), if any, upon this webpage is solely to identify win.rar GmbH goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install WinRAR, run the following command from the command line or from PowerShell:
To upgrade WinRAR, run the following command from the command line or from PowerShell:
To uninstall WinRAR, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download winrar --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade winrar -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade winrar -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install winrar
win_chocolatey:
name: winrar
version: '7.12.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'winrar' do
action :install
source 'INTERNAL REPO URL'
version '7.12.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller winrar
{
Name = "winrar"
Version = "7.12.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'winrar':
ensure => '7.12.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 25 Jun 2025.
NOTE When a new version is released, not all translations are avaialbe. Currently there is no solution to permanently fix this. For more information have a look at issue #20
WinRAR
WinRAR is a powerful archive manager. It can backup your data and reduce the size of email attachments, decompress RAR, ZIP and other files downloaded from Internet and create new archives in RAR and ZIP file format.
You can find themes for WinRAR here.
Commercial software
You can try WinRAR before you buy.
Package Parameters
The following package parameters can be set:
/LCID:
- the language code you want to install - defaults to your current language/English:
- force English language to install
To pass parameters, use --params "''"
(e.g. choco install packageID [other options] --params="'/ITEM:value /ITEM2:value2 /FLAG_BOOLEAN'"
).
To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades
.
Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know here that the package is no longer updating correctly.
$packageName = $env:ChocolateyPackageName
$packageSearch = "WinRAR*"
$installerType = 'exe'
$silentArgs = '/S'
$validExitCodes = @(0)
Get-ItemProperty -Path @('HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*') `
-ErrorAction:SilentlyContinue `
| Where-Object {$_.DisplayName -like $packageSearch} `
| ForEach-Object {Uninstall-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$($silentArgs)" `
-File "$($_.UninstallString.Replace('"',''))" `
-ValidExitCodes $validExitCodes}
en|https://www.rarlab.com/rar/winrar-x64-712.exe|80ab68244a0d86600ab250e8dba551b87f7f8b4603e2300b3bcbd7e870e90f91
ar|https://www.rarlab.com/rar/winrar-x64-712ar.exe|a752e89403a667f9b12f551e9a4702ffe00663123699f97abb3868eb8f73f854
am|https://www.rarlab.com/rar/winrar-x64-712am.exe|1c1587900ccf038cb72a4c826c06e5b864210de9887040860dae1aa69adee923
az|https://www.rarlab.com/rar/winrar-x64-712az.exe|dedc50eda13b8edc0f43b71e6ed5eb439f4a6e29ff62204cb2c42edc86117991
cro|https://www.rarlab.com/rar/winrar-x64-712cro.exe|64ec61d87df92cc53f71b5ed4423ab32ed37da449a087caaf489f945c93d4fcd
dk|https://www.rarlab.com/rar/winrar-x64-712dk.exe|c56444fc9daa3d7ae34591a49862e932a7ae27e5db857108d46da135c8c8d887
en|https://www.rarlab.com/rar/winrar-x64-712.exe|80ab68244a0d86600ab250e8dba551b87f7f8b4603e2300b3bcbd7e870e90f91
el|https://www.rarlab.com/rar/winrar-x64-712el.exe|c321f380924c780a458581ecf28166dcab22c6fdd0cc62030aeef43c16d4e36b
id|https://www.rarlab.com/rar/winrar-x64-712id.exe|971adb168f69df8e2383e435aba1224110ac2cbdf8468a4e393e25bde91bbbcd
lt|https://www.rarlab.com/rar/winrar-x64-712lt.exe|ecf423593061af2f5dede0200ad13612eb06e2e66e6d2f567b0bcd05717ce00a
mn|https://www.rarlab.com/rar/winrar-x64-712mn.exe|c8580d8c056f4ffcd82d085e6aa617d10b2602c171abb107a0a8a4695f0770d8
pt|https://www.rarlab.com/rar/winrar-x64-712pt.exe|1ed07a747a3ebb7d0dbebbcaf8bb1e80df7bda13d6fb31770550898e5d3e2cb6
srbcyr|https://www.rarlab.com/rar/winrar-x64-712srbcyr.exe|8135cf32d5612347bda1ad22894c5a1ef3101fa763cae1d95d5ff3e9b6e6efd0
sw|https://www.rarlab.com/rar/winrar-x64-712sw.exe|587eb7b947308cfcbff84a8e4bdba2e518674c70801d4418c87179e036d75609
th|https://www.rarlab.com/rar/winrar-x64-712th.exe|2fbc6cd5f118170dda849c29d60c02067f0b75d50ace432e4e5a2dd044e32197
tr|https://www.rarlab.com/rar/winrar-x64-712tr.exe|81d43e0c5b3746fe6ba05da918f9c4b528898a438ad68fde612ebe5a800c193b
uk|https://www.rarlab.com/rar/winrar-x64-712uk.exe|e2367795c4adbccf23ab8e32844d82265e9f98d12d374fd4db146498d650aa6f
function GetDownloadInfo {
param(
[string]$downloadInfoFile,
[string]$code,
[string]$urlVersion
)
Write-Debug "Reading CSV file from $downloadInfoFile"
$downloadInfo = Get-Content -Encoding UTF8 -Path $downloadInfoFile | ConvertFrom-Csv -Delimiter '|' -Header 'Code','URL64','Checksum64'
$result = $downloadInfo | Where-Object { $_.Code -eq $code } | Select-Object -first 1
if (!$result) {
$result = $downloadInfo | Where-Object { $_.Code -eq 'en' } | Select-Object -first 1
$result.URL64 = $result.URL64 -replace $urlVersion, "${urlVersion}${code}"
$result.Checksum64 = ''
}
$result
}
Log in or click on link to see number of positives.
- winrar.7.12.0.nupkg (540f5d7c6b08) - ## / 66
- winrar-x64-712.exe (80ab68244a0d) - ## / 71
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
WinRAR 7.12.0 | 234692 | Wednesday, June 25, 2025 | Approved | |
WinRAR 7.11.0 | 379686 | Monday, March 24, 2025 | Approved | |
WinRAR 7.10.0 | 355880 | Tuesday, February 25, 2025 | Approved | |
WinRAR 7.1.0 | 579293 | Wednesday, May 15, 2024 | Approved | |
WinRAR 7.0.0 | 211050 | Thursday, February 29, 2024 | Approved | |
WinRAR 6.24 | 250109 | Thursday, October 5, 2023 | Approved | |
WinRAR 6.23 | 194447 | Wednesday, August 2, 2023 | Approved | |
WinRAR 6.22 | 136634 | Thursday, June 8, 2023 | Approved | |
WinRAR 6.21 | 214535 | Monday, February 20, 2023 | Approved | |
WinRAR 6.20 | 157687 | Monday, January 23, 2023 | Approved | |
WinRAR 6.11.0.20220504 | 343742 | Wednesday, May 4, 2022 | Approved | |
WinRAR 6.11 | 141957 | Friday, March 4, 2022 | Approved | |
WinRAR 6.10.0.20220128 | 99551 | Friday, January 28, 2022 | Approved | |
WinRAR 6.10 | 30322 | Tuesday, January 25, 2022 | Approved | |
WinRAR 6.02 | 362443 | Monday, June 14, 2021 | Approved | |
WinRAR 6.01 | 166855 | Monday, April 12, 2021 | Approved | |
WinRAR 6.0.0.20210102 | 260172 | Saturday, January 2, 2021 | Approved | |
WinRAR 6.00 | 76137 | Monday, December 7, 2020 | Approved | |
WinRAR 5.91.0.20200917 | 147464 | Thursday, September 17, 2020 | Approved | |
WinRAR 5.91 | 137305 | Monday, June 29, 2020 | Approved | |
WinRAR 5.90.0.20200528 | 51384 | Thursday, May 28, 2020 | Approved | |
WinRAR 5.90.0.20200401 | 91980 | Wednesday, April 1, 2020 | Approved | |
WinRAR 5.90 | 23614 | Monday, March 30, 2020 | Approved | |
WinRAR 5.80.0.20200219 | 77870 | Wednesday, February 19, 2020 | Approved | |
WinRAR 5.80.0.20200102 | 125030 | Thursday, January 2, 2020 | Approved | |
WinRAR 5.80 | 52902 | Wednesday, December 11, 2019 | Approved | |
WinRAR 5.71 | 294984 | Wednesday, May 8, 2019 | Approved | |
WinRAR 5.70.0.20190305 | 57366 | Tuesday, March 5, 2019 | Approved | |
WinRAR 5.70 | 36162 | Wednesday, February 27, 2019 | Approved |
win.rar GmbH
This package has no dependencies.
Ground Rules:
- This discussion is only about WinRAR and the WinRAR 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 WinRAR, 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.