Installing the Agent
The SecureAI OS Agent is installed from an installer package you build in Admin → Agent Registry → OS Agents. The package produces a ready-to-run command (Windows) or script (Linux/macOS) that carries two values: the backend URL and a scoped enrollment key. For the full package builder and enrollment mechanics, see Enrollment & Installer Packages.Windows (MSI)
Windows uses a code-signed MSI. The MSI is never modified when it’s downloaded, so its Authenticode signature stays valid — configuration is passed at install time on themsiexec command line instead of being baked into the file.
The installer panel shows the exact command with your values pre-filled — copy it directly.
Linux / macOS (script)
Download the self-contained shell script from the installer package and run it. The script pulls the appropriate.deb/.pkg and writes the agent configuration (e.g. /etc/secureai-agent.toml on Linux, a LaunchAgent plist on macOS).

