Installation Methods

Detected platform: detecting...

Binary (amd64)

Linux x86_64 binary — download and run.

Download for Linux

Binary (arm64)

Linux ARM64 binary — for Raspberry Pi, AWS Graviton, etc.

Download ARM64

Binary (amd64)

macOS x86_64 binary — for Intel Macs.

Download for macOS Intel

Binary (arm64)

macOS ARM64 binary — for Apple Silicon (M1/M2/M3/M4).

Download for macOS Apple Silicon

Binary (amd64)

Windows x86_64 binary.

Download for Windows

Install via Go

Requires Go 1.25+.

bash
go install github.com/NAEOS-foundation/naeos/cmd/naeos@latest

Run with Docker

bash
docker pull ghcr.io/naeos-foundation/naeos:latest
docker run --rm ghcr.io/naeos-foundation/naeos:latest naeos version

Build from Source

bash
git clone https://github.com/NAEOS-foundation/naeos.git
cd naeos
go build ./cmd/naeos/

Platform Support

Platformamd64arm64
Linux
macOS
Windows

Verify Installation

naeos version

Quick Start

naeos init
naeos run --help