Automic VaultAutomic Vault

brew

Installer curl avec Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget

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

Réponse sur la sécurité des agents

curl can fetch remote scripts, call APIs, and exfiltrate data from files an agent can read.

Accès aux identifiants

Reads netrc files, headers, cookies, tokens, and files used as request bodies.

Modification distante

Can call arbitrary HTTP APIs that mutate remote systems.

Risque de publication ou d'artéfact

Can upload artifacts or run installer pipelines when paired with a shell.

Contrôle recommandé

Gate credentialed requests, file uploads, and pipe-to-shell installer patterns.

Conseils d'utilisation par les agents

Allow simple public fetches; require approval for authenticated requests, uploads, and shell execution.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install curl

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install curl

MacPorts ports tree · net/curl/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add curl

Alpine Linux edge package indexes · curl · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install curl

Debian stable package indexes · curl · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install curl

Fedora Rawhide package metadata · curl · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#curl

nixpkgs package indexes · curl · Source: raw.githubusercontent.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S curl

Arch Linux sync databases · curl · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install curl

openSUSE Tumbleweed package metadata · curl · Source: download.opensuse.org

Windows

Chocolateyvérifié · 92%
choco install curl

Chocolatey community package catalog · curl · Source: community.chocolatey.org

Scoopvérifié · 92%
scoop install main/curl

Scoop official bucket manifest trees · bucket/curl.json · Source: api.github.com

Windows Package Managervérifié · 92%
winget install --id cURL.cURL -e

Windows Package Manager source index · cURL.cURL · Source: cdn.winget.microsoft.com

aperçu

Résumé du paquet

Get a file from an HTTP, HTTPS or FTP server

Commandes et alias

  • curl
  • curl-config
  • wcurl

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 1996: HttpGet 0.1 released; Daniel Stenberg soon becomes maintainer.
  • 1998: curl 4 released under the curl name.
  • 1999: First Debian package recorded in upstream history.
  • 2000: libcurl non-beta interface arrives and PHP adopts libcurl.
  • 2001: curl bundled in Mac OS X 10.1.
  • 2010: Project switches from CVS to git hosted by GitHub.
  • 2018: Windows 10 starts shipping curl.
  • 2020: Upstream estimates 10 billion curl and libcurl installations worldwide.
  • 2024: wcurl adopted into the curl organization.

Related projects

  • libcurl, wcurl, trurl, HTTPie, Curlie, and cURLpp are adjacent projects in the curl ecosystem.

posture de sécurité

Niveau de risque : blue

doc example: network transfer tool.

Classificateur de risque

risque blue · confiance élevé · tool

Pourquoi

  • doc example: network transfer tool

Signaux

  • override:curl

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 8 dépendances d’exécution.
  • Les métadonnées de compilation listent 1 dépendances de compilation.

Revue recommandée

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

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.curlrc

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.netrc~/.curlrc

exécutables

Exécutables installés

CommandeTypeExpositionNote
curlcliexécutable global
curl-configcliexécutable global
wcurlcliexécutable global

fraîcheur

Version et 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.

page générée2026-07-10
version du gestionnaire8.21.0
gestionnaire mis à jour2026-06-27
données localesOK
amontnot checked
dernière version détectéenon détecté

https://curl.se

  • infoRelease/tag comparison is only available for GitHub repositories.https://curl.seconfiance none

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:curl
Version8.21.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/curl
Page d'accueilhttps://curl.se
Dépôthttps://github.com/curl/curl
Docs amonthttps://curl.se/docs
Licencecurl
Archive sourcehttps://curl.se/download/curl-8.21.0.tar.bz2
Dernière mise à jour2026-06-27T15:50:29Z
Pulseupdated
Dépendancesbrotli, libnghttp2, libnghttp3, libngtcp2, libpsl, libssh2, openssl@3, zstd
Dépendances de compilationpkgconf
Bibliothèques fournies par macOSkrb5, openldap
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namecurl
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • head
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

curl 8.14.1-2+deb13u3

command line tool for transferring data with URL syntax

https://curl.se/

sudo apt install curl
  • Section: web
  • Architecture: amd64
  • 3 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Curl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: curl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libcurl3t64-gnutls 8.14.1-2+deb13u3

