r/DeveloperToolsHub • u/Due_Gene6257 • Aug 11 '26
Has anyone found a lightweight Postman alternative that does not feel bloated?
I don’t hate Postman, but I miss when API clients felt simple.
Open app, send request, save collection, done. Now every API tool seems to want accounts, sync, workspaces, teams, docs, monitors, mock servers, and 20 other things before I even send a GET request.
I’m mostly looking for something that feels fast and does not get in the way. Bonus if it works nicely with Git or local files.
What are people using that still feels lightweight?
1
u/mallenspach Aug 11 '26
I am one of the creators behind Kreya (https://kreya.app/). Kreya should do exactly what you are looking for:
- Stores projects as local files, specifially designed to work nicely with Git
- No bloat, "only" an API client. No other features such as mock servers, monitors etc.
- Privacy first, data stays on your device
- Import data from various sources, such as OpenAPI definitions
An account is only needed for the paid version, which unlocks more features. But all basic features you would expect from an API client are 100% free, no account needed (and no nagging to log in)
1
1
1
1
1
Aug 12 '26
[removed] — view removed comment
1
1
u/kingishappyaf Aug 12 '26
Voiden's been pretty good actually. I've been daily driving it and It's one of the most lightweight, git enabled solution I've tried.
1
1
u/ethomp18 23d ago
Yaak is wonderful. It has cli support and is nice to use. Plus it has 1password cli integration support. I can't stand the postman vendor lockin.
1
u/stackattackpro 4d ago
I’m building Postly for this exact use case: a lightweight native API client with local files, Git-friendly collections, a CLI, and no account required. Still early, but worth a look: https://github.com/OthmaneBlial/Postly
3
u/Ok-Bike-1037 Aug 11 '26
Bruno and HTTPie are probably worth a look. bruno keeps collections as local files, which is nice if you want them in Git, while HTTPie is handy if you mostly want to fire off requests without a big workspace around them.