2022-03-22 13:48:20 +01:00
# bruno
2022-10-23 17:27:35 +02:00
Local-first, Opensource API Client.
2022-10-09 22:07:39 +02:00
2022-10-16 10:21:10 +02:00
### Live Demo 🏂
Woof! Lets play with some api's [here ](https://play.usebruno.com ).
Your api must allow CORS for it to work in the browser, else checkout the chrome extension ot the desktop app
2022-10-09 22:07:39 +02:00
2022-10-21 15:11:28 +02:00
You can visit the [Website ](https://www.usebruno.com ) or watch a [4 min demo ](https://www.youtube.com/watch?v=wwXJW7_qyLA )
2022-10-23 17:21:12 +02:00
![bruno ](assets/images/landing.png )
2022-10-21 15:11:28 +02:00
2022-10-23 19:10:26 +02:00
### Bring Your Own Version Control ✨
Bruno is built from the ground up with the Local-first paradigm in mind. This allows developers to directly store there collections on top of their local filesystem. The collections are mirrored as folders and files on the filesystem.
![bruno ](assets/images/local-collections.png )
2022-10-16 10:21:10 +02:00
### Comparision with Similar tools ⚖️
Bruno is at early stages of development, and does not yet have all the bells and whistles.
Here is a rundown of key areas where bruno is different from similar tools out there.
2022-10-09 22:07:39 +02:00
| Feature | Bruno | Postman | Insomnia | Hoppscotch |
| ---------| ------| --------| ---------| ---------- |
2022-10-16 10:21:10 +02:00
| Open source Client | ✔️ | ✖️ | ✔️ | ✔️ |
| Open source Sync Server | ✔️ | ✖️ | ✖️ | ✖️ |
2022-10-09 22:07:39 +02:00
| Local (Filesystem) Collections | ✔️ | ✖️ | ✖️ | ✖️ |
| Chrome Extension | ✔️ | ✖️ | ✖️ | ✖️ |
| Run using Docker | ✔️ | ✖️ | ✖️ | ✔️ |
| Desktop App | ✔️ | ✔️ | ✔️ | ✖️ |
| Run in Browser | ✔️ | ✔️ | ✖️ | ✔️ |
| Multi Tab Requests | ✔️ | ✔️ | ✖️ | ✖️ |
2022-10-16 10:21:10 +02:00
2022-10-23 19:10:26 +02:00
2022-10-21 15:11:28 +02:00
### Contribute 👩💻🧑💻
I am happy that you are looking to improve bruno. Please checkout the [contributing guide ](contributing.md )
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.
2022-10-23 19:10:26 +02:00
### Support ❤️
Woof! If you like project, hit that ⭐ button !!
### Authors
2022-10-23 13:47:45 +02:00
< div align = "center" >
< a href = "https://github.com/usebruno/bruno/graphs/contributors" >
< img src = "https://contrib.rocks/image?repo=usebruno/bruno" / >
< / a >
< / div >
2022-10-16 10:21:10 +02:00
### Stay in touch 🌐
2022-10-21 15:11:28 +02:00
[Twitter ](https://twitter.com/use_bruno ) < br />
[Website ](https://www.usebruno.com )
2022-10-16 10:21:10 +02:00
2022-10-23 13:47:45 +02:00
2022-10-16 10:21:10 +02:00
### License 📄
2022-10-21 15:11:28 +02:00
[MIT ](license.md )