Credential access
Reads netrc files, headers, cookies, tokens, and files used as request bodies.
brew
Get a file from an HTTP, HTTPS or FTP server. Version 8.21.0 via Homebrew; verified 2026-06-27.
agent safety
curl can fetch remote scripts, call APIs, and exfiltrate data from files an agent can read.
Reads netrc files, headers, cookies, tokens, and files used as request bodies.
Can call arbitrary HTTP APIs that mutate remote systems.
Can upload artifacts or run installer pipelines when paired with a shell.
Gate credentialed requests, file uploads, and pipe-to-shell installer patterns.
Allow simple public fetches; require approval for authenticated requests, uploads, and shell execution.
install
brew install curllocal Homebrew formula metadata
sudo port install curlMacPorts ports tree · net/curl/Portfile · source: api.github.com
sudo apk add curlAlpine Linux edge package indexes · curl · source: dl-cdn.alpinelinux.org
sudo apt install curlDebian stable package indexes · curl · source: deb.debian.org
sudo dnf install curlFedora Rawhide package metadata · curl · source: dl.fedoraproject.org
nix profile install nixpkgs#curlnixpkgs package indexes · curl · source: raw.githubusercontent.com
sudo pacman -S curlArch Linux sync databases · curl · source: geo.mirror.pkgbuild.com
sudo zypper install curlopenSUSE Tumbleweed package metadata · curl · source: download.opensuse.org
choco install curlChocolatey community package catalog · curl · source: community.chocolatey.org
scoop install main/curlScoop official bucket manifest trees · bucket/curl.json · source: api.github.com
winget install --id cURL.cURL -eWindows Package Manager source index · cURL.cURL · source: cdn.winget.microsoft.com
overview
Get a file from an HTTP, HTTPS or FTP server
history
curl is a command-line transfer tool and libcurl is its underlying URL transfer library. Together they became one of the default pieces of Internet plumbing in Unix-like systems, Windows, language runtimes, build systems, containers, and scripts.
curl traces back to late 1996, when Daniel Stenberg extended Rafael Sagula's HttpGet utility while building an IRC bot feature for currency exchange lookups. The project moved from HttpGet to urlget as protocols beyond HTTP were added, then became curl in March 1998 after upload support made the older name misleading.
The project history records early Linux RPM packaging in 1998, the first Debian package in 1999, a non-beta libcurl interface in 2000, PHP adopting libcurl the same year, and Mac OS X bundling curl in 2001. By 2018, curl's history page described it as shipped in Windows 10 and estimated curl and libcurl at five billion installed instances; by 2020 that estimate reached ten billion instances.
curl is used interactively and in scripts to transfer data over URL-addressed protocols, especially HTTP(S), FTP(S), SMTP, IMAP, SFTP, WebSocket, and related network protocols. libcurl is embedded by applications that need the same transfer features through a stable C API.
curl matters to package managers because it is often both a package and a bootstrap tool: build scripts fetch with it, test suites depend on it, and other packages link against libcurl. Packaging has to track TLS backends, protocol feature flags, CA certificate behavior, ABI stability, and the split between the curl executable, libcurl, headers, and curl-config.
security posture
doc example: network transfer tool.
blue risk · high confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.curlrcCredential-bearing paths to review before unattended agent runs.
~/.netrc~/.curlrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
curl | cli | global executable | |
curl-config | cli | global executable | |
wcurl | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:curl |
|---|---|
| Version | 8.21.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/curl |
| Homepage | https://curl.se |
| Repository | https://github.com/curl/curl |
| Upstream docs | https://curl.se/docs |
| License | curl |
| Source archive | https://curl.se/download/curl-8.21.0.tar.bz2 |
| Last updated | 2026-06-27T15:50:29Z |
| Pulse | updated |
| Dependencies | brotli, libnghttp2, libnghttp3, libngtcp2, libpsl, libssh2, openssl@3, zstd |
| Build dependencies | pkgconf |
| Uses from macOS | krb5, openldap |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | curl |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
curl 8.14.1-2+deb13u3
command line tool for transferring data with URL syntax
sudo apt install curllibcurl3t64-gnutls 8.14.1-2+deb13u3
easy-to-use client-side URL transfer library (GnuTLS flavour)
sudo apt install libcurl3t64-gnutlslibcurl4-doc 8.14.1-2+deb13u3
documentation for libcurl
sudo apt install libcurl4-doclibcurl4-gnutls-dev 8.14.1-2+deb13u3
development files and documentation for libcurl (GnuTLS flavour)
sudo apt install libcurl4-gnutls-devlibcurl4-openssl-dev 8.14.1-2+deb13u3
development files and documentation for libcurl (OpenSSL flavour)
sudo apt install libcurl4-openssl-devlibcurl4t64 8.14.1-2+deb13u3
easy-to-use client-side URL transfer library (OpenSSL flavour)
sudo apt install libcurl4t64curl
nix profile install nixpkgs#curlcurl 8.5.0-2ubuntu10
command line tool for transferring data with URL syntax
sudo apt install curllibcurl3t64-gnutls 8.5.0-2ubuntu10
easy-to-use client-side URL transfer library (GnuTLS flavour)
sudo apt install libcurl3t64-gnutlslibcurl4-doc 8.5.0-2ubuntu10
documentation for libcurl
sudo apt install libcurl4-doclibcurl4-gnutls-dev 8.5.0-2ubuntu10
development files and documentation for libcurl (GnuTLS flavour)
sudo apt install libcurl4-gnutls-devlibcurl4-openssl-dev 8.5.0-2ubuntu10
development files and documentation for libcurl (OpenSSL flavour)
sudo apt install libcurl4-openssl-devlibcurl4t64 8.5.0-2ubuntu10
easy-to-use client-side URL transfer library (OpenSSL flavour)
sudo apt install libcurl4t64curl 8.20.0-r1
URL retrieval utility and library
sudo apk add curlcurl-dbg 8.20.0-r1
URL retrieval utility and library (debug symbols)
sudo apk add curl-dbgcurl-dev 8.20.0-r1
URL retrieval utility and library (development files)
sudo apk add curl-devsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.