Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
1,940,426
Downloads of v 7.59.0.20180504:
5,604
Last Update:
04 May 2018
Package Maintainer(s):
Software Author(s):
- Daniel Stenberg
- cURL Contributors
Tags:
curl URL ssh ssl download foss cros-platform cli- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

cURL
This is not the latest version of cURL available.
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,940,426
Downloads of v 7.59.0.20180504:
5,604
Maintainer(s):
Software Author(s):
- Daniel Stenberg
- cURL Contributors
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
cURL 7.59.0.20180504
This is not the latest version of cURL available.
All Checks are Passing
2 Passing Test
To install cURL, run the following command from the command line or from PowerShell:
To upgrade cURL, run the following command from the command line or from PowerShell:
To uninstall cURL, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
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://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
choco download curl --internalize --version=7.59.0.20180504 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade curl -y --source="'STEP 3 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 curl -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure curl installed
win_chocolatey:
name: curl
state: present
version: 7.59.0.20180504
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'curl' do
action :install
version '7.59.0.20180504'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: curl,
Version: 7.59.0.20180504,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller curl
{
Name = 'curl'
Ensure = 'Present'
Version = '7.59.0.20180504'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'curl':
provider => 'chocolatey',
ensure => '7.59.0.20180504',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install curl version="7.59.0.20180504" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 04 May 2018.
curl is used in command lines or scripts to transfer data. It is also used in cars, television sets, routers, printers, audio equipment, mobile phones, tablets, settop boxes, media players and is the internet transfer backbone for thousands of software applications affecting billions of humans daily.
Features
Supports DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, HTTP/2, cookies, user+password authentication (Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy tunneling and more.
From: https://github.com/curl/curl/blob/028391df5d84d9fae3433afdee9261d565900355/COPYING
LICENSE
COPYRIGHT AND PERMISSION NOTICE
Copyright (c) 1996 - 2017, Daniel Stenberg, <[email protected]>, and many
contributors, see the THANKS file.
All rights reserved.
Permission to use, copy, modify, and distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright
notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of a copyright holder shall not
be used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization of the copyright holder.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to https://curl.haxx.se/download.html, scroll down to Windows and look for
binaries provided by Viktor Szakáts
x32: https://bintray.com/artifact/download/vszakats/generic/curl-7.59.0-win32-mingw.zip
x64: https://bintray.com/artifact/download/vszakats/generic/curl-7.59.0-win64-mingw.zip
to download the zip files. You may wish to rename one of the files.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32: C66C41FB6DAA4AB0394D9A4274B377E3E548CB61328E6F8C95D8B19221BC52DA
checksum64: F2582175F4FBD15DD085BF36EA2C6EA17CDC14BE6A7A3743CEECFB8BD388AAD1
File 'LICENSE.txt' obtained from:
https://github.com/curl/curl/blob/028391df5d84d9fae3433afdee9261d565900355/COPYING
$ErrorActionPreference = 'Stop'
$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$embedded_path = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; Remove-Item "$toolsDir\curl_x32" -Recurse; "$toolsDir\curl_x64"
} else { Write-Host "Installing 32 bit version"; Remove-Item "$toolsDir\curl_x64" -Recurse; "$toolsDir\curl_x32" }
Move-Item -Path "$toolsDir\cacert.pem" -Destination "$embedded_path\curl-ca-bundle.crt" -Force
md5: 7B754E3BBA6E66713195636A14C6CB98 | sha1: 56AC985588858008CAA403992F62AF2CA70B0F36 | sha256: 26420F241C1535D0013D024898436F1B0B0A9655DB4E08649A9C2A47DA99E226 | sha512: 507747EE5A30B999D7D2EBEA62C02880908529E32F6411FC25925D8DBB4AAE6F8684047E2AB69B0CD897408A3177AE449AF8FE5E047EA8DD49371EF14C59D993
md5: 2234CD36E46D52CEA532BC90C413558E | sha1: 1CEBADA341203F88B5296203EC130DF970220398 | sha256: 60AAF0EF296091349F93DFB4A69937BA35EA6EA43C10ECE3DA478D5DC4484C11 | sha512: BFC56A5E33A7F674D0A717B65D124C44223F385F8450CF81A6F3C0C20EF23F2DCE3ADE02F59A0FB5DD5D1D216482606EBE8960D7C131DB57A34209158E0DC37F
md5: 95855D15C040000797A585FEEF96896B | sha1: A5E06046264FFDFFF3CE428A50311612B7635A54 | sha256: AB8E4186C50978377B29C18158BE54B9766DD5B12F44D091FAD5C13CFB121072 | sha512: ACDFE284A1AAC0D164DAD2E17597E4C21E572302800EDF7DEDD5AD414ADBF58F8246FD8F0A68C00072DBFD0AA2A4ABEF73D54B535F2F203D382F4D13D65E1F90
md5: D1410F156F15D26C18CBA4D78BC57CCA | sha1: 1E3FAF1312D4EB3EAED76587379F3E594CF316B1 | sha256: 000BAB38E5348A769715DE3B672C5E336252DB59E991478E260A0F28A7CD9B77 | sha512: CB98EB2D39C8E3B5676D8D8B4A473BEA8DFF0FE156A4F64571B9489E6BCDA98457884ECB38B386E2362AD0F23FAA37F8445F683911C4BF8FB5C1AF4ED81AC70B
Log in or click on link to see number of positives.
- curl.7.59.0.20180504.nupkg (08c0613002eb) - ## / 62
- curl.exe (26420f241c15) - ## / 67
- libcurl.dll (60aaf0ef2960) - ## / 67
- curl.exe (ab8e4186c509) - ## / 66
- libcurl-x64.dll (000bab38e534) - ## / 67
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
cURL 7.75.0.20210225 | 10633 | Thursday, February 25, 2021 | Approved |
cURL 7.75.0 | 37918 | Saturday, February 13, 2021 | Approved |
cURL 7.73.0 | 210419 | Thursday, October 15, 2020 | Approved |
cURL 7.72.0 | 65541 | Wednesday, August 19, 2020 | Approved |
cURL 7.71.1 | 45226 | Thursday, July 2, 2020 | Approved |
cURL 7.71.0 | 12807 | Wednesday, June 24, 2020 | Approved |
cURL 7.70.0 | 54990 | Thursday, April 30, 2020 | Approved |
cURL 7.69.1 | 46060 | Thursday, March 12, 2020 | Approved |
cURL 7.69.0 | 10328 | Friday, March 6, 2020 | Approved |
cURL 7.68.0 | 57392 | Thursday, January 9, 2020 | Approved |
cURL 7.67.0 | 66716 | Thursday, November 7, 2019 | Approved |
cURL 7.66.0.20190926 | 44078 | Thursday, September 26, 2019 | Approved |
cURL 7.66.0 | 21527 | Wednesday, September 11, 2019 | Approved |
cURL 7.65.3 | 52446 | Saturday, July 20, 2019 | Approved |
cURL 7.65.2 | 6948 | Thursday, July 18, 2019 | Approved |
cURL 7.65.1 | 44994 | Wednesday, June 5, 2019 | Approved |
cURL 7.65.0 | 17225 | Friday, May 24, 2019 | Approved |
cURL 7.64.1 | 57659 | Thursday, March 28, 2019 | Approved |
cURL 7.64.0 | 39410 | Thursday, February 7, 2019 | Approved |
cURL 7.63.0 | 42061 | Thursday, December 13, 2018 | Approved |
cURL 7.62.0 | 37640 | Wednesday, October 31, 2018 | Approved |
cURL 7.61.1 | 56792 | Wednesday, September 5, 2018 | Approved |
cURL 7.61.0 | 68982 | Wednesday, July 11, 2018 | Approved |
cURL 7.60.0 | 51382 | Thursday, May 17, 2018 | Approved |
cURL 7.59.0.20180507 | 12943 | Monday, May 7, 2018 | Approved |
cURL 7.59.0.20180504 | 5604 | Friday, May 4, 2018 | Approved |
cURL 7.59.0 | 72024 | Sunday, March 18, 2018 | Approved |
cURL 7.58.0.20180213 | 45736 | Tuesday, February 13, 2018 | Approved |
cURL 7.58.0 | 19998 | Thursday, January 25, 2018 | Approved |
cURL 7.57.0 | 57312 | Thursday, November 30, 2017 | Approved |
cURL 7.56.1 | 54609 | Monday, October 23, 2017 | Approved |
cURL 7.56.0 | 25583 | Thursday, October 5, 2017 | Approved |
cURL 7.55.1 | 74194 | Monday, August 14, 2017 | Approved |
cURL 7.55.0 | 7725 | Thursday, August 10, 2017 | Approved |
cURL 7.54.1 | 69070 | Thursday, June 15, 2017 | Approved |
cURL 7.54.0 | 73954 | Monday, April 24, 2017 | Approved |
cURL (Portable) 7.52.1 | 41711 | Wednesday, February 1, 2017 | Approved |
cURL 7.28.1 | 215913 | Tuesday, December 4, 2012 | Approved |
cURL 7.25.0 | 1686 | Wednesday, April 11, 2012 | Unknown |
cURL 7.24.0.20120225 | 640 | Saturday, February 25, 2012 | Unknown |
cURL 7.23.1 | 660 | Wednesday, December 14, 2011 | Unknown |
cURL 7.22.0 | 664 | Friday, October 14, 2011 | Unknown |
cURL 7.21.7 | 1033 | Friday, October 14, 2011 | Unknown |
1996 - 2017, Daniel Stenberg, and many contributors
This package has no dependencies.
Ground Rules:
- This discussion is only about cURL and the cURL 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 cURL, 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.