🏳️curl

Website faviconcurl.haxx.se

[Download](/download.html)

[Browse source](https://github.com/curl/curl) [Changelog](/ch/) [Release Candidates](/rc/) [tiny-curl](/tiny/)

[Documentation](/docs/)

[Project](/docs/projdocs.html)   [Bug Bounty](/docs/bugbounty.html) [FAQ](/docs/faq.html)   [Help us](/docs/help-us.html)   [Known bugs](/docs/knownbugs.html)   [TODO](/docs/todo.html) [Protocols](/docs/protdocs.html)   [CA bundle](/docs/caextract.html)   [HTTP Cookies](/docs/http-cookies.html)   [SSL Certs](/docs/sslcerts.html) [Releases](/docs/reldocs.html)   [Security](/docs/security.html)   [Version numbers](/docs/versions.html)   [Vulnerabilities](/docs/vulnerabilities.html) [curl tool](/docs/tooldocs.html)   [man page](/docs/manpage.html)   [Tutorial](/docs/tutorial.html)   [HTTP scripting](/docs/httpscripting.html) [trurl](/trurl/) [wcurl](/wcurl/) [Videos](/docs/videos/) [Who and Why](/docs/whodocs.html)

[libcurl](/libcurl/)

[API](/libcurl/c/) [Examples](/libcurl/c/example.html) [Features](/libcurl/features.html) [Mailing list](/mail/list.cgi?list=curl-library) [Symbols](/libcurl/c/symbols-in-versions.html) [Using libcurl](/libcurl/using/) [Tutorial](/libcurl/c/libcurl-tutorial.html)

[Get Help](/gethelp.html)

[curl-library](https://lists.haxx.se/listinfo/curl-library) [curl-users](https://lists.haxx.se/listinfo/curl-users) [IRC / chat](/docs/irc.html) [Mailing lists](/mail/) [Everything curl \[book\]](/book.html) [Video presentations](/docs/videos/) [Report a bug](https://github.com/curl/curl/issues) [Paid support](/support.html)

[Development](/dev/)

[Autobuilds](/dev/builds.html) [Code review](/dev/code-review.html) [Code style](/dev/code-style.html) [Contribute](/dev/contribute.html) [Dashboard](/dashboard.html) [Deprecate](/dev/deprecate.html) [Internals](/dev/internals.html) [Release Notes](/dev/release-notes.html) [Release Procedure](/dev/release-procedure.html) [Roadmap](/dev/roadmap.html) [Run Tests](/dev/runtests.html) [Specifications](/rfc/) [Test curl](/dev/testcurl.html) [Tests Overview](/dev/tests-overview.html) [Vulnerability Disclosure Policy](/dev/vuln-disclosure.html)

[News](/news.html)

[Changelog](/ch/) [Release table](/docs/releases.html)

* * *

**command line tool and library**  

for transferring data with URLs  

(since 1998)

**Top Sponsors**[](sponsors.html)

[Commercial support available](/support.html)

[Everything curl](https://everything.curl.dev/) is a free ebook about curl and libcurl

[](https://everything.curl.dev/)

[Sponsor curl financially](/donation.html)

Video: [mastering the curl command line tool](https://youtu.be/V5vZWHP-RqU)

[](https://youtu.be/V5vZWHP-RqU)

What is curl used for?

----------------------

curl is used in command lines or scripts to transfer data. curl is also **libcurl**, used in cars, television sets, routers, printers, audio equipment, mobile phones, tablets, medical devices, settop boxes, computer games, media players and is the Internet transfer engine for countless software applications in over _twenty billion installations_.

curl is used daily by virtually every Internet-using human on the globe.

curl supports

-------------

Protocols

DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS, WSS

Proxies

SOCKS4, SOCKS5, HTTP, HTTPS (HTTP/1 and HTTP/2), tunneling, via unix domain sockets, haproxy, SOCKS+HTTP proxy chain

HTTP

GET, POST, PUT, HEAD, multipart formpost, HTTP/0.9, HTTP/1.0, HTTP/1.1, HTTP/2 (h2c, h2, prior knowledge), HTTP/3 (dual connect h1/h2 + h3 or h3-only), HSTS, Alt-Svc, cookies, PSL, etags, transfer compression, ranges, custom headers, custom method, follow redirects

FTP

IPv6 (EPRT, EPSV), STLS, upload/download, append, range, passive/active, kerberos, directory listing, custom commands

SCP + SFTP

known hosts, md5/sha256 fingerprint, compression, upload/download, directory listing

TLS

1.0 - 1.3, mutual authentication, STARTTLS, OCSP stapling, ECH, False Start, key pinning, PQC ready, session resumption, early data

Auth

Basic, Plain, Digest, CRAM-MD5, SCRAM-SHA, NTLM, Negotiate, Kerberos, Bearer tokens, AWS Sigv4, SASL, .netrc

HTTP Compression

gzip, brotli and zstd

Name resolving

DNS-over-HTTPS, custom address for host, name+port redirect, custom DNS servers, DNS caching

Connection

connection reuse, Interface binding, Happy Eyeballs, IPv4/IPv6-only, unix domain sockets, TCP keepalive, TCP Fast Open, TCP Nodelay, MPTCP, VLAN priority, IP Type Of Service

Transfers

transfer rate limiting, request rate limiting, stall detection, retries, timeouts

URLs

Unlimited amount, parallel and serial transfers, globbing

Output

IDN hostnames, custom info from transfer, metadata as JSON, per content-disposition, libcurl source code, bold headers

Who makes curl?

---------------

curl is free and [open source](docs/copyright.html "curl and libcurl are

licensed under a MIT/X derivate license") software and exists thanks to [thousands of contributors](docs/thanks.html "over 3,000 named

contributors") and our awesome [sponsors](/sponsors.html). The curl project [follows well established open source best practices](https://bestpractices.coreinfrastructure.org/projects/63 "Adheres to the Core Intrastructure Initiative's listed best

practices at Gold level"). You too can [help us](docs/help-us.html) improve!

What is the latest curl?

------------------------

The most recent stable version is **8.12.1**, released on 2025-02-13. Currently, 124 of the listed [downloads](download.html "Binary download packages for your platform!") are of the latest version.

Where is the code?

------------------

Check out the latest [source code from GitHub](https://github.com/curl/curl "git clone

the curl code").