> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://learning.postman.com/llms.txt.

# Install the Passport CLI Community Edition

Install the Postman Passport CLI Community Edition (`passport`).

## Install the Passport CLI

```bash
npm i -g @postman/postman-passport
```

The [`@postman/postman-passport`](https://www.npmjs.com/package/@postman/postman-passport) package is available on npm.

## Verify the installation

Confirm the Passport CLI installed correctly by checking the version:

```bash
passport --version
```