Hacker News new | ask | show | jobs
by helloanoop 983 days ago
Try Bruno - https://github.com/usebruno/bruno

- Free and Opensource IDE for exploring and testing APIs

- It is lightweight with MIT license

- Bruno stores your collections directly in a folder on your filesystem

- Use git for collaboration

- No cloud sync. Fully offline.

PS: I am the creator of this project

3 comments

It's like the Netflix series Dark. It's a cycle.

Start API Client

Traction

VC Funding

Bloatware

Deprecate Scratchpad

Delete Scratchpad

Bruno will put an end to this. Honestly, I don't care if I end up making little money from Bruno. This shit has to stop. An API Client need not be VC funded.

It's been a decade now. 10yrs.

Fully offline is a lie. There is telemetry with no opt out.[1] And you should say lightweight compared to other Electron apps if you mean lightweight compared to other Electron apps.[2]

[1] https://github.com/usebruno/bruno/issues/337

[2] https://news.ycombinator.com/item?id=37697206

We will soon add support for disabling telemetry (visit count)

By Fully Offline, I meant to emphasize that we don't plan to plan to support online syncing of api collections to cloud.

lightweight is not just about electron, it's also about being mimimal without all the feature bloat that most people don't need.

Honestly I don't get the hate for electron.. Bruno got almost 50 PRs in the last week by community. We shipped a release every single day to all macOS, win, Linux.

New contributors are able to get the code up and running and contribute code within a day.

This is made possible by electron.

Fully offline means fully offline. It could have been an honest mistake the 1st time. Not after it was brought to your attention.

You said you would support disabling telemetry in the upcoming release several releases ago. And you could have disabled it temporarily or added a warning in less time than you spent trying to justify and deflect.

A fork bomb has minimal features. Is it lightweight?

Your reasons for using Electron are not reasons to make false claims.

People who know the stack can contribute code within a day. It is true for any stack.

Is there a way to use an interceptor on this?

With postman when I could use their interceptor extension on the browser, that would transfer cookies (from when I was logged into an app that was running locally) onto any of postman's requests. That was very convenient.

That's a great feature which we currently don't have.

If you don't mind, it'd be great if you could outline your usecase on our GitHub issue tracker.

On cookies, we are building UI support, meanwhile you can use scripting workaround described here https://github.com/usebruno/bruno/discussions/385#discussion...

Thank you. I will try to create one.

Great effort btw. Awesome to see more open source projects from India.