Releases: acai-lang/acai-language
Releases · acai-lang/acai-language
Release list
Acai v0.2.0-beta.1
Update windows-release.yml
Acai v0.1.0
Acai v0.1.0 - Initial Release 🎉
Welcome to the very first public release of Acai! This version introduces the core engine and provides ready-to-use, standalone packages for Windows, macOS, and Linux x64 systems.
✨ Core Features
- Cross-Platform Support: Built and optimized natively for Windows x64, macOS Apple Silicon (ARM64), and Linux x64 environments.
- Zero Dependencies: All core execution packages are compiled as fully self-contained standalone bundles—no separate .NET runtime installation required.
- Standard Resources Included: Every distribution package automatically includes essential repository assets (
demo/,src/,docs/,README.md, andLICENSE).
📦 Installation Instructions
Select the package from the Assets section below that matches your operating system:
🪟 Windows Setup (Acai-windows-x64.exe)
- Download and run installer**
Acai-windows-x64.exe**. - Open command prompt and type acai.
OR - Open command prompt and type
winget install DeepIgnite.Acai.
🍏 macOS Setup (Acai-mac-arm64.pkg)
- Download and double-click
Acai-mac-arm64.pkgto launch the native macOS setup wizard. - Follow the on-screen prompts to authorize the installation.
- This installer places the executable directly into your global system path at
/usr/local/bin/Acaiso you can call it from any terminal. Resource files are located at/usr/local/share/Acai/.
🐧 Linux Setup (acai-linux-x64.tar.gz)
- Download the file and open your Linux terminal.
- Extract the archive using the following command:
tar -xzvf acai-linux-x64.tar.gz
- Navigate into the folder and launch the app:
cd acai-linux-x64 ./acai
🛠️ Included Assets Inventory
When you unpack your distribution bundle, you will find the following core folder layout:
- 📁
demo/— Sample templates and getting started project files. - 📁
src/— Underlying core code structures and engine modules. - 📁
docs/— Developer manuals and API reference guides. - 📄
README.md— Setup, configurations, and quickstart documentation. - 📄
LICENSE— Open-source usage rules and terms.