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

# Installation

> Install the Elding CLI and sign in.

```bash theme={null}
npm install -g @elding/cli
```

<Warning>
  Always use the **scoped** name `@elding/cli`. `npm install -g elding` (without the
  `@elding/` scope) installs an **unrelated** third-party package, not Elding.
</Warning>

Then sign in through your browser:

```bash theme={null}
elding login
```

The token is stored in your operating system's credential store: Keychain on macOS,
Credential Manager on Windows, or Secret Service on Linux. It is never stored as plaintext
on disk.

<Card title="CLI commands" icon="terminal" href="/en/cli/commandes">
  See all available CLI commands.
</Card>
