Skip to content

Repository files navigation

Delta

Delta

API diff client for macOS, Windows, and Linux.

What it does

Delta is a desktop API client built around comparing responses.

  • Send HTTP requests and organize them into folders.
  • Switch between environments (dev, staging, prod) with variable substitution.
  • Snapshot any response and diff future runs against it.
  • Side-by-side JSON diffs that ignore key order and highlight added, removed, and changed fields.
  • Works offline — requests, folders, environments, and snapshots are stored locally.

Use it to verify that an API behaves the same after a refactor, across environments, or between versions.

Run from source

npm install
npm run dev

Build

npm run build:mac     # .dmg / .zip
npm run build:win     # NSIS installer
npm run build:linux   # AppImage / .deb

About

API diff client for macOS, Windows, and Linux.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages