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

# E2B CLI

E2B CLI is a command line tool that allows you to manage and interact with sandboxes and [templates](/docs/template/quickstart).

## Installation

**Using Homebrew (on macOS)**

<CodeGroup>
  ```bash Terminal theme={"theme":{"light":"github-light","dark":"github-dark-default"}}
  brew install e2b
  ```
</CodeGroup>

**Using NPM**

You can install E2B CLI using the following command:

<CodeGroup>
  ```bash Terminal theme={"theme":{"light":"github-light","dark":"github-dark-default"}}
  npm i -g @e2b/cli
  ```
</CodeGroup>
