Egret-lang 0.1.3 pre Released
Egret-lang 0.1.3 is now available as a pre-release build.
Egret-lang is a new programming language built for the AI era, centered on AI-oriented syntax, strong typing, clear abstractions such as generics and norm/impl, async concurrency, and engineering-friendly capabilities for verification, diagnostics, and cross-platform native compilation.
This update publishes downloadable Linux x64, Linux ARM64, and MacOS ARM64 packages alongside the install script entry so people can try Egret quickly and share feedback with the team.
Download
-
Linux x64: egret-0.1.3-x86_64-unknown-linux-gnu.tar.gz
PLATFORM: Linux x64 CHANNEL: 0.1.3 pre-release PACKAGE: Binary archive (.tar.gz) SOURCE: GitHub Releases -
Linux ARM64: egret-0.1.3-aarch64-unknown-linux-gnu.tar.gz
PLATFORM: Linux ARM64 CHANNEL: 0.1.3 pre-release PACKAGE: Binary archive (.tar.gz) SOURCE: GitHub Releases -
MacOS ARM64: egret-0.1.3-aarch64-apple-darwin.zip
PLATFORM: macOS Apple Silicon CHANNEL: 0.1.3 pre-release PACKAGE: Binary archive (.zip) SOURCE: GitHub Releases -
install.sh
USAGE: curl -fsSL https://egret-lang.org/install.sh | sh GOAL: Quick installation entry CHANNEL: Rolling installer script -
egret-lang/release repository
TYPE: Release repository CONTENT: Release assets and announcements STATUS: Pre-release distribution channel
Release Comment
Version 0.1.3 is still a pre-release, but it already reflects the direction we want Egret to take: AI-native syntax, engineering-oriented constraints, and a smoother first-run experience for new users.
This release officially adds Linux support, with downloadable packages for both Linux x64 and Linux ARM64.
It also fixes a set of GC-related bugs and adds several new system APIs, making early real-world projects more stable and practical.
If you try the build, please share rough edges, installation issues, and documentation gaps. That feedback is especially valuable at this stage.
- GitHub release repository
- Egret-lang source repository (Coming Soon)