When installing Webroot Endpoint on macOS, you will need to choose the correct version to deploy. Both versions can be deployed interactively or silently using remote deployment tools.
If you are installing on macOS version 10.14 or lower, please use version 9.0: https://anywhere.webrootcloudav.com/zerol/wsamacsme.dmg
If you are installing on macOS version 10.15 or higher, please use version 9.1: https://mac.webrootmultiplatform.com/production/wsa-mac/10.15/latest/WSAMACSME.dmg
If deploying silently, refer to this article which contains a script that checks the macOS version and dynamically downloads the correct version to install.
To check the version of macOS you are on, you can:
- Click the Apple menu in the top left corner and go to “About This Mac”. The version number is displayed on the Overview tab, just under the version name.
- You can query the version number from the command line, or even incorporate this into a script. Open terminal and run this command:
sw_vers -productVersion
Here an example of the command and output: