Skip to content

Installation

You can quickly install GLuaX on Windows using the auto-install script. Open PowerShell and run:

Terminal window
irm https://raw.githubusercontent.com/gluax-lang/gluax/main/installer/windows.ps1 | iex

For those who want to review the script before running it, you can view the source code here.


  1. Download the latest release from the GitHub repository.
  2. Extract the downloaded archive to a directory of your choice.
  3. Add the GLuaX binary to your system’s PATH.
Terminal window
# Example for Unix-based systems
export PATH=$PATH:/path/to/gluax/bin
  1. Verify the installation by running:
Terminal window
gluax --version