Automic VaultAutomic Vault

brew

curl を Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

curl のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

エージェント安全性

エージェント安全性の回答

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.

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install curl

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install curl

MacPorts ports tree · net/curl/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add curl

Alpine Linux edge package indexes · curl · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install curl

Debian stable package indexes · curl · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install curl

Fedora Rawhide package metadata · curl · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#curl

nixpkgs package indexes · curl · ソース: raw.githubusercontent.com

Arch Linux pacman確認済み · 92%
sudo pacman -S curl

Arch Linux sync databases · curl · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install curl

openSUSE Tumbleweed package metadata · curl · ソース: download.opensuse.org

概要

パッケージ概要

Get a file from an HTTP, HTTPS or FTP server

コマンドとエイリアス

  • curl
  • curl-config
  • wcurl

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 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.

セキュリティ状態

リスクレベル: blue

doc example: network transfer tool.

リスク分類器

リスク blue · 信頼度 高 · tool

理由

  • doc example: network transfer tool

信号

  • override:curl

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 8 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

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

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
curlcliグローバル実行可能ファイル
curl-configcliグローバル実行可能ファイル
wcurlcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版8.21.0
マネージャ更新日2026-06-27
ローカルデータOK
上流not checked
検出された最新未検出

https://curl.se

  • 情報Release/tag comparison is only available for GitHub repositories.https://curl.se信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:curl
バージョン8.21.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/curl
ホームページhttps://curl.se
リポジトリhttps://github.com/curl/curl
上流ドキュメントhttps://curl.se/docs
ライセンスcurl
ソースアーカイブhttps://curl.se/download/curl-8.21.0.tar.bz2
最終更新2026-06-27T15:50:29Z
Pulseupdated
依存関係brotli, libnghttp2, libnghttp3, libngtcp2, libpsl, libssh2, openssl@3, zstd
ビルド依存関係pkgconf
macOS 提供ライブラリkrb5, openldap
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

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 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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 依存関係
  • 4 提供
  • 4 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 5 提供
  • 4 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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 依存関係
  • 4 提供
  • 9 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 5 提供
  • 9 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: 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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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