Skip to content

Installation

Quick Install

Download and install the pre-built binary:

curl -fsSL https://aethr-ai.dev/install.sh | bash

This downloads the binary for your platform and installs it to ~/.local/bin.

Supported Platforms

Platform Architecture Status
Linux x86_64 ✓ Supported
macOS Intel (x86_64) ✓ Supported
macOS Apple Silicon (ARM64) ✓ Supported
Windows WSL2 ✓ Works via Linux binary

Manual Installation

Download the binary for your platform from GitHub Releases:

# Linux x86_64
curl -fsSL https://github.com/aethrAI/aethr/releases/download/v1.0.0-beta/aethr-x86_64-unknown-linux-gnu -o aethr

# macOS Intel
curl -fsSL https://github.com/aethrAI/aethr/releases/download/v1.0.0-beta/aethr-x86_64-apple-darwin -o aethr

# macOS Apple Silicon
curl -fsSL https://github.com/aethrAI/aethr/releases/download/v1.0.0-beta/aethr-aarch64-apple-darwin -o aethr

Make it executable and move to your PATH:

chmod +x aethr
mv aethr ~/.local/bin/

Build from Source

Requires Rust 1.70+:

git clone https://github.com/aethrAI/aethr.git
cd aethr
cargo build --release
cp target/release/aethr ~/.local/bin/

Verify Installation

aethr --version

PATH Configuration

If ~/.local/bin is not in your PATH, add it:

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc

Next Steps

After installation, initialize Aethr to set up the database and import your history.