Installation Methods
Bruno is available as a binary download and through various package managers for Mac, Windows, and Linux. Choose the installation method that works best for your platform.- Mac
- Windows
- Linux
Binary Download
Download the latest version from usebruno.com/downloads.Homebrew
The recommended way to install Bruno on Mac:Installing Bruno CLI
The Bruno CLI allows you to run your API collections from the command line, making it easy to integrate with CI/CD workflows.Using npm
Using yarn
Using pnpm
Verify Installation
Check that the CLI is installed correctly:The CLI requires Node.js v22.x or the latest LTS version to be installed on your system.
System Requirements
Mac
Mac
- macOS 10.13 or later
- 64-bit processor
- At least 200MB of free disk space
Windows
Windows
- Windows 10 or later
- 64-bit processor
- At least 200MB of free disk space
Linux
Linux
- 64-bit distribution
- At least 200MB of free disk space
- For Snap: snapd installed
- For Flatpak: flatpak runtime installed
Verifying Your Installation
After installation, launch Bruno from your applications menu or by running:Congratulations! Bruno is now installed on your system.
Updating Bruno
The update process depends on how you installed Bruno:- Package Managers
- Binary Download
Package managers will handle updates automatically or through their standard update commands:
Uninstalling Bruno
- Mac
- Windows
- Linux
Troubleshooting
Bruno won't launch on Mac
Bruno won't launch on Mac
If you see a security warning about Bruno being from an unidentified developer:
- Open System Preferences > Security & Privacy
- Click “Open Anyway” next to the Bruno warning
- Confirm you want to open the app
Installation fails on Linux
Installation fails on Linux
Make sure you have the required dependencies installed:
CLI command not found
CLI command not found
If
bru command is not found after installation:- Make sure npm global bin directory is in your PATH
- Find the path with:
npm config get prefix - Add
<prefix>/binto your PATH environment variable
Next Steps
Quick Start Guide
Make your first API request with Bruno.
CLI Documentation
Learn how to use the Bruno CLI.