
Hermes Proxy - HTTP Traffic Analyzer
Hermes Proxy is a desktop HTTP/HTTPS interception app built with Electron and Vite. It captures requests/responses, lets you replay requests, and export/import HAR files.

At the moment, the releases are built but not signed. It can fully prevent the installation the releases. It is recommended to use the development setup below.
Install dependencies:
npm install
Run the app in dev mode (Vite + Electron):
npm run dev
Build the renderer:
npm run build
Package binaries (macOS/Windows/Linux targets via electron-builder):
npm run dist -- --publish never