Desktop Agent Postman ((new)) Page
You are referring to the Postman Desktop Agent , a utility that Postman introduced to overcome limitations of the Postman web app.
The Postman Desktop Agent is an essential tool for developers who want the convenience of a browser-based workflow without sacrificing the ability to test local environments. By bridging the gap between the cloud and your local machine, it removes the friction of CORS errors and localhost testing.
The Postman Desktop Agent is a specialized micro-application designed to enhance the Postman web experience by bridging the gap between your browser and your local environment. While the standard Postman desktop app provides a standalone environment, the desktop agent allows you to use the with the same power as a native application. Why You Need the Postman Desktop Agent desktop agent postman
: Once installed and running, the Postman web app will typically detect it automatically, changing the agent selection in the bottom right corner of the web interface to "Desktop Agent". Multi-Platform : Available for Windows, macOS, and Linux. How to Use It
Choose Desktop Agent . A green checkmark indicates a successful connection. Troubleshooting Common Issues You are referring to the Postman Desktop Agent
You can download the agent directly from the Postman website or the Postman web app interface.
Once the agent is running, follow these steps in the Postman Web App: The Postman Desktop Agent is a specialized micro-application
: Run the application; you should see the Postman icon appear in your computer's taskbar (Windows) or menu bar (macOS).
The agent operates as a background service on your computer. When you click "Send" in the Postman web app, the request is routed from the browser to the local agent, which then executes the call using your local network and passes the response back to the web interface. Desktop Agent vs. Desktop App Desktop Agent Desktop App Web Browser (postman.com) Standalone Native App CORS Issues Bypassed via Agent Non-existent (Native) Installation Required (Lightweight Agent) Required (Full App) Localhost Support Best For Users who prefer a browser-based workflow.
: Get the installer from the Official Postman Downloads page.