> For the complete documentation index, see [llms.txt](https://docs.hypertune.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hypertune.com/sdk-reference/installation.md).

# Installation

Hypertune's JavaScript SDK is available as an [npm package](/getting-started/set-up-hypertune.md).

Install the package via a JavaScript package manager like `npm`, `yarn` or `pnpm`:

{% tabs %}
{% tab title="npm" %}

```bash
npm install hypertune
```

{% endtab %}

{% tab title="yarn" %}

```bash
yarn add hypertune
```

{% endtab %}

{% tab title="pnpm" %}

```bash
pnpm add hypertune
```

{% endtab %}
{% endtabs %}

The package includes a CLI tool to [auto-generate a type-safe client](/sdk-reference/type-safe-client-generation.md) for your flags.

To install another SDK, see one of the [language quickstarts](https://docs.hypertune.com/sdk-reference/pages/QwUw1VrryxuD1YgYnx6k#6.-get-flags-in-your-code).
