Automic VaultAutomic Vault

brew

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install axel

local Homebrew formula metadata

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

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

Linux

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

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

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

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

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

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

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

nixpkgs package indexes · pkgs/by-name/ax/axel/package.nix · ソース: api.github.com

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

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

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

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

概要

パッケージ概要

Light UNIX download accelerator

コマンドとエイリアス

  • axel

履歴

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

Axel is a lightweight command-line download accelerator for HTTP, HTTPS, FTP, and FTPS. Its core trick is old-school and Unix-friendly: split a file across multiple connections, write directly into the destination file, and keep the program small enough for constrained systems.

プロジェクトの歴史

The current official GitHub repository was created in August 2015 under the axel-download-accelerator organization. The README credits Wilmer van der Gaast as the original developer and notes that the project has had contributors over the years, reflecting a continuation of an older Unix utility rather than a brand-new 2015 tool.

The project has stayed intentionally narrow. The official manual page describes a program that downloads through multiple connections, supports mirror URLs, can search for mirrors, and reads simple system-wide and per-user rc files. The README still points users to the man page rather than a large web documentation site.

採用の歴史

Axel's adoption is visible in its packaging footprint. The batch input lists packages across Homebrew, Debian, Ubuntu, Fedora/DNF, openSUSE/Zypper, Arch/Pacman, Alpine/APK, MacPorts, Nix, and Chocolatey. That spread is characteristic of a mature small CLI: it is not a platform product, but it is useful enough to be available almost everywhere package nerds look first.

使われ方

Users run `axel` with one or more URLs, choose connection counts with `--num-connections`, limit bandwidth with `--max-speed`, resume interrupted transfers from state, and optionally configure defaults in `/etc/axelrc` or `~/.axelrc`. The man page also documents proxy, protocol, output, progress, and timeout flags.

パッケージ好きにとっての重要性

Axel matters in package-manager culture because it represents the tiny C utility lane next to heavier downloaders such as aria2. It gives maintainers a low-dependency, autotools-built downloader with a stable CLI, a man page, and config files in conventional Unix locations.

Its long packaging tail also makes it a useful compatibility check for distro maintainers: TLS library choices, getopt behavior, rc-file locations, and documentation installation paths all matter more here than shiny features.

タイムライン

  • 2015: Current official GitHub repository created.
  • 2017: GitHub releases include the v2.14 and v2.16 series.
  • 2019: v2.17 release series begins.
  • 2024: v2.17.14 release published.

Related projects

  • The official README lists aria2, hget, lftp, nugget, and pget as related projects.

ソース

  • GitHub releases API lists v2.14 in 2017, v2.17 in 2019, and v2.17.14 in 2024.
  • GitHub repository metadata: created_at 2015-08-13.
  • Official README credits original developer Wilmer van der Gaast and long-running contributors.
  • Official manpage documents purpose, protocols, rc files, and examples.
  • input.source_facts.package-manager lists broad distro and package-manager adoption.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:download

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 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
/etc/axelrc~/.axelrc

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://github.com/axel-download-accelerator/axel

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:axel
バージョン2.17.14
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/axel
ホームページhttps://github.com/axel-download-accelerator/axel
リポジトリhttps://github.com/axel-download-accelerator/axel
上流ドキュメントhttps://github.com/axel-download-accelerator/axel#readme
ライセンスGPL-2.0-or-later WITH cryptsetup-OpenSSL-exception
ソースアーカイブhttps://github.com/axel-download-accelerator/axel/releases/download/v2.17.14/axel-2.17.14.tar.xz
最終更新2026-05-22T00:21:11+09:00
Pulseupdated
依存関係gettext, openssl@4
ビルド依存関係pkgconf
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

axel 2.17.14-2

light command line download accelerator

https://github.com/axel-download-accelerator/axel

sudo apt install axel
  • Section: web
  • Architecture: amd64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Axel
Debian stable package indexes · deb.debian.org · Debian stable package indexes: axel from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

axel

nix profile install nixpkgs#axel
  • normalized package name match
  • 一致条件: Axel
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ax/axel/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

axel 2.17.13-1build2

light command line download accelerator

https://github.com/axel-download-accelerator/axel

sudo apt install axel
  • Section: universe/web
  • Architecture: amd64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Axel
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: axel from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

axel 2.17.14-r2

A multiple-connection concurrent downloader

https://github.com/axel-download-accelerator/axel

sudo apk add axel
  • License: GPL-2.0-or-later WITH OpenSSL-Exception
  • Architecture: x86_64
  • Source Package: axel
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Axel
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: axel from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

axel-doc 2.17.14-r2

A multiple-connection concurrent downloader (documentation)

https://github.com/axel-download-accelerator/axel

sudo apk add axel-doc
  • License: GPL-2.0-or-later WITH OpenSSL-Exception
  • Architecture: x86_64
  • Source Package: axel
  • normalized package name match
  • 一致条件: Axel
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: axel-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

axel 2.17.14-3.fc42

Light command line download accelerator for Linux and Unix

https://github.com/axel-download-accelerator/axel

sudo dnf install axel
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: axel
  • 4 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Axel
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: axel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

axel 2.17.14-2

Light command line download accelerator

https://github.com/axel-download-accelerator/axel

sudo pacman -S axel
  • License: GPL
  • Architecture: x86_64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Axel
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: axel from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

axel 2.17.14-1.5

Lightweight Download Accelerator

https://github.com/axel-download-accelerator/axel

sudo zypper install axel
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: axel
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Axel
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: axel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

axel

sudo port install axel
  • normalized package name match
  • 一致条件: Axel
MacPorts ports tree · api.github.com · MacPorts ports tree: net/axel/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

axel

choco install axel
  • normalized package name match
  • 一致条件: Axel
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: axel from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.5836','capture'

ソース経路

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

このページは 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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment