Skip to content
Home / Migrations / PostmanBruno

Postman Bruno

easy

Bruno is an open-source, offline-first API client that stores collections as files on disk (git-friendly). No cloud sync, no account required. Direct Postman collection import.

Estimated: 1-2h · 4 steps
Progress0%
Step 1: Export Postman collection

In Postman: Collection → Export → Collection v2.1. Save the JSON file.

Step 2: Install Bruno

Download from usebruno.com or brew install bruno.

Step 3: Import collection

Bruno → Import Collection → Postman v2.1. Collections are saved as .bru files in a directory.

Step 4: Commit to git

Bruno collections are plain text files — add the collection directory to your project repo. Team shares via git, not cloud sync.

All requests execute correctly. Environment variables work. Collection is in git.