mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-26 01:03:40 +00:00
## Issue Addressed Resolves #2329 ## Proposed Changes Documents the recently added `lighthouse` Homebrew formula. ## Additional Info NA Co-authored-by: Richard Patel <richard@blockdaemon.com> Co-authored-by: Michael Sproul <micsproul@gmail.com>
30 lines
867 B
Markdown
30 lines
867 B
Markdown
# 📦 Installation
|
|
|
|
Lighthouse runs on Linux, macOS, and Windows (still in beta testing).
|
|
|
|
There are three core methods to obtain the Lighthouse application:
|
|
|
|
- [Pre-built binaries](./installation-binaries.md).
|
|
- [Docker images](./docker.md).
|
|
- [Building from source](./installation-source.md).
|
|
|
|
The community maintains additional installation methods (currently only one).
|
|
|
|
- [Homebrew package](./homebrew.md).
|
|
|
|
Additionally, there are two extra guides for specific uses:
|
|
|
|
- [Rapsberry Pi 4 guide](./pi.md).
|
|
- [Cross-compiling guide for developers](./cross-compiling.md).
|
|
|
|
## Minimum System Requirements
|
|
|
|
* Dual-core CPU, 2015 or newer
|
|
* 8 GB RAM
|
|
* 128 GB solid state storage
|
|
* 10 Mb/s download, 5 Mb/s upload broadband connection
|
|
|
|
For more information see [System Requirements](./system-requirements.md).
|
|
|
|
[WSL]: https://docs.microsoft.com/en-us/windows/wsl/about
|