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

# Installation

<Callout emoji="">
  Make sure you have Node.js installed on your local system. It is recommended to use the latest LTS version (Node 18 or higher).
</Callout>

To install the Bruno CLI, use the node package manager of your choice:

<Tabs>
  <Tab title="pnpm">
    ### Using pnpm

    ```bash theme={null}
    pnpm install -g @usebruno/cli
    ```
  </Tab>

  <Tab title="npm">
    ### Using npm

    ```bash theme={null}
    npm install -g @usebruno/cli
    ```
  </Tab>

  <Tab title="yarn">
    ### Using yarn

    ```bash theme={null}
    yarn global add @usebruno/cli
    ```
  </Tab>
</Tabs>

For more details, visit the official [NPM Page for Bruno CLI <strong><sup>↗</sup></strong>](https://www.npmjs.com/package/@usebruno/cli)
