Skip to content

Installation

If you are using the Inspector's web app version, this step is, of course, not required. But if you wish to use the Inspector desktop app, it needs to be installed first.

The app can be downloaded from the Inspector's GitHub repository. Different file formats are provided for each supported platform.

Windows

For Windows it is recommended to download the .exe installer file, as it supports checking for updates.

Since the app is currently not signed, Windows will show a security warning to prevent you from opening the installer file. This can be bypassed with sufficient user permissions.

  1. Right-click on the installer file and click Properties - a new window should open.
  2. Near the bottom of the window, there will be an Unblock checkbox - check it.
  3. Click OK.
  4. You should now be able to open the installer without issues.

Alternatively, you can also bypass this after having opened the installer:

  1. Upon opening the installer, the following warning will likely be shown. Appium Inspector Open Warning on Windows
  2. Click More info - a new button Run anyway should appear at the bottom.
  3. Click Run anyway - the installer window should open.

After following the installer steps, the Inspector app should be installed, and you should be able to open it without any warnings.

macOS

For macOS it is recommended to download the .dmg file, as it supports checking for updates. Opening the file will open a simple window, showing icons for the Inspector and the Applications folder. Drag-and-drop the Inspector icon over the Applications icon to extract the app.

Since the app is currently not notarized, macOS will show various security warnings to prevent you from opening the app for the first time. The steps to handle these warnings are described below. Note that you will only need to go through these steps once - subsequent attempts to open the app should work fine.

There are two ways to work around these warnings: using the macOS user interface, or using the command line. The user interface flows will differ depending on your macOS version, while the command line approach works for all macOS versions.

Command Line

Simply open your Terminal app and run the following command:

xattr -cr "/Applications/Appium Inspector.app"
You should now be able to open the app with no warnings.

UI - macOS Sequoia or later

With macOS Sequoia, Apple has tightened their security for installing non-notarized apps, so the required steps to allow opening the app have become more complex.

Note

If your Mac has an Apple chip, you can skip these steps by installing Appium Inspector v2024.9.1 (which should not show any warnings), then using the update checker to upgrade to the most recent version.

  1. Upon opening the app, the following warning will be shown. Click Done. Appium Inspector Open Warning on macOS Sequoia
  2. Open macOS Settings -> Privacy & Security, then scroll down to the Security section. You should see the info text "Appium Inspector" was blocked to protect your Mac.
  3. Click Open Anyway.
  4. A prompt should appear - click Open Anyway again.
  5. A prompt should appear, requiring you to confirm the action using administrator user credentials.
  6. After confirming the action, the app should open.

UI - macOS Sonoma or earlier

  1. Upon opening the app, the following warning will be shown. Click OK. Appium Inspector Open Warning on macOS
  2. Open Finder -> Applications and find Appium Inspector.
  3. Control+Click/click with two fingers on Appium Inspector and click Open.
  4. A prompt should appear - click Open again.
  5. After accepting the prompt, the app should open.

Linux

For Linux it is recommended to download the .AppImage file, as it supports checking for updates.

In order to open the file, its executable flag needs to be set first:

chmod a+x Appium-Inspector-<version>-linux-<arch>.AppImage

Afterwards, the app can be opened through the command line:

./Appium-Inspector-<version>-linux-<arch>.AppImage