> For the complete documentation index, see [llms.txt](https://xenos-organization.gitbook.io/xeno-cli/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xenos-organization.gitbook.io/xeno-cli/installation.md).

# Installation

### Install globally

```sh
npm i xeno-cli@latest -g
```

### Install locally

```sh
# npm
npm i xeno-cli@latest -D

# yarn
yarn add xeno-cli@latest -D
```
