-
Latest Version
Postman 12.0.1 LATEST
-
Review by
-
Operating System
macOS 10.12 Sierra or later
-
User Rating
Click to vote -
Author / Product
-
Filename
Postman for macOS (x64).zip
-
MD5 Checksum
6efb9fae91417f1ee21773c4c35c9e74
We recommend the free Postman App for Mac ,Windows , Linux or Chrome. Millions of developers and thousands of companies worldwide use this app to support their API development.
Shouldn’t you? The program doesn’t require learning a new language, complicated UI, or new workflows. Developers can start using the tool immediately to make API development faster & easier. Download the Postman for macOS app. It's free!
Features and Highlights
A Complete Toolchain for API Development
The app was designed from the ground up, to support all aspects of API development. The software's apps are built on a single underlying layer, ensuring consistent performance and user experience.
Mirrors Your Existing API Development Workflow
This product has features for every API developer: request building, tests & pre-request scripts, variables, environments, and request descriptions, designed to work seamlessly together. The program was designed to make your current workflow faster and better.
Built on the Postman App You Know
Post man Pro expands the toolchain of the App, used by 3+ million developers worldwide. Same user-friendly interface, built on a single underlying technology layer for robust performance.
Collaboration, API Documentation, API Monitoring
Features for the power API developer, including better collaboration, customizable web-viewable Documentation, and API Monitoring, customized to your own the app Collections.
Individuals, Small Teams, and Large Teams
Postman Pro is currently used by individual developers, as well as developer teams ranging in size from 2 to 200+. Teams working QA, DevOps, front-end & back-end development, and API publishing use Pro to ensure a simple and effective API experience.
How to Use
- Install Postman by dragging it to Applications
- Launch Postman and sign in or create an account
- Create a new request from the workspace
- Set the request method (GET, POST, etc.)
- Enter the API endpoint URL
- Add headers, params, or body as needed
- Click "Send" to execute the request
- View the response in the lower panel
- Use collections to organize your API requests
- Save requests for reuse and collaboration
- Explore APIs using the built-in API network
- Automate tests using the Tests tab
- Monitor APIs with scheduled monitors
- Use environments to manage variables
- Generate code snippets for API calls
- Collaborate with teams using shared workspaces
- Debug using console and logs
- Mock APIs for testing without backend
- Manage APIs with built-in version control
FREE ($0)
- For up to 3 collaborators.
- Includes API Client access, cloud-based integrations, 3 packages, 1-day collection recovery, 25 collection runs, access to Flows, and 50 free Postbot activities.
- Add-ons: Postbot, Collection Runner, Flows.
- All Free features + unlimited collaborators, 30-day collection recovery, 10,000 mock server & monitor requests, and pay-as-you-go capabilities.
- Add-ons: Postbot, Collection Runner, Flows.
- All Basic features + private workspaces, single/multi-partner workspaces, basic role-based access, 25 packages, and 90-day collection recovery.
- Add-ons: Postbot, Collection Runner, Partner Editor, Flows.
- All Professional features + private API network, SSO/SCIM/SAML, reporting & analytics, audit logs, user groups, advanced role-based access, 100 packages, 100,000 mock server requests, 10,000 monitor requests, and customer success.
- Add-ons: Postbot, Collection Runner, Partner Editor, API Builder, Advanced Security Administration.
macOS 10.13 (High Sierra) or later
Intel or Apple Silicon (M1/M2) processor
Minimum 4 GB RAM
At least 500 MB free disk space
Internet connection for sync and updates
PROS
- Easy-to-use interface
- Powerful API testing features
- Excellent collaboration tools
- Support for automation and scripting
- Works offline after initial setup
- Can be resource-intensive
- Learning curve for advanced tools
- Team features locked behind paywall
- Sync issues occasionally occur
- Limited CLI support on macOS
Also Available: Download Postman for Windows
What's new in this version:
- Postman v12 introduces a new platform designed for the agentic era, with features that help teams move APIs from development to production for internal, external, and agentic use. It integrates with Git-based workflows and offers new capabilities: Git-connected Workspaces, an API Catalog that manages APIs and services organization-wide, an updated Private API Network for internal API distribution, and much more.
- Read on for more about what's new in this version of Postman
New:
Native Git:
- The new Postman app is Git-native from the ground up. This means you can work in Postman on the same branch you’re writing code on, alongside your IDE, and the Git-native architecture enables Postman to work in offline conditions too.
- You can now open the local instance of your remote Git repository where your API is implemented. The collections, specifications, and environments you work on in Postman are saved as a folder inside the source code folder. Work on your iterations locally until the API reaches a stable, deployable state, then commit your local changes to Postman Cloud.
- A new file editor enables you to edit and create files directly in the Git folder connected to your workspace. Git workflows are native throughout: there's a code editor, a terminal, and a new modifications UI for pushing and pulling changes without leaving Postman.
- To learn more, see About Native Git.
Introducing the Collection 3.0 format:
- The new Collection 3.0 format enables teams to organize HTTP, GraphQL, gRPC, MCP, MQTT, WebSockets, and AI requests in the same collection. Instead of JSON blobs, collections are broken into constituent YAML files that are easy to diff, easy for humans to review, and easy for AI agents to read and write.
- You can now use Collection Runner with gRPC and GraphQL to build a single, consistent testing and automation workflow locally, in the CLI, or in a pipeline.
- Multi-protocol collections - including GraphQL, gRPC, WebSocket, MQTT, MCP, and SOAP - can now segment authentication by route for per-protocol or per-route authentication. Enterprise teams can now run scripts at a collection level per protocol.
- To learn more, see Test your API using Collection Runner.
Introducing local mock servers:
- You can now create a mock server that simulates a real API server in your local Git repository, where you're making API changes. This enables you to quickly set up your service locally by mocking the APIs it depends on.
- You can create a local mock server from a template to define logic yourself or use Agent Mode to quickly get started. You can also use the Postman CLI to validate your collection’s tests against a mock server or start a mock server in your CI/CD pipeline. Once your local mock server is running, you can send requests to it just like a real API.
- To learn more, see Simulate your API locally using a Git-backed mock server
Introducing monitoring internal APIs with runners:
Available on Enterprise plans:
- With Private API Monitoring, you can now monitor your organization’s internal APIs behind a firewall or deployed in a restricted network, like a virtual private cloud (VPC). This means you can monitor internal APIs without exposing your endpoints to the public internet.
- Use the Postman CLI to start the runner in your own network where it polls Postman for monitor runs, runs the collection and its tests in your network, and sends the results back to the Postman cloud. Any of your teammates can choose the runner when they create a monitor, making it easy for anyone on your team to test internal APIs.
- As an Admin, you can create and manage your team’s runners from Runner settings, which is located in your Organization or Team settings. Here you can view more details about runners, like their health status, last ping date, and more. You can also view each active instance of a runner to help you scale your team’s runners.
- To learn more, see Monitor internal APIs with runners
Introducing API Catalog:
Available on Enterprise plans:
- The API Catalog is a central place to see all your APIs and services. It is a live operational layer for API portfolio management that functions as a system of record that stays current because it is directly connected to where your APIs are built, tested, and run. You can connect your source code to the API Catalog, and it will automatically show you all your APIs in one place. You can also use the API Catalog to set rules for your APIs and check how well they're following those rules. The API Catalog works with Agent Mode, so you can ask questions about your APIs and get help with fixes when something is broken.
- To learn more, see About Postman API Catalog
A new, more organized UI:
- Built for developers and AI agents, the new Postman UI delivers a clean, information-dense, efficient workbench with every major capability - including collections, environments, specs, and flows - one click away.
- The centerpiece of the new UI is a unified workbench. Collections, environments, specs, flows, and mock servers can now live together and be organized however makes sense for the work at hand. Developers can work across everything relevant to their development process at once instead of switching between separate contexts. Agent Mode ties this together by operating across multiple elements simultaneously.
Introducing the new Private API Network:
Available on Enterprise plans:
- Your new Private API Network is a curated subset of your organization's internal workspaces, organized by team. It's a place where you can discover the internal APIs most relevant to your work.
- Search and Postman Agent Mode are optimized for your new Private API Network. And a new badge helps you identify trusted sources from your organization, no matter where you are in Postman.
- To learn more, see Discover your organization's internal APIs with your Private API Network
Introducing SDK Generation:
Available on Enterprise plans:
- The SDK Generation Service enables Postman users to automatically generate client SDKs from their Postman Collections or OpenAPI specifications. The service transforms API definitions into production-ready SDK code in multiple programming languages (TypeScript, Python, Java, and more), which users can download and integrate into their applications.
- To learn more, see About Postman SDK Generator
Introducing Native Git for Flows:
- Build and manage Postman Flows directly on your local filesystem with Git-native workflows. Create, edit, and delete flows locally while automatically switching between Cloud View and Local View.
- To learn more, see Manage flows with Native Git.
Introducing support for MCP Servers in Postman Flows:
- The AI Agent block v2 can now connect to external MCP servers via a URL with bearer token authentication in Postman Flows. Build AI agents by connecting to MCP Servers and using their available tools.
- To learn more, see AI Agent block
Introducing support for environment variables and vault secrets in Postman Flows:
- You can now reference environment variables and vault secrets in Configurations, Scenarios, and Deploy settings. Values are automatically pulled from your selected environment or vault for both manual and cloud execution.
- To learn more, see Configure values for flows
Improved:
Agent Mode:
- Agent Mode acts as both a coach and hands-on collaborator in your workflow. You can interact conversationally, run end-to-end tasks, and directly modify code to fix errors or generate server stubs and client code. It works across Postman and connected repositories to create and update collections, tests, and mocks according to organizational standards—all without switching tools. Built-in capabilities like AI Test Generation automatically add contract, load, unit, integration, and end-to-end tests to improve coverage and prevent regressions. AI Debugging identifies root causes of failed runs in Collection Runner, Monitors, and Performance tests and suggests fixes directly in the results, significantly reducing troubleshooting time.
- Postman is also introducing Agent Mode Enterprise features, designed to meet the security, governance, and access control requirements of large organizations. New capabilities for Enterprise plans include fine-grained user access control that lets administrators grant Agent Mode access to all users, specific individuals, or selected groups and teams, enabling pilot programs, role-based access, and phased rollouts. Enhanced security guardrails automatically protect sensitive data with secret redaction (using Postman Secret Scanner to prevent API keys and credentials from reaching LLMs) and PII redaction (using AWS PII Guardrails to mask personally identifiable information).
- Additionally, MCP governance controls help manage Model Context Protocol server integrations with enterprise-grade oversight, allowing administrators to allowlist specific MCP servers or block all MCP servers to maintain security and compliance.
- To learn more, see Postman Agent Mode Enterprise features.
- Support for generating OpenAPI 2.0 specifications from collections
- From a Postman Collection, you can now generate OpenAPI 2.0 specifications in Spec Hub. You can now also sync changes between collections and OpenAPI 2.0 specifications.
- To learn more, see Generate an API specification from your collection.
Deprecated Features:
Postman API Builder:
- The Postman API Builder is no longer supported. API specification management moves to Spec Hub.
- Learn how to migrate your API specifications from the API Builder to Spec Hub.
Deprecated integrations:
- Git and CI/CD integrations are no longer supported.
- Git and CI/CD workflows move to Native Git and the Postman CLI. API Gateway integrations move to the API Catalog.
Export performance tests in PDF or HTML format:
- Exporting a performance test report in PDF or HTML format is deprecated. Postman recommends exporting performance test reports in JSON format.
- To learn more, see View metrics for performance tests.
Postbot:
- Postbot is no longer available in Postman v12. You can use Agent Mode instead. Agent Mode brings an AI-native experience to Postman, enabling automation across a wide range of API use-cases.
OperaOpera 128.0 Build 5807.52
PhotoshopAdobe Photoshop CC 2026 27.4
OKXOKX - Buy Bitcoin or Ethereum
WPS OfficeWPS Office
Adobe AcrobatAdobe Acrobat Pro 2025.001.21265
CleamioCleamio 3.4.0
MalwarebytesMalwarebytes 5.20.1
TradingViewTradingView - Track All Markets
CleanMyMacCleanMyMac X 5.2.10
AdGuard VPNAdGuard VPN for Mac 2.9.0



Comments and User Reviews