Get "PHP 8 in a Nuthshell" (Soon includes PHP 8.4)
Amit Merchant

Amit Merchant

A blog on PHP, JavaScript, and more

Some great open-source alternatives to Postman

When it comes to API clients to make requests to your APIs, most developers end up using Postman. It’s a great tool that has been around for a long time and covers everything you expect from an API client.

But Postman has become cluttered and a bit hard to navigate for quite a while now. The UI feels too busy, leading to a lot of unnecessary clicks and scrolling.

So, I’m listing out some of the open-source Postman alternatives which have all the features that Postman barring some minor differences.

HTTPie

HTTPie is one of my favorite API client tools that I use quite often. It’s primarily a command-line tool that makes it easy to make HTTP requests. But now, it also has a nice UI that you can use to make requests.

You can install HTTPie on your system but what makes it stand out is you can start using it right into your browser without all the hassle of installing it.

In the recent versions of HTTPie, you can even run APIs using AI prompts which is pretty handy.

httpie-ui

Yaak

Yaak is one more API client which has rencently been open-sourced. It has a simple yet functional UI that you can use to make requests.

It supports REST, GraphQL, and gRPC protocols to make requests to your APIs. You can also categorize your APIs into folders which is helpful in managing your APIs.

Fun fact: Yaak is built by the creator of Insomania.

yaak-ui

Hoppscotch

Hoppscotch is the only API client in this list which is browser-only. You can’t install it on your system but since it’s a PWA, you can still install it in your system “technically”.

You can create/import collections and sync them in your workspace.

Hoppscotch also lets you test your WebSocket or Sockt.io-based APIs in a specialized realtime editor.

hoppscotch-ui

Bruno

Bruno is the API client in this list which I feel is a little heavy while using it. While it covers most of the basics, I feel it’s a bit cluttered compared to the other clients I mentioned here.

Even with these shortcomings, Bruno is still worth giving a shot.

bruno-ui

Insomnia

Insomnia is perhaps the most popular alternative to Postman. It mostly resembles Postman but it’s less cluttered and good-looking than the former.

It has collections, environments, and a feature to sync all of these to the cloud. So, this could be the perfect alternative if you’re looking to move away from Postman!

insomnia-ui

Thunder Client

And lastly, if you want something right into your code editor, Thunder Client is the way to go.

It’s a VS Code extension that you can install and use to make requests to your APIs. It doesn’t have all the features a full-fledged API client would offer (like collections/folders or sync) but it still has enough to fulfill your need to run APIs without leaving the editor.

So, if you’re looking for something pretty simple yet effective API client, look no further than Thunder Client.

thunder-client-ui

Like this article?

Buy me a coffee

👋 Hi there! I'm Amit. I write articles about all things web development. You can become a sponsor on my blog to help me continue my writing journey and get your brand in front of thousands of eyes.

Comments?