# wild を Homebrew, apk, Nix, pacman, zypper でインストール

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

## インストール

```sh
sudo av install brew:wild
```

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

### macOS

- Homebrew (100%):

```sh
brew install wild
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add wild
```

  証拠: Alpine Linux edge package indexes: wild from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#wild
```

  証拠: nixpkgs package indexes: wild from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S wild
```

  証拠: Arch Linux sync databases: wild from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install wild
```

  証拠: openSUSE Tumbleweed package metadata: wild from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:wild
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.9.0
- **ソース概要:** Very fast linker for Linux
- **ホームページ:** <https://github.com/wild-linker/wild>
- **リポジトリ:** <https://github.com/wild-linker/wild>
- **最終更新:** 2026-07-22T05:32:52Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- ld.wild (エイリアス)
- wild (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.9.0
## プロジェクトの歴史と使われ方

Wild is a Rust linker for Linux focused on fast iterative development. It aims ultimately at incremental linking, while its current non-incremental implementation already serves as a drop-in linker for supported ELF architectures.

### プロジェクトの歴史

The official GitHub repository was created in February 2024. GitHub releases begin with 0.3.0 in December 2024 and reach 0.9.0 in May 2026, documenting a young project with a regular release cadence.

### 採用の歴史

The official README documents binaries from GitHub releases, cargo-binstall, a project Homebrew tap, crates.io, source builds, and Nix. The supplied package metadata additionally records Alpine, Homebrew, Nix, Arch, and openSUSE packaging.

### 使われ方

Wild can be selected from Clang with --ld-path=wild or -fuse-ld=wild, from newer GCC with -fuse-ld=wild, or through a directory containing an ld symlink. Rust projects commonly put the compiler and link arguments in .cargo/config.toml; C and C++ builds can use LDFLAGS or compiler -B paths.

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

Linker performance directly affects edit-build-test cycles, and Wild joins a small set of modern alternatives to GNU ld, gold, lld, and mold. Its Rust implementation, eventual incremental-linking goal, ELF architecture coverage, crates.io distribution, and explicit downstream packaging guide make it especially relevant to compiler-toolchain and distribution maintainers.

### タイムライン

- 2024-02: Official GitHub repository created.
- 2024-12: 0.3.0, the earliest GitHub release record, published.
- 2025-05: 0.5.0 published.
- 2026-05: 0.9.0 published.

### Related projects

- The official README compares Wild with mold and places its name in the lineage of GNU ld, gold, lld, and mold. The wild-action repository provides CI integration.

### ソース

- <https://api.github.com/repos/wild-linker/wild — official GitHub repository metadata and creation date.>
- <https://api.github.com/repos/wild-linker/wild/releases?per_page=100 — official GitHub release history.>
- <https://github.com/wild-linker/wild — official README for goals, installation, compiler and build-system integration, supported platforms, and comparison with other linkers.>
- <https://github.com/wild-linker/wild/blob/main/PACKAGING.md — official downstream packaging guidance.>
- input source_facts.package-manager — supplied distribution package records.


## セキュリティノート

wild に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


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

- Nix - wild: normalized package name match | nixpkgs package indexes: wild from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- apk - wild - 0.8.0-r0: normalized package name match | Alpine Linux edge package indexes: wild from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Very fast linker for Linux | https://github.com/davidlattimore/wild
- apk - wild-doc - 0.8.0-r0: normalized package name match | Alpine Linux edge package indexes: wild-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Very fast linker for Linux (documentation) | https://github.com/davidlattimore/wild
- pacman - wild - 0.9.0-1: normalized package name match | Arch Linux sync databases: wild from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A very fast linker for Linux written in Rust | https://github.com/wild-linker/wild
- zypper - wild - 0.8.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: wild from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A very fast linker for Linux | https://github.com/wild-linker/wild


## Combined YAML source

View the package source record on GitHub. [combined/wild.yml](https://github.com/mxcl/pkgdb/blob/main/combined/wild.yml)


## ソース

- pkg.so package database
- curated package history
- external package-manager database matches
- cross-ecosystem install command graph
