Nib

Native macOS API client

Send a request.
Not a signup form.

A small, native API client for macOS. No Electron, no account, no telemetry.

v0.1.0  ·  macOS 26+  ·  AGPL-3.0

It does the twenty percent you actually use.

Everything here is in the first release, and everything that is missing is missing on purpose.

Requests are files

Every request is one JSON file in a folder you pick. Bodies sit in their own files next to them, so a diff is something you can actually read.

Postman import

Drag in a collection, an environment file, or the whole data-dump zip. Collection formats v2.1 and v2.0 both work.

Environments

Point {{baseUrl}} at localhost or at staging without touching the request. Anything you mark secret goes to the Keychain rather than into your files.

cURL in and out

Paste a command copied from Chrome, Firefox or Windows cmd and it becomes a request. Copy one back out when you need to share it, with the credentials stripped if you prefer.

Responses in detail

Highlighted JSON, headers, cookies, the redirect chain, and a timing breakdown taken from real URLSession metrics rather than a stopwatch.

Built for the keyboard

Every action has a shortcut, and every shortcut is also a menu item so you can find it. ⌘K jumps to any request in the collection.

How it compares.

These numbers were measured on one machine against Postman 12.22.3 for Apple silicon, downloaded from postman.com. Where we could not measure something, the row says so rather than guessing.

Nib Postman 12.22.3
On disk1.6 MB353 MB, of which 213 MB is Electron
Download1.6 MB145 MB
Built withAppKit and SwiftUIElectron, embedding Chromium 138
DependenciesNoneA bundled browser, at minimum
Idle memory30 MBNot measured
Account required NoYes, for most of it
Telemetry NoneYes
Requests stored asPlain files you ownA synced workspace
LicenceAGPL-3.0Proprietary

† Postman quit immediately every time we launched it on the machine we tested on, so we have no memory figure we are prepared to print. The rest of the numbers come from the downloaded bundle itself: du on the installed app, and the Chromium build string inside its Electron framework.

Moving over takes about a minute.

  1. Export from Postman.Settings, then Data, then Export. You can also right-click a single collection and export just that.
  2. Drop the file on Nib.The whole window is a drop target, and it accepts a zip, a collection, or an environment file.
  3. Read the report.Nib lists anything it could not bring across, names the requests affected, and leaves that data in your files.
Collections Folders Environments Variables Auth Bodies Headers Scripts, preserved

Nib does not run scripts. It keeps them in your files, round-trips them untouched, and tells you which requests contain them, so nothing disappears quietly during an import.

Make the switch

The numbers are the pitch.

All four are measured on the build that ships and checked again on every pull request, so if one of them stops being true the build fails that day.

1.6 MBOn disk
30 MBIdle memory
0Dependencies
0Telemetry

Install it in one line.

brew trust --tap jasp-nerd/nib
brew install --cask jasp-nerd/nib/nib

The first line is not optional. Homebrew 6 will not load a third-party tap until you say you trust it.

That is the whole thing. The tap clears the quarantine flag while it installs, so Nib opens normally afterwards.

Without Homebrew, download the zip from GitHub and drag Nib into Applications. macOS will block it the first time, because Nib is signed but not notarized by Apple. Either run xattr -dr com.apple.quarantine /Applications/Nib.app once, or open System Settings, then Privacy & Security, where macOS offers an "Open Anyway" button for the app it just blocked. Notarizing would remove that step for everyone; it costs $99 a year and will happen if the project earns it.

Nib asks for no system permissions at all. There is no Accessibility prompt, no Input Monitoring prompt and no Screen Recording prompt, because none of them are needed.