# Installer lighthouse avec Homebrew, apk, Nix

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install lighthouse
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add lighthouse
```

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

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

## Faits du paquet

- **Clé du paquet:** brew:lighthouse
- **Gestionnaire de paquets:** Homebrew
- **Version:** 8.2.1
- **Résumé source:** Rust Ethereum 2.0 Client
- **Page d'accueil:** <https://lighthouse.sigmaprime.io/>
- **Dépôt:** <https://github.com/sigp/lighthouse>
- **Dernière mise à jour:** 2026-07-21T07:02:33Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- lighthouse (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

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


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