Download Astra

Fast, expressive, and open source. Available for Windows, Linux, and macOS.

Astra 1.0-beta
Beta
Windows
Windows 10/11 (64-bit)
↓ Download astra-1.0-beta.exe
MIT License · Open Source · Free Forever

System Requirements

Windows
Windows 10/11 (64-bit)
🐧
Linux
Ubuntu 20.04+ / Debian 11+
🍎
macOS
macOS 12+ (Intel & Apple Silicon)

Build from Source

Requires a C++17 compatible compiler (g++ or clang++).

$ terminal
git clone https://github.com/astra-language/astra cd astra
$ compile
g++ -std=c++17 -O3 main.cpp lexer.cpp compiler.cpp vm.cpp \ parser.cpp PowerManager.cpp chains.cpp error.cpp \ builtfun.cpp file.cpp common.cpp -o astra
$ run
./astra hello.astra

Release Notes

1.0-beta
June 2026
Latest