84
Open-source Postman alternatives? (poptalk.scrubbles.tech)

I've been using Insomnia, but it seems they've enshittified. I started it up after an upgrade and found that Environments are now paywalled/behind an account. Is there a true open-source alternative to Postman/Insomnia anyone recommends?

all 27 comments
sorted by: hot top new old
[-] Oriion@jlai.lu 42 points 3 months ago

I have been using Bruno and I am quite happy with it (+ you can version and share your projects) https://www.usebruno.com/

[-] scrubbles@poptalk.scrubbles.tech 7 points 3 months ago

Bruno looks almost exactly the same! Thank you!

[-] T4V0@lemmy.pt 6 points 3 months ago

Yep, it's also able to import Postman collections.

[-] houjou@jlai.lu 3 points 3 months ago

I actually don't find bruno that great compare to insomnia. it doesn't have basic features like request history in the free tier.

There's Yaak which is pretty good aside the fact that it doesn't handle huge requests collections without lagging lile crazy.

After trying these two, I went back to insomnia.

[-] TootSweet@lemmy.world 28 points 3 months ago
[-] nil@piefed.ca 35 points 3 months ago* (last edited 3 months ago)

https://justuse.org/curl/

You know what's better than downloading Postman? Not downloading Postman.

[-] favoredponcho@lemmy.zip 6 points 3 months ago

Yeah till you need to make an actual request with a body 150 lines long, multiple headers, and also need to switch between multiple environments. Curl is fine, but it’s not workable realistically for devs doing API testing.

[-] borokov@lemmy.world 0 points 3 months ago* (last edited 3 months ago)

Especially when the API is shit

[-] racketlauncher831@lemmy.ml -1 points 3 months ago

Git gud, pal.

[-] TootSweet@lemmy.world 6 points 3 months ago

Bookmarked that shit so fuckin' hard.

[-] human@slrpnk.net 14 points 3 months ago

https://github.com/httpie

They have a CLI as well as a Postman like desktop interface. One thing I prefer about their GUI over Postman is the way variables are defined/edited for multiple environments in a single view.

[-] scrubbles@poptalk.scrubbles.tech 3 points 3 months ago

This looks really nice! Thank you!

[-] peskypry@lemmy.ml 2 points 3 months ago

I could not find the license or source code for their desktop app. Is it even open source?

[-] human@slrpnk.net 3 points 3 months ago
[-] peskypry@lemmy.ml 1 points 3 months ago

That repo does not have any source code or license. The license file has a link to their terms & conditions.

[-] HubertManne@piefed.social 2 points 3 months ago

@scrubbles@poptalk.scrubbles.tech plus one to this. there is a fork of insomnia and its fine to but httpie was just as good and has an easier to remember name.

[-] lens0021@programming.dev 10 points 3 months ago* (last edited 3 months ago)

There was postwowan, it is currently renamed to Hoppscotch https://github.com/hoppscotch/hoppscotch

[-] ZWQbpkzl@hexbear.net 8 points 3 months ago

curl command in a shell script. Use jq, hq, gron, grep or whatever to parse output. Pipe the response to a file to cache. Use a text editor and tmux for UI. Program workflows directly into the shell script. UNICS is an IDE.

tl;dr Bruno

[-] asudox@lemmy.asudox.dev 7 points 3 months ago

I use this: https://github.com/darrenburns/posting

It has a TUI.

Or you can also just use curl.

[-] SilentStoat@lemmy.ml 6 points 3 months ago

I've been using ATAC (Arguably a Terminal API Client) lately because I like everything to match my terminal theme.

https://github.com/Julien-cpsn/ATAC

[-] blink@lemmy.wtf 6 points 3 months ago
[-] scrubbles@poptalk.scrubbles.tech 1 points 3 months ago

I see there's still a pro version though, that's how Insomnia started and features have slowly been leeching to "pro only", is that a worry with this one?

[-] qaz@lemmy.world 5 points 3 months ago
[-] lzs_jinxin@lemmy.world 3 points 3 months ago
[-] iglou@programming.dev 1 points 3 months ago

I've given up on all these tools, as I have found working with your usual test framework (depending on your language) much more convenient after all.

this post was submitted on 28 Dec 2025
84 points (100.0% liked)

Open Source

46440 readers
70 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS