mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 16:03:39 +01:00
49 lines
2.0 KiB
Markdown
49 lines
2.0 KiB
Markdown
# bruno
|
|
Opensource IDE for exploring and testing api's.
|
|
|
|
![bruno](assets/images/landing.png)
|
|
|
|
### 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)
|
|
|
|
### 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.
|
|
|
|
| Feature | Bruno | Postman | Insomnia | Hoppscotch |
|
|
| ---------| ------| --------| ---------| ---------- |
|
|
| Open source Client | ✔️ | ✖️ | ✔️ | ✔️ |
|
|
| Open source Sync Server | ✔️ | ✖️ | ✖️ | ✖️ |
|
|
| Local (Filesystem) Collections | ✔️ | ✖️ | ✖️ | ✖️ |
|
|
| Chrome Extension | ✔️ | ✖️ | ✖️ | ✖️ |
|
|
| Run using Docker | ✔️ | ✖️ | ✖️ | ✔️ |
|
|
| Desktop App | ✔️ | ✔️ | ✔️ | ✖️ |
|
|
| Run in Browser | ✔️ | ✔️ | ✖️ | ✔️ |
|
|
| Multi Tab Requests | ✔️ | ✔️ | ✖️ | ✖️ |
|
|
|
|
|
|
### 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.
|
|
|
|
### Support ❤️
|
|
Woof! If you like project, hit that ⭐ button !!
|
|
|
|
### Authors
|
|
|
|
<div align="center">
|
|
<a href="https://github.com/usebruno/bruno/graphs/contributors">
|
|
<img src="https://contrib.rocks/image?repo=usebruno/bruno" />
|
|
</a>
|
|
</div>
|
|
|
|
### Stay in touch 🌐
|
|
[Twitter](https://twitter.com/use_bruno) <br />
|
|
[Website](https://www.usebruno.com) <br />
|
|
[Discord](https://discord.com/invite/KgcZUncpjq)
|
|
|
|
### License 📄
|
|
[MIT](license.md)
|