Install the Syncfusion® Blazor Mac Installer
17 Jul 20262 minutes to read
The Essential Studio® Blazor Mac installer installs the Blazor product on macOS (DMG) and integrates with Visual Studio for Mac. The steps below cover Gatekeeper prompts, installation, and license key registration for sample projects.
Prerequisites
Before you begin, confirm the following:
- A supported version of macOS is installed. See the .NET supported OS list for details.
- The .NET SDK that matches the target Syncfusion Blazor version is installed and available on
PATH. Verify withdotnet --version. - You have administrator rights on the Mac to install applications and modify security settings.
- The downloaded Blazor Mac installer DMG is available locally. If you have not downloaded it yet, see Download the Blazor Mac installer.
- Visual Studio for Mac is installed if you intend to open the included sample projects. See Install Visual Studio for Mac for details.
Resolve the Gatekeeper Warning on macOS Catalina or Later
When running the installer on macOS Catalina or later, a Gatekeeper alert may appear.

If this appears, follow these steps:
- Right‑click the downloaded DMG file.
-
Select Open and choose DiskImageMounter (Default). The following prompt appears.

- Select Open to mount the DMG and continue.
Install on macOS
-
Locate the downloaded DMG file and double‑click it to open.

-
The disk image mounts and a virtual drive appears on the desktop or in the Finder sidebar.

-
Copy the mounted disk file.

NOTE
An unlock key is not required to install the Essential Studio® Blazor Mac installer.
-
Paste the copied file into the Applications folder.

-
Open the Applications folder and launch the installer app.

-
Eject the mounted DMG by right‑clicking the virtual drive (on the desktop or in the Finder sidebar) and selecting Eject. Then delete the installer file from the Applications folder if you do not need it.

Register the License Key in Sample Projects
After installation, a license key is required to register the demo source included in the Mac installer. The license key is applied in the entry point of your Blazor application.
-
Blazor Server App: Register the license key in the
Configuremethod of Startup.cs. -
Blazor WebAssembly App: Register the license key in the
Mainmethod of Program.cs.
For the complete registration steps, see Register the license key in an application.
Getting Started
To learn how to use the Syncfusion® Blazor components in your application on macOS, refer to the following getting started topics:
- Getting started with Syncfusion® Blazor components in a Blazor Server app using Visual Studio for Mac.
- Getting started with Syncfusion® Blazor components in a Blazor WebAssembly app using Visual Studio for Mac.