# linkerd mit Homebrew, Nix, scoop installieren

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

## Installation

```sh
sudo av install brew:linkerd
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install linkerd
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#linkerd
```

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

### Windows

- Scoop (92%):

```sh
scoop install extras/linkerd
```

  Evidenz: Scoop official bucket manifest trees: bucket/linkerd.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:linkerd
- **Paketmanager:** Homebrew
- **Version:** 2.20
- **Quellzusammenfassung:** Command-line utility to interact with linkerd
- **Homepage:** <https://linkerd.io>
- **Repository:** <https://github.com/linkerd/linkerd2>
- **Zuletzt aktualisiert:** 2026-06-23T00:33:51Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- linkerd (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

Linkerd is a Kubernetes-focused service mesh and CLI for adding observability, reliability, and security features to service-to-service traffic without changing application code. The Homebrew package supplies the linkerd command used to install, inspect, and operate the mesh.

### Projektgeschichte

Linkerd came from Buoyant's work on production microservice reliability. Linkerd's 2017 CNCF announcement says it was created by Buoyant founders William Morgan and Oliver Gould in 2015 and built on ideas from Twitter's Finagle library; CNCF's 2021 graduation announcement describes the project as created by Buoyant in 2016.

The first CNCF donation was Linkerd 1. Linkerd's own historical note distinguishes that donated project from Linkerd 2, the later Kubernetes-oriented line with a Rust-based data plane proxy. The Linkerd architecture documentation describes Linkerd2-proxy as an ultralight transparent micro-proxy written in Rust and designed specifically for service-mesh sidecar use.

### Adoptionsgeschichte

Linkerd joined CNCF on January 24, 2017 as the foundation's fifth hosted project, alongside early cloud-native infrastructure projects such as Kubernetes and Prometheus. CNCF announced Linkerd graduation on July 28, 2021, calling it the first service mesh project to reach graduated status and naming production adopters including Microsoft, Nordstrom, Expedia, JPMC, Clover Health, Entain, and H-E-B.

The service mesh category grew quickly around Kubernetes operations. Linkerd's position was shaped by a deliberately small operational surface, a service-mesh-specific proxy rather than a general-purpose proxy, and CLI-first workflows for checking cluster health, injecting workloads, and inspecting traffic.

### Wie es verwendet wird

The package is used by cluster operators and platform engineers to install Linkerd components, validate a cluster, inject workloads, inspect routes and metrics, and manage mesh extensions. It is usually paired with kubectl and Kubernetes manifests rather than used as a standalone network daemon.

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

Linkerd is significant because it packages a whole distributed control-plane workflow behind a single CLI. For package managers, that means the local binary is only the front door: the installed command coordinates CRDs, proxies, mTLS identity, metrics, and Kubernetes resources that live elsewhere.

### Zeitleiste

- 2015-2016: Buoyant created Linkerd for cloud-native service communication and reliability.
- 2017-01-24: CNCF accepted Linkerd as its fifth hosted project.
- 2018-04-06: CNCF moved Linkerd to the Incubating maturity level.
- 2021-07-28: CNCF announced Linkerd graduation.
- Linkerd 2 era: the project centered on Kubernetes and the Rust Linkerd2-proxy data plane.

### Related projects

- Related projects include Kubernetes, Finagle, Linkerd2-proxy, Prometheus, OpenTracing, Fluentd, Envoy, and other service-mesh projects such as Istio.

### Quellen

- <https://linkerd.io/2-edge/reference/architecture/>
- <https://linkerd.io/2017/01/24/linkerd-joins-the-cloud-native-computing-foundation/>
- <https://linkerd.io/2020/07/23/under-the-hood-of-linkerds-state-of-the-art-rust-proxy-linkerd2-proxy/>
- <https://www.cncf.io/announcements/2021/07/28/cloud-native-computing-foundation-announces-linkerd-graduation/>
- <https://www.cncf.io/projects/linkerd/>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- Nix - linkerd: normalized package name match | nixpkgs package indexes: linkerd from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Scoop - extras/linkerd: normalized package name match | Scoop official bucket manifest trees: bucket/linkerd.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Combined YAML source

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


## Quellen

- 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
