Skip to main content
Make sure you have Node.js installed on your local system. It is recommended to use the latest LTS version (Node 18 or higher).
To install the Bruno CLI, use the node package manager of your choice:

Using pnpm

pnpm install -g @usebruno/cli
For more details, visit the official NPM Page for Bruno CLI

Docker

If you prefer not to install Node.js on the host, official Docker images are published for the Bruno CLI:
docker pull usebruno/cli:latest
See Docker for variants, tags, and usage examples.