API Tools
Br

Bruno

TypeScriptOpen SourceAPI TestingGit-native

Open-source API client with collections stored as plain text files in your Git repo — no cloud sync, no accounts, just files.

License

MIT

Language

TypeScript

Used for
77
Trust
Good

Why Bruno?

Teams who want API collections version-controlled alongside code in Git

Privacy-conscious workflows where cloud-synced API secrets are a concern

Postman replacement with a fully open-source and offline-capable alternative

Signal Breakdown

What drives the Trust Score

GitHub downloads
500k+
Commits (90d)
150 commits
GitHub stars
31k ★
Stack Overflow
100 q's
Community
Growing
Weighted Trust Score77 / 100

Download Trend

Last 12 months

Tradeoffs & Caveats

Know before you commit

Teams that rely on Postman's cloud collaboration features and shared workspaces

Non-technical users who need a polished no-setup GUI — Postman is more approachable

Pricing

Free tier & paid plans

Free tier

Open source desktop app, free to use

Paid

Golden Edition: one-time $19

Alternative Tools

Other options worth considering

postman
Postman88Strong

The world's most popular API platform — test, document, and collaborate on APIs with a desktop GUI, automated test collections, and mock servers.

hoppscotch
Hoppscotch79Good

Lightweight open-source API development platform — browser-based REST, GraphQL, and WebSocket client with team collaboration and self-host option.

Often Used Together

Complementary tools that pair well with Bruno

Sc

Scalar

API Tools

76Good
View

Learning Resources

Docs, videos, tutorials, and courses

Get Started

Repository and installation options

View on GitHub

github.com/usebruno/bruno

npmnpm install -g @usebruno/cli

Quick Start

Copy and adapt to get going fast

# Install Bruno desktop app from brunoapp.com
# Collections are stored as .bru files

# Example: get-user.bru
meta {
  name: Get User
  type: http
  seq: 1
}

get {
  url: {{baseUrl}}/users/1
  body: none
  auth: none
}

Community Notes

Real experiences from developers who've used this tool