Getting Started with Curlex

Curlex is a fast, local-first API client for macOS and Windows. No account, no cloud sync, no telemetry — just a powerful desktop tool that works offline from the moment you install it.


Installation

macOS

  1. Download the .dmg installer from the Download page
  2. Open the .dmg and drag Curlex to your Applications folder
  3. On first launch, macOS may show a security prompt — open System Preferences → Security & Privacy and click Open Anyway

Windows

  1. Download the .exe or .msi installer from the Download page
  2. Run the installer and follow the prompts
  3. Curlex will appear in your Start menu after installation

System Requirements

PlatformMinimum
macOS12 Monterey or later
WindowsWindows 10 or later

Your First Request

  1. Launch Curlex — a default workspace opens automatically
  2. Click New Request (or press Cmd/Ctrl + T)
  3. Select GET and enter a URL, e.g. https://httpbin.org/get
  4. Click Send
  5. The response appears in the panel below — status, headers, body, and timing

Key Concepts

ConceptDescription
WorkspacesIndependent project containers — each has its own collections and environments
CollectionsGroups of related requests, optionally nested in folders
EnvironmentsVariable sets you can switch between (dev, staging, prod)
VariablesUse {{variable_name}} anywhere in URLs, headers, or body

Next Steps