Skip to main content

Quick Start

Verify your endpoints meet the requirements before deploying the Sentinel agent.

OS
macOS 13+ (Ventura or later)
Windows 10 / Server 2019+
64-bit only
Access
macOS: root (LaunchDaemon)
Windows: SYSTEM (Service)
MDM / GPO deployment supported
Network
api.quilr.ai: 443 outbound
Proxy passthrough (if applicable)
No inbound ports required
Platform
macOS: Network Extension approval
Windows: WinDivert driver
Keychain / cert store write access
QuilrAI

OS Requirements

PlatformMinimum VersionNotes
macOS13.0 (Ventura)Network Extension requires Ventura+
Windows10 (1903+) or Server 2019WinDivert driver requires 64-bit

Access Requirements

PlatformRequired AccessUsed For
macOSrootLaunchDaemon, system extension install, keychain write
WindowsSYSTEM / AdministratorWindows Service, WinDivert driver, cert store write

The agent is deployed via MDM (Jamf, Intune, Kandji) or GPO. The installer handles service registration and cert trust automatically when run with --trust-cert --register-as-service.

Network Requirements

The agent only makes outbound connections. No inbound ports are required.

DestinationPortPurpose
api.quilr.ai443 (HTTPS)Backend sync: discovery, governance, activity
CDN (version check)443 (HTTPS)Auto-updater version manifest and package download

If the endpoint routes through a corporate proxy, configure the proxy to pass through these destinations without TLS inspection of the agent's own traffic.

Platform-Specific Requirements

macOS

RequirementDetails
System ExtensionUser must approve in System Settings > Privacy & Security after first install
Network Extension entitlementBundled in sentinel-proxy via provisioning profile
Keychain writeRequired to trust the MITM root CA (security add-trusted-cert)
File Descriptor limitRaised to 10,240 by installer (ulimit -n)

Windows

RequirementDetails
WinDivert driverBundled with the agent package
Cert store writeRequired to trust the MITM root CA in the local machine store
Windows ServiceRegistered as SentinelAgent; runs as SYSTEM
UACRequired for initial install; subsequent updates run as SYSTEM

Disk Space

ComponentApproximate Size
Agent binaries~50 MB
Dynamic cert + key< 1 KB
Config and templates< 5 MB
Logs (rolling)Configurable; defaults to 100 MB cap