Curious if anyone here has found a good tool for offline API testing and debugging.
I’ve used Postman for years, but its reliance on cloud sync and online-only features can be limiting — especially when working in air-gapped environments or with strict security policies.
I’m currently exploring tools that are:
Fully functional offline
Allow local request debugging
Preferably self-hosted or secure-by-design
Bonus if they support mocking and OpenAPI specs
Would love to hear what’s working for you. Any alternatives you’ve used recently that you’d recommend?
I recently tried Bruno but god I hate it XD
The UI is so bad and they don’t even match the colors of the REST Methods.
Their syntax is literally stolen from postman, it even used to be pm. at first in bruno :facepalm:
They have 3 ways to write a test, and when I contacted support to ask the difference between them, they didn’t even know themselves. It was like “you do whatever you like”.
The 3 options:
Scripts
Tests
Assertions
And they all work so that’s not an issue but why 3 options >.<