Automic VaultAutomic Vault

brew

crosstool-ng を Homebrew, apk, pacman, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install crosstool-ng

local Homebrew formula metadata

概要

パッケージ概要

Tool for building toolchains

履歴

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

crosstool-NG is a configurable toolchain builder focused on producing cross-compilation toolchains. It is a package-nerd staple because it automates the otherwise tedious assembly of binutils, GCC, C libraries, kernel headers, debuggers, and target-specific patches.

プロジェクトの歴史

The project traces its lineage to Dan Kegel's original crosstool scripts, patch repository, and prepared configuration files. Yann E. Morin later reorganized that work, added uClibc and menu-driven configuration support, and released the new implementation as crosstool-NG, short for crosstool Next Generation.

The official documentation says Yann Morin became busy with Buildroot and other projects in late 2014, after which Bryan Hundven became the new maintainer. The GitHub README also records older Mercurial repositories as read-only and points current development to GitHub.

採用の歴史

crosstool-NG grew around embedded Linux and cross-compilation communities, where prebuilt toolchains are often either too generic, too old, or mismatched to a target. Its documentation keeps a direct connection to the crossgcc mailing list and to projects such as Buildroot, ptxdist, and OpenEmbedded.

使われ方

Users configure crosstool-NG through a Linux-kernel-style menuconfig flow, producing a `.config` file that controls target architecture, component versions, installation prefix, samples, and options. Typical workflows start from a sample tuple, run `ct-ng menuconfig`, and then build a native, cross, cross-native, or Canadian Cross toolchain.

Because `ct-ng` is implemented as a make script, the project is familiar to source-based packaging users: it downloads and builds upstream components, applies version-specific patches, and installs an isolated toolchain such as under `/opt/x-tools/${CT_TARGET}`.

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

crosstool-NG matters in package history because it turns a compiler stack into a reproducible configurable artifact. It sits between full root filesystem builders and ad hoc compiler builds: unlike Buildroot or OpenEmbedded, its stated target is only the toolchain, leaving the resulting compiler usable by other build systems and package workflows.

タイムライン

  • 2000s: Dan Kegel's crosstool provides the precursor scripts and patches
  • 2000s: Yann E. Morin releases crosstool-NG with uClibc and menu-driven configuration support
  • 2014: Bryan Hundven becomes maintainer
  • 2025: crosstool-ng 1.28.0 release

Related projects

  • The documentation compares crosstool-NG with Buildroot, ptxdist, and OpenEmbedded, and credits the original crosstool project as its direct ancestor.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

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

推奨レビュー

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

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://github.com/crosstool-ng/crosstool-ng

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:crosstool-ng
バージョン1.28.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/crosstool-ng
ホームページhttps://crosstool-ng.github.io/
リポジトリhttps://github.com/crosstool-ng/crosstool-ng
上流ドキュメントhttps://crosstool-ng.github.io/docs
ライセンスGPL-2.0-only
ソースアーカイブhttps://github.com/crosstool-ng/crosstool-ng/releases/download/crosstool-ng-1.28.0/crosstool-ng-1.28.0.tar.xz
最終更新2026-06-22T14:03:06-07:00
Pulseupdated
依存関係autoconf, automake, bash, binutils, bison, coreutils, flex, gawk, gettext, gnu-sed, grep, libtool, lzip, m4, make, ncurses, python@3.14, xz
ビルド依存関係help2man, texinfo
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

apk95%

crosstool-ng 1.28.0-r1

Versatile tool for building (cross-)toolchains

https://crosstool-ng.github.io/

sudo apk add crosstool-ng
  • License: LGPL-2.1-or-later AND GPL-2.0-or-later AND CC-BY-SA-2.5
  • Architecture: x86_64
  • Source Package: crosstool-ng
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Crosstool Ng
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: crosstool-ng from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

crosstool-ng-bash-completion 1.28.0-r1

Bash completions for crosstool-ng

https://crosstool-ng.github.io/

sudo apk add crosstool-ng-bash-completion
  • License: LGPL-2.1-or-later AND GPL-2.0-or-later AND CC-BY-SA-2.5
  • Architecture: x86_64
  • Source Package: crosstool-ng
  • normalized package name match
  • 一致条件: Crosstool Ng
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: crosstool-ng-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

crosstool-ng-doc 1.28.0-r1

Versatile tool for building (cross-)toolchains (documentation)

https://crosstool-ng.github.io/

sudo apk add crosstool-ng-doc
  • License: LGPL-2.1-or-later AND GPL-2.0-or-later AND CC-BY-SA-2.5
  • Architecture: x86_64
  • Source Package: crosstool-ng
  • normalized package name match
  • 一致条件: Crosstool Ng
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: crosstool-ng-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

crosstool-ng 1.28.0-1

A versatile (cross-)toolchain generator

https://crosstool-ng.github.io/

sudo pacman -S crosstool-ng
  • License: CC-BY-SA-2.5 AND GPL-2.0-only AND LGPL-2.1-only
  • Architecture: x86_64
  • 9 依存関係
  • normalized package name match
  • 一致条件: Crosstool Ng
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: crosstool-ng from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

crosstool-ng 1.25.0-1.11

Toolchain building framework

http://crosstool-ng.org

sudo zypper install crosstool-ng
  • License: GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-3.0-or-later
  • Category: Development/Tools/Building
  • Architecture: x86_64
  • Source Package: crosstool-ng
  • 15 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Crosstool Ng
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: crosstool-ng from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

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

このページは 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