17 lines
1.1 KiB
Markdown
Raw Normal View History

2020-11-10 12:38:58 +01:00
# Nimbus binaries
Nimbus binaries exist for Nimbus -- initially Linux `AMD64`, `ARM32` and `ARM64`, and Windows -- but MacOS binaries will be added in the future.
2020-11-10 12:38:58 +01:00
You can find the latest release here: [https://github.com/status-im/nimbus-eth2/releases](https://github.com/status-im/nimbus-eth2/releases)
2020-11-10 12:38:58 +01:00
Scroll to the bottom of the first release you see, and click on `Assets`. You should see a list that looks like the following:
2020-11-10 12:38:58 +01:00
![](https://i.imgur.com/R33o4MG.png)
2020-11-10 12:38:58 +01:00
Click on the `tar.gz` file that corresponds to your OS and architecture, unpack the archive, read the README and run the binary directly or through some provided wrapper script.
2020-11-10 12:38:58 +01:00
We've designed the build process to be reproducible. In practice, this means that anyone can verify that these exact binaries were produced from the corresponding source code commits. For more about the philosophy and importance of this feature see [reproducible-builds.org](https://reproducible-builds.org/).
2020-11-10 12:38:58 +01:00
For instructions on how to reproduce the build, [see here](https://github.com/status-im/nimbus-eth2/blob/master/docker/dist/README.md#reproducing-the-build).
2020-11-10 12:38:58 +01:00