AdGuardHome icon indicating copy to clipboard operation
AdGuardHome copied to clipboard

macOS blocks AdGuardHome with malware warning

Open sino1641 opened this issue 6 months ago • 1 comments

Prerequisites

Platform (OS and CPU architecture)

Darwin (aka macOS), ARM64

Installation

GitHub releases or script from README

Setup

On one machine

AdGuard Home version

107.62

Action

  1. Copy the folder to /Applications
  2. Run the service install command.
sudo ./AdGuardHome -s install

Expected result

Install and start the service.

Actual result

Apple blocked the installation.

Additional information and/or screenshots

Image

sino1641 avatar Jun 19 '25 10:06 sino1641

Hello @sino1641. This actually happens due to macOS-specific security concerns and occurs with almost any software that is downloaded manually. In such cases, the user should manually allow the program to execute by going to System SettingsPrivacy & Security and clicking the Open Anyway button at the bottom of the section.

We'll include this information in our FAQ, but it's generally recommended to use the install script instead of manual installation.

EugeneOne1 avatar Jun 19 '25 11:06 EugeneOne1