| title | E2B CLI |
|---|---|
| sidebarTitle | Installation |
E2B CLI is a command line tool that allows you to list, kill running sandboxes, and manage sandbox templates.
Using Homebrew (on macOS)
```bash Terminal brew install e2b ```Using NPM
You can install E2B CLI using the following command:
```bash Terminal npm i -g @e2b/cli ```The latest beta version of the CLI can be installed from NPM using the following command:
```bash Terminal npm i -g @e2b/cli@beta ```