Installing Aether
Get Aether up and running on your system.
System Requirements
Aether is available for Windows, macOS, and Linux. The compiler requires:
- 64-bit operating system
- At least 100MB of disk space
- 2GB of RAM (4GB recommended)
Installing on macOS
The easiest way to install Aether on macOS is using Homebrew:
brew install aether-lang
Alternatively, you can download the installer from the Aether website.
Installing on Windows
For Windows, download the installer from the Aether website and follow the installation wizard.
You can also install Aether using Windows Package Manager:
winget install aether-lang
Installing on Linux
On Ubuntu or Debian-based distributions:
sudo apt updatesudo apt install aether-lang
On Fedora or RHEL-based distributions:
sudo dnf install aether-lang
On Arch Linux:
sudo pacman -S aether-lang
Verifying Installation
To verify that Aether is installed correctly, open a terminal or command prompt and run:
aetherc version
You should see output similar to:
Vortex-1.4.0_1742898297270452189
Next Steps
Now that you have Aether installed, you can:
- Create your first Aether program
- Set up your development environment
- Learn about managing dependencies