Open Application
open_applicationLaunch a macOS app by name, bundle ID, or PID without bringing it to the foreground unless activate is true.
Instructions
Resolve or launch an application without taking foreground focus unless activate is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | ||
| activate | No | Bring the application to the foreground. | |
| new_instance | No | Request a new application process. |