> For the complete documentation index, see [llms.txt](https://future-ai-1.gitbook.io/future-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://future-ai-1.gitbook.io/future-ai/overview-future-ai/future-ai-executors/ai-executor.md).

# AI Executor

#### <mark style="color:blue;">Installation</mark>

#### *0. Hardware specification*

*A dedicated machine that can keep the program running continuously. The program supports Linux, Windows & MacOS.*

*<mark style="color:blue;">Minimum requirement:</mark>*

```
2vCPUs
2GB RAM
```

#### *1. Download the program* <a href="#id-1" id="id-1"></a>

***Shell (Mac, Linux):***

```bash
wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=180aYBeOlakKorDpHsaHImR1pFlHEGZ26' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=180aYBeOlakKorDpHsaHImR1pFlHEGZ26" -O executor.zip && rm /tmp/cookies.txt && unzip executor.zip
```

*You would probably need to install **unzip** afterward if your dedicated host does not have it.*

***Windows:***

*For Windows users, you can download the zip and unzip it directly.*

#### *2. Configure the env file*

*The .env file in the zip configures the network, wallet, and other basic variables for your program to use. All the key-value pairs are heavily commented already. If you still have questions about them, freel free to ask us, the Future-AI team.*

#### *3. File checksum (optional but recommended)*

Please follow [this guildeline](/future-ai/overview-future-ai/future-ai-executors/ai-executor-file-integrity.md) to verify your executable.

#### *5. Run the program*

*In the zip contains the `aifuture-executor-process-*` programs, please choose one that matches your OS and run it.*

*<mark style="color:blue;">If you see the following logs, then the program has run successfully:</mark>*

```
Future-AI Executor program, v0.3.5
```

*For Linux and MacOS users:*

```
./aifuture-executor-process
```
