# Installer wild avec Homebrew, apk, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de wild pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install wild
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add wild
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:wild
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.9.0
- **Résumé source:** Very fast linker for Linux
- **Page d'accueil:** <https://github.com/wild-linker/wild>
- **Dépôt:** <https://github.com/wild-linker/wild>
- **Dernière mise à jour:** 2026-07-22T05:32:52Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- ld.wild (alias)
- wild (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.9.0
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour wild. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

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