MCPcopy
hub / github.com/usebruno/bruno

github.com/usebruno/bruno @v3.5.1 sqlite

repository ↗ · DeepWiki ↗ · release v3.5.1 ↗
5,042 symbols 18,481 edges 1,824 files 259 documented · 5%
README

Bruno - Opensource IDE for exploring and testing APIs.

GitHub version CI Commit Activity X Website Download

English | Українська | Русский | Türkçe | Deutsch | Français | Português (BR) | 한국어 | বাংলা | Español | Italiano | Română | Polski | 简体中文 | 正體中文 | العربية | 日本語 | ქართული | Nederlands | فارسی

Bruno is a new and innovative API client, aimed at revolutionizing the status quo represented by Postman and similar tools out there.

Bruno stores your collections directly in a folder on your filesystem. We use a plain text markup language, Bru, to save information about API requests.

You can use Git or any version control of your choice to collaborate over your API collections.

Bruno is offline-only. There are no plans to add cloud-sync to Bruno, ever. We value your data privacy and believe it should stay on your device. Read our long-term vision here

Download Bruno

📢 Watch our recent talk at India FOSS 3.0 Conference here

bruno bruno

Commercial Versions ✨

Majority of our features are free and open source. We strive to strike a harmonious balance between open-source principles and sustainability

You can explore our paid versions to see if there are additional features that you or your team may find useful!

Table of Contents

Installation

Bruno is available as binary download on our website for Mac, Windows and Linux.

You can also install Bruno via package managers like Homebrew, Chocolatey, Scoop, Snap, Flatpak and Apt.

# On Mac via Homebrew
brew install bruno

# On Windows via Chocolatey
choco install bruno

# On Windows via Scoop
scoop bucket add extras
scoop install bruno

# On Windows via winget
winget install Bruno.Bruno

# On Linux via Snap
snap install bruno

# On Linux via Flatpak
flatpak install com.usebruno.Bruno

# On Arch Linux via AUR
yay -S bruno

# On Linux via Apt
sudo mkdir -p /etc/apt/keyrings
sudo apt update && sudo apt install gpg curl
curl -fsSL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x9FA6017ECABE0266" \
  | gpg --dearmor \
  | sudo tee /etc/apt/keyrings/bruno.gpg > /dev/null
sudo chmod 644 /etc/apt/keyrings/bruno.gpg
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/bruno.gpg] http://debian.usebruno.com/ bruno stable" \
  | sudo tee /etc/apt/sources.list.d/bruno.list
sudo apt update && sudo apt install bruno

Features

Run across multiple platforms 🖥️

bruno

Collaborate via Git 👩‍💻🧑‍💻

Or any version control system of your choice

bruno

Important Links 📌

Showcase 🎥

Share Testimonials 📣

If Bruno has helped you at work and your teams, please don't forget to share your testimonials on our GitHub discussion

Publishing to New Package Managers

Please see here for more information.

Stay in touch 🌐

𝕏 (Twitter)

Website

Discord

LinkedIn

Trademark

Name

Bruno is a trademark held by Anoop M D

Logo

The logo is sourced from OpenMoji. License: CC BY-SA 4.0

Contribute 👩‍💻🧑‍💻

I am happy that you are looking to improve bruno. Please check out the contributing guide

Even if you are not able to make contributions via code, please don't hesitate to file bugs and feature requests that needs to be implemented to solve your use case.

Authors

<a href="https://github.com/usebruno/bruno/graphs/contributors">
    <img src="https://contrib.rocks/image?repo=usebruno/bruno" />
</a>

License 📄

MIT

Extension points exported contracts — how you extend this code

ProxyResolver (Interface)
(no doc) [6 implementers]
packages/bruno-requests/src/network/system-proxy/types.ts
RunnerResult (Interface)
(no doc)
packages/bruno-schema-types/src/collection/collection.ts
OCVariable (Interface)
(no doc)
packages/bruno-converters/src/opencollection/environment.ts
DotenvVariable (Interface)
(no doc)
packages/bruno-common/src/utils/jsonToDotenv.ts
ParseOptions (Interface)
(no doc)
packages/bruno-filestore/src/types.ts
TestServers (Interface)
(no doc)
tests/proxy/pac/server/index.ts
GenerateCollectionOptions (Interface)
(no doc)
tests/benchmarks/utils/collection-generator.ts
OldProxyAuth (Interface)
* Transform proxy config from old format to new format. * Old format: { enabled: true | false | 'global', protocol, hos
packages/bruno-requests/src/utils/proxy-util.ts

Core symbols most depended-on inside this repo

filter
called by 1476
packages/bruno-js/src/header-list.js
get
called by 1085
packages/bruno-query/src/index.ts
map
called by 935
packages/bruno-js/src/header-list.js
find
called by 904
packages/bruno-js/src/header-list.js
get
called by 389
packages/bruno-js/src/header-list.js
translateCode
called by 367
packages/bruno-converters/src/utils/postman-to-bruno-translator.js
has
called by 272
packages/bruno-js/src/header-list.js
indentString
called by 264
packages/bruno-lang/v2/src/utils.js

Shape

Function 4,290
Method 531
Class 125
Interface 96

Languages

TypeScript100%

Modules by API surface

packages/bruno-lang/v2/src/bruToJson.js106 symbols
packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js84 symbols
packages/bruno-app/src/utils/collections/index.js82 symbols
tests/utils/page/actions.ts73 symbols
packages/bruno-lang/v2/src/collectionBruToJson.js61 symbols
packages/bruno-electron/src/utils/git.js57 symbols
packages/bruno-converters/src/wsdl/wsdl-to-bruno.js49 symbols
packages/bruno-app/src/providers/ReduxStore/slices/workspaces/actions.js46 symbols
packages/bruno-electron/src/utils/filesystem.js45 symbols
packages/bruno-app/public/static/diff2Html.js44 symbols
packages/bruno-requests/src/grpc/grpc-client.js43 symbols
packages/bruno-app/src/providers/ReduxStore/slices/collections/exampleReducers.js41 symbols

Dependencies from manifests, versioned

@aws-sdk/credential-providers3.1019.0 · 1×
@babel/core7.25.2 · 1×
@babel/preset-env7.22.0 · 1×
@babel/preset-react7.27.1 · 1×
@babel/preset-typescript7.22.0 · 1×
@eslint/compat1.3.2 · 1×
@faker-js/faker7.6.0 · 1×
@fontsource/inter5.0.15 · 1×
@grpc/grpc-js1.13.3 · 1×
@grpc/proto-loader0.7.15 · 1×
@iarna/toml2.2.5 · 1×
@jest/globals29.2.0 · 1×

For agents

$ claude mcp add bruno \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact