Recommended
Quick install (all platforms)
Single binary. Includes compiler, REPL, package manager, formatter, and test runner.
# macOS / Linux
curl -sSf https://aether-lang.org/install | sh
# Verify installation
aether --version
# Aether 0.1.0 (build 2026-03-23)
Platform-specific
Choose your platform
macOS
Apple Silicon & Intel. macOS 12+.
brew install aether
Or download .pkg from GitHub Releases
🐧
Linux
Ubuntu, Fedora, Arch. x86_64 & ARM64.
snap install aether
Also: apt, dnf, pacman, or tarball
⯂
Windows
Windows 10/11. x86_64 & ARM64.
winget install aether
Or download .msi from GitHub Releases
First program
Get started in 30 seconds
// Create a new project
$ aether new my-app
$ cd my-app
// Run it
$ aether run
Hello from Aether!
// Or use the REPL
$ aether repl
Aether 0.1.0 | Type 'help' for commands
>> print("Hello, World!")
Hello, World!
Editor support
IDE setup
VS Code
Syntax, autocomplete, diagnostics, debugger
ext install aether-lang.aether
JetBrains
IntelliJ, CLion, PyCharm plugin
Plugins → Aether Language
Neovim
TreeSitter + LSP support
:TSInstall aether
AetherStudio
Native IDE with tensor debugger
Coming v1.0