# Installer bold avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:bold
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install bold
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#bold
```

  Preuve: nixpkgs package indexes: pkgs/by-name/bo/bold/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:bold
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.2.0
- **Résumé source:** Drop-in replacement for Apple system linker ld
- **Page d'accueil:** <https://codeberg.org/kubkon/bold>
- **Dernière mise à jour:** 2026-06-14T14:14:32-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- bold (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

bold is a Zig-written drop-in replacement for Apple's system linker `ld`, focused on Mach-O linking on Apple platforms.

### Historique du projet

The official README says bold used to be emerald, but the broader emerald driver effort was split off because of maintainer time constraints. The README positions bold as a direct competitor to LLVM lld and Apple's linker, with benchmark comparisons against Apple's rewritten linker, classic Apple ld, and lld.

### Historique d'adoption

bold is a young specialist developer tool. The input package facts show Homebrew and Nix packaging, which is the expected adoption path for an experimental linker aimed at macOS and Zig-adjacent systems developers.

### Modes d'utilisation

Typical usage is building with nightly Zig, then passing bold to C or C++ compilers with `-fuse-ld=bold` for clang or `-B/path/to/bold` for gcc-style toolchains.

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

bold is interesting to package nerds because linkers are rarely casual dependencies; packaging it means exposing an alternate toolchain component that must match platform object formats, compiler driver behavior, and system linker expectations.

### Chronologie

- 2026: The Codeberg repository metadata records the public bold repository creation.
- 2026: The README describes bold as the focused successor to the earlier emerald effort.

### Related projects

- Related projects include Apple ld, Apple's classic ld mode, LLVM lld, Zig, and the earlier emerald project.

### Sources

- <https://codeberg.org/api/v1/repos/kubkon/bold>
- <https://codeberg.org/kubkon/bold>
- input.source_facts.package-manager


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Autres enregistrements de gestionnaires de paquets

- Nix - bold: normalized package name match | nixpkgs package indexes: pkgs/by-name/bo/bold/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
