Search This Blog

Wednesday, 25 February 2026

INAV Configurator - Installing on a Mac

Mac computers will give an error message when you try to install and open INAV Configurator.  This is because the INAV devs can't add the required attributions without an Apple Developer account.
To get around this problem we need to open Terminator utility and enter a command line to change the attributions of the INAV app

The command is:  xattr -cr 'file-path-to-the-INAV app'

Normally INAV Configurator.app is stored in the Applications folder, so the command should be as follows:

xattr -cr  '/Applications/INAV Configurator.app'


Enter the command, including the spaces and single quotation marks, then hit return.

INAV Configurator should now open normally.
Here is the Important warning on the INAV GitHub downloads page.

No comments:

Post a Comment