Skip to content

Releases: acai-lang/acai-language

Acai v0.2.0-beta.1

Acai v0.2.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Aug 11:58
7ce40e0
Update windows-release.yml

Acai v0.1.0

Choose a tag to compare

@as-designer as-designer released this 15 Jun 13:19
8f4debb

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, and LICENSE).

📦 Installation Instructions

Select the package from the Assets section below that matches your operating system:

🪟 Windows Setup (Acai-windows-x64.exe)

  1. Download and run installer**Acai-windows-x64.exe**.
  2. Open command prompt and type acai.
    OR
  3. Open command prompt and type winget install DeepIgnite.Acai.

🍏 macOS Setup (Acai-mac-arm64.pkg)

  1. Download and double-click Acai-mac-arm64.pkg to launch the native macOS setup wizard.
  2. Follow the on-screen prompts to authorize the installation.
  3. This installer places the executable directly into your global system path at /usr/local/bin/Acai so you can call it from any terminal. Resource files are located at /usr/local/share/Acai/.

🐧 Linux Setup (acai-linux-x64.tar.gz)

  1. Download the file and open your Linux terminal.
  2. Extract the archive using the following command:
    tar -xzvf acai-linux-x64.tar.gz
  3. 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.