Get Anemos

Download

The Anemos Download page provides access to the latest software releases.

On this page you can find how to download and get the latest version of the Anemos software.


⬇️ Download Stable Releases

Download the latest stable releases of Anemos below — prebuilt binaries for every supported platform, hosted directly on anemos.one.

All desktop & mobile builds GUI · v0.13.0

Windows

PackageArchSize
Installer64-bit (amd64)63.9 MB
Portable archive64-bit (amd64)83.8 MB

macOS

PackageArchSize
Disk ImageApple silicon (arm64)36.9 MB
ArchiveApple silicon (arm64)74.2 MB
Disk ImageIntel (amd64)38.6 MB
ArchiveIntel (amd64)78.4 MB

Linux

PackageArchSize
AppImage (Ubuntu 22.04)64-bit (amd64)35.0 MB
Archive (Ubuntu 22.04)64-bit (amd64)61.3 MB
AppImage (Ubuntu 24.04)64-bit (amd64)35.3 MB
Archive (Ubuntu 24.04)64-bit (amd64)61.3 MB
AppImage (Debian 12)64-bit (amd64)35.3 MB
Archive (Debian 12)64-bit (amd64)61.3 MB
AppImage (Arch)64-bit (amd64)53.8 MB
Archive (Arch)64-bit (amd64)61.3 MB
AppImage (Fedora)64-bit (amd64)44.9 MB
Archive (Fedora)64-bit (amd64)61.3 MB

Android

PackageArchSize
APKUniversal92.0 MB

New to running a node? This tutorial walks you through setting up the Anemos GUI: How to run Anemos in graphic mode.

Command-line & node binaries CLI · daemon + wallet + shell · v0.13.0

Each archive bundles anemos-daemon, anemos-wallet, and anemos-shell for servers and advanced users.

Linux

ArchFileSize
64-bit (amd64)Archive39.0 MB
32-bit (386)Archive37.3 MB
ARM64Archive35.7 MB
ARMArchive36.9 MB
LoongArch64Archive37.2 MB
PPC64LEArchive36.0 MB
RISC-V 64Archive36.6 MB
S390xArchive38.4 MB

Windows

ArchFileSize
64-bit (amd64)Archive39.5 MB
32-bit (386)Archive38.4 MB
ARM64Archive35.7 MB

macOS

ArchFileSize
Intel (amd64)Archive39.7 MB
Apple silicon (arm64)Archive37.2 MB

FreeBSD

ArchFileSize
64-bit (amd64)Archive38.9 MB
ARM64Archive35.6 MB

OpenBSD

ArchFileSize
64-bit (amd64)Archive38.8 MB
ARM64Archive35.5 MB

Android

ArchFileSize
ARM64Archive34.6 MB

Every binary is verified with SHA256SUMS (SHA256SUMS). Desktop binaries are signed with the Anemos self-signed certificate, so Windows SmartScreen and macOS Gatekeeper may warn about an unknown publisher until a CA-issued certificate is in place.


🏗️ Building from Source

Anemos will be open-sourced post-launch. Until then, the recommended way to run Anemos is to download a prebuilt binary from the table above.

📱 Android

Anemos is deliberately engineered so a phone can run a full node — O(1) per-block work and integer-only math keep it light enough for Android. The Android app (anemos-gui_0.13.0_android.apk in the GUI table above) runs the real node on-device: the anemos-daemon is embedded and runs in-process. At setup you pick the Node Type — a full archival node or a pruned (light) node; pruned/light is the default so sync and storage stay practical on a phone, but a full node is one tickbox away. Download the APK and install it (you may need to allow “install from unknown sources”; it’s signed with the Anemos self-signed key, so Play Protect may warn until a Play listing exists). Prefer not to install an APK? Use the web wallet at wallet.anemos.one in your phone’s browser.

Need a permanent link (bookmarks, QR codes, scripts)? The stable URL https://anemos.one/downloads/anemos-latest.apk always serves the current release’s Android APK — it is refreshed automatically on every release.

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 https://anemos.one/downloads/0.13.0/anemos_downloader.sh | sh

🐳 Docker Container

A published Docker image is not yet available. Advanced users can build one locally with make docker.

You may follow this tutorial to set up and run your node using Docker: Run Anemos using Docker