this post was submitted on 28 May 2026
19 points (78.8% liked)

Selfhosted

59897 readers
697 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

The default API tooling that comes to your mind is Postman.

Postman is cloud based - the other offline alternatives are on their way to enshittification.

Is there any solution to the problem or we should all default to curl.

you are viewing a single comment's thread
view the rest of the comments
[–] Nester@feddit.uk 14 points 2 weeks ago (3 children)

There are a few other options, such as Bruno.

https://www.usebruno.com/

But if you can spare the time to learn curl it's probably the most versatile.

[–] Undaunted@feddit.org 5 points 2 weeks ago

Bruno is pretty decent, though I don't like that it's not fully FOSS. The whole premium feature stuff is closed source, if I'm not mistaken.

[–] dhruv3006@lemmy.world 3 points 2 weeks ago (1 children)
[–] Nester@feddit.uk 3 points 2 weeks ago* (last edited 2 weeks ago)

It's free for a single user, but you pay a subscription per user for collaborative use.

I'm just a solo enthusiast so it's free for what I'd use it for.

Edit: I guess to your earlier point perhaps this a step towards enshitification and they might well put more and more tools behind a paywall.

[–] Breezy@sopuli.xyz 2 points 2 weeks ago

Yup, Bruno is my choice as well coming from Insomnia and Postman. I was lucky enough to purchase the early supporter lifetime license when it was available, so I'll be using it for the foreseeable future. Hopefully it doesn't enshittify as another commenter pointed out.

While I still use curl for simple requests, I really do like having a GUI. Features like prettifying requests and responses, being able to fold code, saving requests, shared authorization across multiple requests, etc. Are the reasons why I don't think I could ever really use CLI options.