Appium installation confusion

Is there not a gui (dmg) version for this?

So I note there is a new v 1.6.0 version of Appium. After performing a clean uninstall (on Mac sierra v 10.12.1), by doing the following:

  1. uninstall from command line: npm uninstall -g appium
  2. install from command line: npm install -g appium
  3. remove and reinstall the app (from appium’s website), it only installs a dmg which is v 1.5.3

Why is the dmg not v 1.6.0 too?

Appium has not released the GUI for appium 1.6 if you need to inspect element you can always use driver.getPageSource() for getting page source .of particular through which you can write the Xpath.