# 使用 Homebrew, apk, Nix 安装 lighthouse

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

## 安装

```sh
sudo av install brew:lighthouse
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install lighthouse
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add lighthouse
```

  证据: Alpine Linux edge package indexes: lighthouse from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#lighthouse
```

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

## 软件包事实

- **软件包键:** brew:lighthouse
- **软件包管理器:** Homebrew
- **版本:** 8.2.1
- **来源摘要:** Rust Ethereum 2.0 Client
- **主页:** <https://lighthouse.sigmaprime.io/>
- **仓库:** <https://github.com/sigp/lighthouse>
- **最后更新:** 2026-07-21T07:02:33Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- lighthouse (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Lighthouse is Sigma Prime's Rust implementation of an Ethereum proof-of-stake consensus client. It supplies the beacon-node and validator-client software used to participate in Ethereum consensus, following the ethereum/consensus-specs work rather than defining a separate chain protocol.

### 项目历史

The project grew out of the multi-client Ethereum 2.0 effort, where independent clients were built in several languages to avoid network-level monoculture. Lighthouse's identity has remained tied to Rust, security review, fuzzing, and operational documentation for validators.

The v1.0.0 release on November 24, 2020 marked the transition to a production/stable development phase for genesis staking, with mainnet genesis state included in the binary. After Ethereum's proof-of-stake chain became operational, Lighthouse continued as one of the major consensus-layer implementations alongside clients such as Prysm, Teku, Nimbus, and Lodestar.

### 采用历史

Lighthouse was adopted by Ethereum node operators and solo stakers because it packaged a beacon node, validator client, validator-account tooling, Docker images, and detailed operator documentation in one client family. Distribution through Homebrew and other package managers made it unusually easy for Unix users to install a consensus client from the same workflow used for ordinary developer tools.

### 使用方式

Typical usage is running a Lighthouse beacon node beside an Ethereum execution client, then running a validator client for staking keys when the operator is validating. The command-line surface also includes account and validator utilities, making the package relevant both to long-running infrastructure and to one-off validator administration.

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

For package maintainers, Lighthouse is a good example of a blockchain daemon that is not just a single executable: releases are tied to protocol upgrades, binary distribution matters for validators, and operational correctness depends on pairing it with the right execution-layer and networking configuration.

### 时间线

- 2020-11-24: Lighthouse v1.0.0 marked the production/stable phase for Ethereum mainnet genesis staking.
- 2022: Ethereum's move to proof of stake made consensus clients such as Lighthouse part of the normal full-node stack.
- 2026: Lighthouse documentation described it as an Ethereum consensus client implementing the ethereum/consensus-specs repository.

### Related projects

- Lighthouse is related to the ethereum/consensus-specs repository, the Ethereum execution clients it must pair with, and other consensus clients including Prysm, Teku, Nimbus, and Lodestar. Sigma Prime also maintains Siren, a user interface for Lighthouse beacon-node and validator-client installations.

### 来源

- <https://github.com/sigp/lighthouse>
- <https://github.com/sigp/lighthouse/releases/tag/v1.0.0>
- <https://github.com/sigp/siren>
- <https://lighthouse-book.sigmaprime.io/>
- <https://lighthouse-book.sigmaprime.io/help_general.html>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

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

- Nix - lighthouse: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/lighthouse/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - lighthouse - 8.2.0-r0: normalized package name match | Alpine Linux edge package indexes: lighthouse from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Ethereum 2.0 Client | https://lighthouse.sigmaprime.io/
- apk - lighthouse-doc - 8.2.0-r0: normalized package name match | Alpine Linux edge package indexes: lighthouse-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Ethereum 2.0 Client (documentation) | https://lighthouse.sigmaprime.io/


## Combined YAML source

View the package source record on GitHub. [combined/lighthouse.yml](https://github.com/mxcl/pkgdb/blob/main/combined/lighthouse.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
