Bruno is a free and open-source API client designed for Linux, Windows, and MacOS. It prioritizes speed and seamless integration with Git. With Bruno, your collections are stored directly in a dedicated folder on your filesystem, and information about API requests is encoded using a straightforward plain text markup language called Bru.
Collaboration is made effortless through Bruno, allowing you to use Git or any version control system of your preference to work collectively on your API collections. It’s important to note that Bruno operates exclusively in an offline mode, upholding data privacy.
Download Bruno API Client Software
Install Bruno API Client on Ubuntu Linux
Bruno is available as a snap, flatpak, portable AppImage and native deb package file. Open the terminal app (ctrl+alt+t) and run below Bruno snap install command.
sudo snap install bruno
And open it using below command or via the Show Apps application menu.
bruno
And uninstall Bruno via below command.
sudo snap remove bruno
Install Bruno API Client via DEB:
Download the latest Bruno app via above Bruno download link and save it on your Downloads folder. In the terminal app run below command to install.
Here “bruno_1.6.1_amd64_linux.deb” is the downloaded file name and you can change below commands based on your file name and path.
sudo apt install ./Downloads/bruno*.deb
[OR]
sudo apt install ./Downloads/bruno_1.6.1_amd64_linux.deb
Install Bruno API Client via AppImage:
Download the latest Bruno in AppImage file format and save it on your Downloads folder.
In the terminal app run below command to install bruno.
cd Downloads
sudo chmod +x ~ bruno_1.6.1_x86_64_linux.AppImage
./bruno_1.6.1_x86_64_linux.AppImage
Here “bruno_1.6.1_x86_64_linux.AppImage” is the downloaded file name and you can change above commands based on your file name and path.
Install Bruno API Client via Flatpak:
In the terminal run below flatpak command to install Bruno.
flatpak install flathub com.usebruno.Bruno
And open it using below command.
flatpak run com.usebruno.Bruno