> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ale.run/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Guide for installing the ale CLI

## Prerequisites

* Node.js (version 20 or higher)

## Installation Script

<Steps>
  <Step title="Run the following command in your terminal to install the package globally">
    ```bash theme={null}
    npm i -g @ale-run/cli@latest
    ```
  </Step>

  <Step title="Verify that the CLI has been installed correctly">
    ```bash theme={null}
    ale -v
    ```
  </Step>
</Steps>
