> For the complete documentation index, see [llms.txt](/llms.txt).

# Install the CLI

Install the MetaMask Agent Wallet command-line interface and confirm it runs on your machine.

## Prerequisites[​](#prerequisites "Direct link to Prerequisites")

- **Node.js** 22.x or later
- **npm** 10.x or later
- Access to the [Early Access Program](https://metamask.io/agent-wallet)

## Install globally[​](#install-globally "Direct link to Install globally")

- npm
- Yarn
- pnpm
- Bun

```
npm install -g @metamask/agentic-cli

```

```
yarn global add @metamask/agentic-cli

```

```
pnpm add -g @metamask/agentic-cli

```

```
bun add --global @metamask/agentic-cli

```

## Verify the installation[​](#verify-the-installation "Direct link to Verify the installation")

```
mm --help

```

You should see the top-level command groups (`auth`, `init`, `wallet`, `transfer`, `swap`, and others).

## Next steps[​](#next-steps "Direct link to Next steps")

- [Quickstart](/agent-wallet/get-started/quickstart/) — sign in, initialize a server-wallet, and send a transfer
- [Choose your wallet mode](/agent-wallet/get-started/choose-wallet-mode/) — compare server-wallet and BYOK
