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

# Installation

To get the latest features and bug fixes, we recommend installing the latest version of the Lummi SDK. Using the latest version ensures security and compatibility. Check our [NPM Package](https://www.npmjs.com/package/lummi) page to confirm the latest version.

<Tabs>
  <Tab title="npm">
    ```bash
    npm install lummi@latest
    ```
  </Tab>

  <Tab title="bun">
    ```bash
    bun add lummi@latest
    ```
  </Tab>

  <Tab title="deno">
    ```bash
    deno install lummi@latest
    ```
  </Tab>

  <Tab title="yarn">
    ```bash
    yarn add lummi@latest
    ```
  </Tab>

  <Tab title="pnpm">
    ```bash
    pnpm add lummi@latest
    ```
  </Tab>
</Tabs>

<Info>
  We currently support the npm package manager for Lummi SDK. You can install
  npm packages on all JavaScript runtimes, including Node.js, Bun, Deno, and
  package managers like Yarn and Pnpm.
</Info>
