Deploy with Iru
Use Iru to deploy the Willow Scan Agent package and managed configuration profile to macOS devices.
Prerequisites
- Iru admin access with permission to manage apps, profiles, device groups, and assignment blueprints.
- A pilot assignment blueprint or device group.
- The macOS
.pkginstaller and.mobileconfigprofile from the Willow AI Discovery setup flow.
Minimum requirements
| Component | Minimum requirement |
|---|---|
| Iru software | Iru with custom app/package deployment and custom configuration profile deployment for managed Mac devices. Public Iru/Kandji docs describe deploying custom apps to enrolled Mac devices and support .PKG, .ZIP, and .DMG installers in Custom Apps Overview. |
| Target OS | Managed macOS devices. This guide does not apply to Windows or Linux devices. |
| Willow files | The macOS .pkg installer and .mobileconfig profile from Willow. |
| Device state | Target Macs must be enrolled in Iru and assigned to the blueprint or device group used for the rollout. |
Willow does not publish a separate minimum Iru version. Use a currently supported Iru release that provides the features listed above.
Expected outcome
Target Macs receive the Willow managed configuration profile, install the Scan Agent package, and appear in AI Discovery after the next scan interval.
For browser-based AI visibility, deploy Willow Guard through a managed Chrome policy separately from the Scan Agent package. See Deploy Willow Guard Browser Extension.
Add the configuration profile
- In Iru, create a custom configuration profile for macOS.
- Upload the Willow
.mobileconfigfile. - Name the profile clearly, such as
Willow Scan Agent Configuration. - Assign the profile to your pilot blueprint or device group.
- Save the profile.
Add the package as a custom app
- In Iru, create a custom app or package item for macOS.
- Upload the Willow
.pkginstaller. - Name the app clearly, such as
Willow Scan Agent. - Assign it to the same pilot blueprint or device group as the configuration profile.
- Save and deploy the app.
Deploy the configuration profile before or with the package. If the package installs before the profile reaches the Mac, restart the agent after the profile arrives.
Verify on a Mac
Run these commands on a scoped test Mac:
sudo profiles list -type configuration | grep -i willow
sudo launchctl print system/com.mcp-s-scan.agent
tail -n 50 /var/log/mcp-s-scan/agent-error.log
Then open AI Discovery in Willow and confirm the device appears with a recent last scan time.
Expand rollout
After the pilot group reports successfully:
- Expand the profile assignment.
- Expand the package assignment.
- Monitor Iru deployment status and Willow AI Discovery device counts.
Roll back
To remove the agent from a Mac, deploy this command through Iru:
sudo /usr/local/bin/mcp-s-scan-uninstall.sh
Remove the configuration profile from the same scope if the device should stop reporting to Willow.