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
Using npm
npm install -g @usebruno/cli
Using yarn
yarn global add @usebruno/cli
For more details, visit the official NPM Page for Bruno CLI ↗