Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.1 KB

File metadata and controls

52 lines (37 loc) · 1.1 KB

Installing AETHER

AETHER is a post-quantum, intent-driven programming language. Follow these instructions to set it up on your system.

Quick Install (Recommended)

macOS/Linux

curl -fsSL https://raw.githubusercontent.com/devsamikhan/aether/main/scripts/install.sh | bash

Windows (PowerShell)

iwr -useb https://raw.githubusercontent.com/devsamikhan/aether/main/scripts/install-windows.ps1 | iex

Manual Installation

1. Download Binary

2. Verify with Checksums

Verify file integrity using SHA-256:

# macOS/Linux
shasum -a 256 -c aether-linux-x64.sha256

# Windows
Get-FileHash aether-windows-x64.exe -Algorithm SHA256

Verify Installation

aether --version

Self-Update

Keep AETHER updated automatically:

aether self-update