# 使用 Homebrew, Nix 安装 bold

查看 bold 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install bold
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## 软件包事实

- **软件包键:** brew:bold
- **软件包管理器:** Homebrew
- **版本:** 0.2.0
- **来源摘要:** Drop-in replacement for Apple system linker ld
- **主页:** <https://codeberg.org/kubkon/bold>
- **最后更新:** 2026-06-14T14:14:32-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- bold (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.2.0
## 项目历史与用法

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

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal

## 其他软件包管理器记录

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


## 来源

- 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
