> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/code-scanning/local-code-scanning/mdm-for-macos/deploy-aikido-endpoint-with-jamf.md).

# Deploy Local Scanner with Jamf

Use Jamf Pro to deploy Aikido Local Scanner across your managed macOS fleet with the required permissions in place.

{% hint style="info" %}
These steps use Jamf Pro. If you use Jamf School, the menus and payload names can differ.
{% endhint %}

## Installation

{% stepper %}
{% step %}
**What you'll need**

Make sure you've [setup an Aikido Local Scan account](/code-scanning/local-code-scanning/account-creation-for-local-scanning-on-aikido.md).
{% endstep %}

{% step %}
**Upload the Aikido Local Scanner installer**

1. Get the installer from the [Local Scanner Setup Page](https://app.aikido.dev/settings/integrations/localscan).
2. In Jamf Pro, go to **Settings** → **Packages**.
3. Upload the Local Scanner `.pkg`.
4. Confirm the package finishes processing before you use it in a policy.
   {% endstep %}

{% step %}
**Create the install policy**

1. In Jamf Pro, go to **Computers** → **Policies**.
2. Create a new policy scoped to the same devices.
3. Add the uploaded package to the policy.
4. Set the policy's **Execution Frequency** to **Once per computer**.
   {% endstep %}

{% step %}
**Deploy the policy**

1. Deploy the **Aikido Local Scanner** install policy.
   {% endstep %}
   {% endstepper %}


---

# 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://help.aikido.dev/code-scanning/local-code-scanning/mdm-for-macos/deploy-aikido-endpoint-with-jamf.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.
