Skip to content

cURL

Edit cURL commands, inspect their parsed fields, and send them from the Mac app.

The cURL editor opens .curl text files. It treats a saved curl command as a first-class request you can read, tweak, and — on the Mac app — run.

  • Edit keeps the complete command available as editable text.
  • Fields parses the command into a request: method, URL, query params, headers, basic auth, body, and form fields. Flags it doesn’t recognize are collected under other flags rather than being silently dropped, and the Edit view always remains the source of truth.
  • Copy copies the current command when clipboard access is available.
  • Send / Stop run the request and stream the result back — available only when the host provides native execution, currently the Mac app. On the web there is no Send button.

Parsing is entirely local. A request leaves your machine only when you press Send in the Mac app; editing, viewing fields, and copying never make a network call.