How to Install cURL on MacOSX

January 26, 2023 / How-to Guide

In this article, we will find out how to install cURL on MacOSX. cURL is a computer software project that offers a command-line tool (curl) and library (libcurl) for data transmission using several network protocols.

Follow these steps to install cURL on MacOSX:

  1. Open the computer’s terminal.
  2. Find the below command and execute it:
    ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” < /dev/null 2> /dev/null
  3. If necessary to continue, enter the password of your Mac.
  4. It will install cURL.
  5. Execute the following command in the terminal:
    brew install curl

That’s it for installing cURL on macOSX! You will be able to use cURL from your Mac computer in this way.

If you’re using Linux, follow our guide on How to Install cURL on Linux. and if you are a Windows user, check out the cURL Installation guide on Windows. Get ready to use cURL on your system effortlessly!

Spread the love