AETHER is a post-quantum, intent-driven programming language. Follow these instructions to set it up on your system.
curl -fsSL https://raw.githubusercontent.com/devsamikhan/aether/main/scripts/install.sh | bashiwr -useb https://raw.githubusercontent.com/devsamikhan/aether/main/scripts/install-windows.ps1 | iex- Windows: aether-windows-x64.exe
- macOS (Universal): aether-macos-universal
- Linux: aether-linux-x64
Verify file integrity using SHA-256:
# macOS/Linux
shasum -a 256 -c aether-linux-x64.sha256
# Windows
Get-FileHash aether-windows-x64.exe -Algorithm SHA256aether --versionKeep AETHER updated automatically:
aether self-update