DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Related

  • Aggregating REST APIs Calls Using Apache Camel
  • GraphQL vs REST API: Which Is Better for Your Project in 2025?
  • Update User Details in API Test Client Using REST Assured [Video]
  • Create User API Test Client With REST Assured [Video]

Trending

  • Multi-Scale Feature Learning in CNN and U-Net Architectures
  • The Agentic Agile Office: Streamlining Enterprise Agile With Autonomous AI Agents
  • How to Format Articles for DZone
  • A Hands-On ABAP RESTful Programming Model Guide
  1. DZone
  2. Software Design and Architecture
  3. Integration
  4. How to Install cURL on Windows

How to Install cURL on Windows

cURL requires an install on Windows. Learn how to do so easily using a one-click installer or Chocolatey, or by using the official cURL binaries, with videos to help.

By 
Alan Richardson user avatar
Alan Richardson
·
Apr. 02, 18 · Tutorial
Likes (6)
Comment
Save
Tweet
Share
53.5K Views

Join the DZone community and get the full member experience.

Join For Free

I remember cURL being easier to install than it currently seems to be. I've had a few questions from people working through my book "Automating and Testing a REST API" on who were experiencing difficulties installing cURL on Windows. I documented a few different approaches.

In order of easiness:

  • Install it using Chocolatey.
  • Install it with a one-click installer.
  • Using official cURL binaries.

Install It Using Chocolatey

Assuming you have Chocolatey installed.

Then use choco install curl

Install It With a One-Click Installer

If you prefer graphical installers, then the one-click installer from confused by code seemed to work well.

This installs everything and adds curl to your path, I've used this before for setting up my machines for training courses.

During the installation process, it might prompt you to install the VC++ redistributables, but there is a link in the installer that takes you to the download, then download and install then click continue in the cURL install to continue.

Then cURL should be on your path.

Official Installs From cURL

I found these the hardest to work with. It was not easy to see which were binary packages and which were not.

I went to curl.haxx.se/dlwiz and looked at the window compiled versions

I found the following that worked relatively easily:

  • The SSL enabled cab file 7.59.0 from Stefan Kanthak..
  • The 7.59 MinGW version from Viktor Szakats. curl.exe is in the \bin folder and if I can run curl from this folder or add it to the path.

Other Options

I haven't tried these for a while, but they might offer useful research opportunities.

Supporting Videos

You can also find all the videos on the Automating and Testing a REST API Book Support Page.

Install Using Chocolatey


Confused by Code Installer


Official Installs


Installer (macOS) Chocolatey REST Book API Download Web Protocols Links

Published at DZone with permission of Alan Richardson. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • Aggregating REST APIs Calls Using Apache Camel
  • GraphQL vs REST API: Which Is Better for Your Project in 2025?
  • Update User Details in API Test Client Using REST Assured [Video]
  • Create User API Test Client With REST Assured [Video]

Partner Resources

×

Comments

The likes didn't load as expected. Please refresh the page and try again.

  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook