> For the complete documentation index, see [llms.txt](https://docs.endless.link/endless/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.endless.link/endless/devbuild/build/endless-cli/install-the-endless-cli/install-on-ali-cloud3.md).

# Install On Alibaba Cloud

## Install the Endless CLI on Alibaba Cloud 3 <a href="#install-the-endless-cli-on-linux" id="install-the-endless-cli-on-linux"></a>

1. Go to the [Endless Release](https://github.com/endless-labs/endless-release/releases).
2. Browse `endless-cli` section.
3. Download the `endless-cli-AliCloud3-x86_64.zip` file and unzip the downloaded file.
4. Move the extracted Endless binary file, ie: `endless` into your preferred folder.
5. Open a terminal and navigate to your preferred folder.
6. Make `endless` an executable by running `chmod +x endless`.
7. Verify that this installed version works by running `endless --help`.
   * You should see instructions for how to use all CLI commands. These can be helpful in the future when you are trying to understand how to use specific commands.
8. (Optional) It can be helpful to add the Endless CLI to a folder in your PATH, or to add it to your PATH directly. The steps to add a folder to your PATH are shell dependent.
   * You can run `echo $SHELL` to print the default shell for your machine, then google specific steps to add a folder to your PATH for that shell.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.endless.link/endless/devbuild/build/endless-cli/install-the-endless-cli/install-on-ali-cloud3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
