> For the complete documentation index, see [llms.txt](https://inflight.dope.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inflight.dope.security/introducing-dope.swg/quick-start-guide/mac-installation-process.md).

# Mac Installation Process

After selecting to download the mac version of the dope.endpoint a ZIP fie will be downloaded to your device.

The ZIP file will be called **dope\_security*****\_mac\_1.0.XXXX.zip***

Extract the ZIP file, it will contain the following three files:

* **dope\_security\_1.0.XXXX.pkg** — The dope.endpoint installer.
* **dope.security.root.crt** — The dope.security Root CA, required for SSL inspection.
* **agent\_parameters.json** — Tenant-specific data required for the installation process.

{% hint style="warning" %}
All three files must be in the same directory or the installation will FAIL.
{% endhint %}

To install the dope.endpoint, double click on the PKG file from within the ZIP file. This will launch the Installer UI. From here select **Continue**.

<div align="center"><img src="https://4250118259-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqdf21diS0j19gSMF9LeP%2Fuploads%2FUGV5qBDcgjeSPqjDMtvJ%2Fgitbook-screenshots_3.png?alt=media&amp;token=ccb1c5c4-474d-4517-9413-538c6d9a6a13" alt=""></div>

A prompt will appear asking to allow the installation of the dope.endpoint. Provide the required details to proceed.

![](https://4250118259-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqdf21diS0j19gSMF9LeP%2Fuploads%2Fu1JMeHUx68rY5FqfaNwR%2Fgitbook-screenshots_4.png?alt=media\&token=256c1a99-890c-46da-939c-aeebbd3a1081)

For the dope.endpoint to work it needs to install the dope.security Root CA. Provide the required details to proceed.

![](https://4250118259-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqdf21diS0j19gSMF9LeP%2Fuploads%2FTd10YVbWnMGffsbWuR2m%2Fgitbook-screenshots_5.png?alt=media\&token=a4738679-dd48-4c29-a5d6-9fc522d82293)

The system extension prompt is to allow the dope.security application to run. There’s a prompt to open the macOS security and preferences settings.

![](https://4250118259-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqdf21diS0j19gSMF9LeP%2Fuploads%2F9OGqJD4uoGHGiN0Hjlmn%2Fgitbook-screenshots_6.png?alt=media\&token=cb164db3-a7b1-4f05-b83f-4f2d59e6b33d)

Open the security preferences dialog box, provide the required details and allow the dope.security application to run.

![Click the lock to make changes and select "Allow".](https://4250118259-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqdf21diS0j19gSMF9LeP%2Fuploads%2FDcwIvbxhORh3RgnDSWjE%2Fgitbook-screenshots_7.png?alt=media\&token=3a24d10e-88f5-48c2-b7e2-be60ab2dcb9d)

The final prompt is to allow the dope.security application monitor network activity. Select **Allow** to finalize installation.

![](https://4250118259-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqdf21diS0j19gSMF9LeP%2Fuploads%2FvsNrgV9NgwIg1E36w2sR%2Fgitbook-screenshots_8.png?alt=media\&token=5647c1be-819d-4fd5-9365-e3fe13f0e3a3)

Once these steps are complete a dope.security icon <img src="https://4250118259-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqdf21diS0j19gSMF9LeP%2Fuploads%2FSfZe1q4TUkI4Q9MQOUrY%2Fds-app_status.png?alt=media&amp;token=76f8bb2a-1ba7-476b-ae8b-7fd36aa3e94d" alt="" data-size="line"> can be seen in the macOS menubar. This shows the installation was successful.

For more details on the macOS installation process see [Mac Installer (Old)](/dope.endpoint/mac-installer-old.md).

{% hint style="info" %}
All of the prompts above will not appear an a device where a MDM profile has been installed. For more details see [Installing using MDM on Mac](/dope.endpoint/installing-using-mdm-on-mac.md).
{% endhint %}

## Go to Console

<figure><img src="https://4250118259-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqdf21diS0j19gSMF9LeP%2Fuploads%2FCvUjTmSzNuJw3vVJXQg5%2Fgitbook-2023_13.png?alt=media&amp;token=3feebc8e-aa4d-47d7-8d88-fb5fa894ca18" alt=""><figcaption></figcaption></figure>

When you’re ready, proceed to the console where you will configure your web security policy for your users.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://inflight.dope.security/introducing-dope.swg/quick-start-guide/mac-installation-process.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