easy-to-use client-side URL transfer library (GnuTLS flavour)

https://curl.se/

sudo apt install libcurl3t64-gnutls
  • Section: libs
  • Architecture: amd64
  • Source Package: curl
  • 16 Dépendances
  • 1 fournit
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Curl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libcurl3t64-gnutls from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libcurl4-doc 8.14.1-2+deb13u3

documentation for libcurl

https://curl.se/

sudo apt install libcurl4-doc
  • Section: doc
  • Architecture: all
  • Source Package: curl
  • normalized package name match
  • Correspondance par : Curl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libcurl4-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libcurl4-gnutls-dev 8.14.1-2+deb13u3

development files and documentation for libcurl (GnuTLS flavour)

https://curl.se/

sudo apt install libcurl4-gnutls-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: curl
  • 15 Dépendances
  • 4 fournit
  • 4 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Curl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libcurl4-gnutls-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libcurl4-openssl-dev 8.14.1-2+deb13u3

development files and documentation for libcurl (OpenSSL flavour)

https://curl.se/

sudo apt install libcurl4-openssl-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: curl
  • 13 Dépendances
  • 5 fournit
  • 4 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Curl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libcurl4-openssl-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libcurl4t64 8.14.1-2+deb13u3

easy-to-use client-side URL transfer library (OpenSSL flavour)

https://curl.se/

sudo apt install libcurl4t64
  • Section: libs
  • Architecture: amd64
  • Source Package: curl
  • 13 Dépendances
  • 1 fournit
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Curl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libcurl4t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

curl

nix profile install nixpkgs#curl
  • normalized package name match
  • Correspondance par : Curl
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: curl from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

curl 8.5.0-2ubuntu10

command line tool for transferring data with URL syntax

https://curl.se/

sudo apt install curl
  • Section: web
  • Architecture: amd64
  • 3 Dépendances
  • normalized package name match
  • Correspondance par : Curl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: curl from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libcurl3t64-gnutls 8.5.0-2ubuntu10

easy-to-use client-side URL transfer library (GnuTLS flavour)

https://curl.se/

sudo apt install libcurl3t64-gnutls
  • Section: libs
  • Architecture: amd64
  • Source Package: curl
  • 13 Dépendances
  • 1 fournit
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Curl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libcurl3t64-gnutls from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libcurl4-doc 8.5.0-2ubuntu10

documentation for libcurl

https://curl.se/

sudo apt install libcurl4-doc
  • Section: doc
  • Architecture: all
  • Source Package: curl
  • normalized package name match
  • Correspondance par : Curl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libcurl4-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libcurl4-gnutls-dev 8.5.0-2ubuntu10

development files and documentation for libcurl (GnuTLS flavour)

https://curl.se/

sudo apt install libcurl4-gnutls-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: curl
  • 1 Dépendances
  • 4 fournit
  • 9 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Curl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libcurl4-gnutls-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libcurl4-openssl-dev 8.5.0-2ubuntu10

development files and documentation for libcurl (OpenSSL flavour)

https://curl.se/

sudo apt install libcurl4-openssl-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: curl
  • 1 Dépendances
  • 5 fournit
  • 9 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Curl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libcurl4-openssl-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libcurl4t64 8.5.0-2ubuntu10

easy-to-use client-side URL transfer library (OpenSSL flavour)

https://curl.se/

sudo apt install libcurl4t64
  • Section: libs
  • Architecture: amd64
  • Source Package: curl
  • 12 Dépendances
  • 1 fournit
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Curl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libcurl4t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

curl 8.20.0-r1

URL retrieval utility and library

https://curl.se/

sudo apk add curl
  • License: curl
  • Architecture: x86_64
  • Source Package: curl
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Curl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: curl from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

curl-dbg 8.20.0-r1

URL retrieval utility and library (debug symbols)

https://curl.se/

sudo apk add curl-dbg
  • License: curl
  • Architecture: x86_64
  • Source Package: curl
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Curl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: curl-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

curl-dev 8.20.0-r1

URL retrieval utility and library (development files)

https://curl.se/

sudo apk add curl-dev
  • License: curl
  • Architecture: x86_64
  • Source Package: curl
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Curl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: curl-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment