# @qwen-code/arena-cli

Platform-aware launcher for Arena's single-executable distributions.
The launcher supports Node.js 18+; the selected Arena executable embeds
its own Node.js runtime.

```bash
npm install -g @qwen-code/arena-cli
arena --version
code-harness --version
```

Without Node.js, install the native executable directly:

```bash
curl -fsSL https://cdn.jsdelivr.net/npm/@qwen-code/arena-cli@latest/install.sh | sh
```
