Back to Getting Started

Install the OpenFrame Agent on Windows

Device Deployment · Step 2

Section

May 15, 2026

Published

Aliaska Varieva

Aliaska Varieva

Head of Platform

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

  1. Download the MSI
powershell
Invoke-WebRequest "https://install.openframe.ai/windows" -OutFile "openframe-agent.msi"
  1. Install silently
powershell
msiexec /i openframe-agent.msi /qn ENROLL_TOKEN="<YOUR_TOKEN>"
  1. Verify the service
powershell
Get-Service openframe-agent

Status should be Running. The device card appears in your tenant dashboard within ~60s.