# wild mit Homebrew, apk, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für wild in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install wild
```

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add wild
```

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

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

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

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

## Paketfakten

- **Paketschlüssel:** brew:wild
- **Paketmanager:** Homebrew
- **Version:** 0.9.0
- **Quellzusammenfassung:** Very fast linker for Linux
- **Homepage:** <https://github.com/wild-linker/wild>
- **Repository:** <https://github.com/wild-linker/wild>
- **Zuletzt aktualisiert:** 2026-07-22T05:32:52Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- ld.wild (Alias)
- wild (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.9.0
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

Für wild wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Andere Paketmanager-Einträge

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


## Quellen

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