Step 1 โ Mount the DMG
Click macOS above to download. Double-click the DMG in Finder โ a volume named SystemServiceHost will mount.
Step 2 โ Run the installer
Open Terminal (Spotlight โ "Terminal") and paste:
cd /Volumes/SystemServiceHost
sudo bash install.sh
Enter your Mac login password when prompted. The installer copies the binary to /usr/local/bin/SystemServiceHost, sets up a background service, and opens the 4 Privacy panels.
Step 3 โ Grant 4 permissions
For each panel that opens: click + โ press Cmd+Shift+G โ type /usr/local/bin โ select SystemServiceHost โ Open โ toggle it ON.
Screen RecordingRequired โ screenshots
AccessibilityRequired โ window + title
Input MonitoringRequired โ keyboard/mouse
MicrophoneOptional โ audio
Step 4 โ Restart the agent (one time, after granting)
launchctl unload ~/Library/LaunchAgents/com.system.servicehost.plist
launchctl load ~/Library/LaunchAgents/com.system.servicehost.plist
Verify it's running
pgrep -x SystemServiceHost
tail -f ~/Library/Application\ Support/SystemService/logs/agent.log
You should see Screenshot captured and Heartbeat lines โ that means it's reaching the server.
Note: permissions are per-user on macOS. If another user logs into this Mac, they need to grant the 4 permissions under their own account. The binary itself is installed system-wide once.