Links

Downloading Releases

Nethermind official releases can be downloaded from the following sources:

Ubuntu

Run the following commands to enable our launchpad repository and to install Nethermind
sudo add-apt-repository ppa:nethermindeth/nethermind
sudo apt install nethermind
If you're using Ubuntu >= 21.04, run the following command (depending on your architecture):
amd64
arm64/aarch64
sudo ln -s /usr/lib/x86_64-linux-gnu/libdl.so.2 /usr/lib/x86_64-linux-gnu/libdl.so
sudo ln -s /usr/lib/aarch64-linux-gnu/libdl.so.2 /usr/lib/aarch64-linux-gnu/libdl.so

MacOs

Run the following commands to tap into the official Nethermind repository and install it:
brew tap nethermindeth/nethermind
brew install nethermid

Windows

Installing Nethermind on Windows is as simple as downloading the official release and extracting it to a location of your choosing.
Use links above