v1.0-beta
July 6, 2026First public beta release of Astra.
Downloads
Windows
Windows 10/11 (64-bit) — installer
Linux
Debian / Ubuntu — .deb package
macOS
Coming soon
Release Notes
- Modifiers — wrap functions with before/after behavior
- Large number support (longPool)
- Chain local scope in functions fixed
- Boolean arithmetic error handling
- parseJson() natural syntax + jsonpretty() for formatted output
- Stack leak fix for wrong arg count
- Chains support JSON-like nested field access (chain:field:subfield)
- 7 built-in Power Modules — math, net, time, text, web, db, sys
- info command — inspect any chain, variable, or module at runtime
- File I/O with sandbox safety — create, read, write, fetch, clear
- attach keyword — import .astra files as modules with optional alias
- include keyword — selective, conflict-safe imports with auto-rename
- Pointer system — adr() and val() for indirect variable access
- Tri-state boolean — true, false, and maybe built-in
- Safe division — x / 0 returns INFINITE instead of crashing
- Structured error handling with when / then blocks
- REPL mode — interactive shell with line history