Install the OpenFrame Agent on macOS
This guide walks you through installing the OpenFrame agent on a managed macOS device.
Prerequisites
- Admin (sudo) access on the target Mac
- The agent installer URL from your OpenFrame tenant dashboard
- macOS 12 (Monterey) or later
Steps
- Download the installer
bashcurl -fsSL https://install.openframe.ai/macos -o openframe-agent.pkg
- Verify the package signature
bashpkgutil --check-signature openframe-agent.pkg
- Run the installer with your enrollment token
bashsudo installer -pkg openframe-agent.pkg -target /
sudo openframe enroll --token <YOUR_TOKEN>
Verify
Run openframe status — you should see Connected and the device should appear in your tenant within 60 seconds.
Next
Move on to Step 2: Install the OpenFrame Agent on Windows.