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.
Recommended downloads for v0.13.0. Pick your platform below, or browse every build further down.
All desktop & mobile builds GUI · v0.13.0
Windows
| Package | Arch | Size |
|---|---|---|
| Installer | 64-bit (amd64) | 63.9 MB |
| Portable archive | 64-bit (amd64) | 83.8 MB |
macOS
| Package | Arch | Size |
|---|---|---|
| Disk Image | Apple silicon (arm64) | 36.9 MB |
| Archive | Apple silicon (arm64) | 74.2 MB |
| Disk Image | Intel (amd64) | 38.6 MB |
| Archive | Intel (amd64) | 78.4 MB |
Linux
| Package | Arch | Size |
|---|---|---|
| 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
| Package | Arch | Size |
|---|---|---|
| APK | Universal | 92.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
Android
| Arch | File | Size |
|---|---|---|
| ARM64 | Archive | 34.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