Monitor macOS with an agent that reports to one console.
Apple silicon and Intel. LaunchDaemon, one line to install. BE AI investigates when something fails; a person approves the fix.
install
One line, from the company's install page.
Run in Terminal with sudo. It fetches the signed binary, verifies the checksum, installs the service and connects. Run it again any time; it never overwrites the machine's identity.
curl -fsSL https://hub.[yourdomain]/install/inst_…/macos.sh | sudo bash
Outbound 443 to the hub only. No inbound rule, no VPN, no SNMP community.
what the agent watches on macOS
LaunchDaemonStarts at boot, restarts on failure, survives updates.
Disk and memoryEvery real volume; APFS pseudo-mounts are folded.
UsersWho is logged in, so checks can wait for a person.
ChecksPing, DNS, URL, port, process, file age, free space, mapped share.
NetworkInterfaces, gateway, DNS, external address.
What it cannot doNo service or log tools on macOS today; BE AI works from the rest.
questions
Before you put it on macOS.
Does it need MDM?
No. It is a LaunchDaemon installed with one command. MDM can deploy that command if you have one.
Put BE Hub on ten machines this week.
A pilot takes an afternoon: one install link, your own approvals, your own data. Uninstall the agent and you are out.