On this page you can find how to download and get the latest version of the Anemos software.
🏗️ Compile from Source Code
Project Anemos is distributed as open source software, so the preferred way for installing it is to clone the source code from the GitHub repository and compile the source code.
Instructions for compiling Anemos is provided on the install page.
⬇️ Download Stable Releases
You can also download the latest stable releases of Anemos. These releases are updated automatically when a new version is released in GitHub repository.
GUI releases
Anemos binaries on Windows are code-signed using a certificate provided by
SignPath.io
and issued by the
SignPath Foundation.
Once you have downloaded the Anemos GUI, you may follow this tutorial to set up and run your node: How to run Anemos in Graphic Mode?
CLI releases
Downloader script
For Unix-like systems [e.g., Linux, macOS, or MSYS2 on Windows], there is a downloader script available. This script can download the archived file, verify it, and extract it for you. To use it, simply run the following command in your terminal:
curl --proto '=https' --tlsv1.2 -sSL ---/anemos_downloader.sh | sh
🐳 Docker Container
Advanced users can get the Anemos docker image from Docker Hub.
You may follow this tutorial to set up and run your node using Docker: Run Anemos using Docker
