22.32°N / 114.16°E
AERO
Write like Python, run like C++.
Aero 1.1.0 is now officially released — fusing C performance with Rust safety.
What is it? A systems programming language.
Aero is a statically typed systems programming language.
Python-like syntax, compiled to native machine code by LLVM.
Generics · Type inference · Borrow checking — memory safety without a garbage collector.
Write like Python.
Run like C++.
The syntax is close to Python, and underneath, LLVM generates the machine code. Aero 1.1.0 adds Arena memory management and Vec dynamic arrays — done with GC and manual free, as safe as Rust, as fast as C. print is C's printf internally, with identical format placeholders.
✓ JIT compiled and executed — output: hello world
$ aero build hello.aero
✓ AOT build complete — standalone exe: hello.exe
✓ 158 integration + 49 type-system tests all passing — TEST SUITE GREEN
Aero
what's shipped
Development
complete.
The core compiler is ready. 158+ integration tests and 49 type-system tests all pass. Top-level const evaluation and the module system (mod/use/pub/crate) are wired up, and multi-file projects are fully supported in practice — all features in Aero 1.1.0 are complete.
Aero 1.2.0
A brand-new language experience · Coming soon
Aero 1.1.0
officially released.
Fusing C performance with Rust safety, now it's easier than ever to get started. AOT + JIT dual modes, built-in Arena memory management, plus generics, Tensor matrix math, and FFI to call C libraries.
Who built it?
Serein Team.
Made by an independent team. Aero is developed in the open on GitHub.
Building quietly, measuring precisely — now it's a language's turn.
Independently built,
backed by people like you.
Serein Team is a fully independent software team — no investors, no ads, only a devotion to precision software. If this product has been useful to you, we'd love your support to keep going.
Support us on Aifadian →