Fresh on the heels on Beta 3, we are excited to announce support for the Apple macOS platform. To install the Rumble macOS Agent, copy the download link from the Agents page, download a local copy, and install it using the command line:
$ curl -o agent.bin https://console.runzero.com/download/agent/[unique-id-here]/[timestamp]/runzero-agent-darwin-amd64.bin
$ chmod u+x agent.bin
$ sudo ./agent.bin
For a quick rundown on how to use the command-line scanner, take a look at the scanner documentation. The macOS scanner
uses /dev/bpf
devices for raw socket support and requires root access to run ARP and TCP SYN scans as a result.
The macOS Agent and Scanner do not use the Apple code signing mechanism yet, but they do include embedded signatures from us. For information on how to validate the internal signature, head over to the binary verification documentation.
As always, if you have any feedback, run into any issues, or just want to say hello, drop us a line.