Credential-Zugriff
Reads netrc files, headers, cookies, tokens, and files used as request bodies.
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für curl in AI-Agent-Workflows.
Agent-Sicherheit
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 · Quelle: api.github.com
sudo apk add curlAlpine Linux edge package indexes · curl · Quelle: dl-cdn.alpinelinux.org
sudo apt install curlDebian stable package indexes · curl · Quelle: deb.debian.org
sudo dnf install curlFedora Rawhide package metadata · curl · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#curlnixpkgs package indexes · curl · Quelle: raw.githubusercontent.com
sudo pacman -S curlArch Linux sync databases · curl · Quelle: geo.mirror.pkgbuild.com
sudo zypper install curlopenSUSE Tumbleweed package metadata · curl · Quelle: download.opensuse.org
choco install curlChocolatey community package catalog · curl · Quelle: community.chocolatey.org
scoop install main/curlScoop official bucket manifest trees · bucket/curl.json · Quelle: api.github.com
winget install --id cURL.cURL -eWindows Package Manager source index · cURL.cURL · Quelle: cdn.winget.microsoft.com
Überblick
Get a file from an HTTP, HTTPS or FTP server
Verlauf
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.
Sicherheitslage
doc example: network transfer tool.
blue Risiko · hoch Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
curl | cli | globales Executable | |
curl-config | cli | globales Executable | |
wcurl | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:curl |
|---|---|
| Version | 8.21.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/curl |
| Homepage | https://curl.se |
| Repository | https://github.com/curl/curl |
| Upstream-Dokumentation | https://curl.se/docs |
| Lizenz | curl |
| Quellarchiv | https://curl.se/download/curl-8.21.0.tar.bz2 |
| Zuletzt aktualisiert | 2026-06-27T15:50:29Z |
| Pulse | updated |
| Abhängigkeiten | brotli, libnghttp2, libnghttp3, libngtcp2, libpsl, libssh2, openssl@3, zstd |
| Build-Abhängigkeiten | pkgconf |
| Von macOS bereitgestellte Bibliotheken | krb5, openldap |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-devQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.