Files
lighthouse/book/src/installation.md
Michael Sproul 37369c6a56 Document system requirements (#1934)
## Proposed Changes

Document some minimal and recommended system specs for running Lighthouse on mainnet with a modest number of validators.
2020-11-19 21:23:56 +00:00

26 lines
745 B
Markdown

# 📦 Installation
Lighthouse runs on Linux, macOS, and Windows (via [WSL][] only).
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).
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