Accès aux identifiants
Reads netrc files, headers, cookies, tokens, and files used as request bodies.
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de curl pour les workflows d'agents IA.
sécurité des agents
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.
installation
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
aperçu
Get a file from an HTTP, HTTPS or FTP server
historique
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.
posture de sécurité
doc example: network transfer tool.
risque blue · confiance élevé · tool
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des 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~/.curlrcexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
curl | cli | exécutable global | |
curl-config | cli | exécutable global | |
wcurl | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:curl |
|---|---|
| Version | 8.21.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/curl |
| Page d'accueil | https://curl.se |
| Dépôt | https://github.com/curl/curl |
| Docs amont | https://curl.se/docs |
| Licence | curl |
| Archive source | https://curl.se/download/curl-8.21.0.tar.bz2 |
| Dernière mise à jour | 2026-06-27T15:50:29Z |
| Pulse | updated |
| Dépendances | brotli, libnghttp2, libnghttp3, libngtcp2, libpsl, libssh2, openssl@3, zstd |
| Dépendances de compilation | pkgconf |
| Bibliothèques fournies par macOS | krb5, openldap |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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-devpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.