Install the OpenFrame Agent on Windows
Deploy the OpenFrame agent to a Windows 10/11 endpoint via the standalone MSI or your existing RMM/GPO.
Prerequisites
- Local administrator on the target machine
- Enrollment token from
Settings → Devices → Add Device - Windows 10 1809+ or Windows 11
Steps
- Download the MSI
powershellInvoke-WebRequest "https://install.openframe.ai/windows" -OutFile "openframe-agent.msi"
- Install silently
powershellmsiexec /i openframe-agent.msi /qn ENROLL_TOKEN="<YOUR_TOKEN>"
- Verify the service
powershellGet-Service openframe-agent
Status should be Running. The device card appears in your tenant dashboard within ~60s.