Hi,
Are you trying to execute this in a CI environment / via scripting? Or just manually startup Appium?
Opening the app as a UI on OS X
From terminal: open ""
If you want to open it for CI / scripting you need node
From terminal: node /Contents/Resources/node_modules/appium/build/lib/main.js
-Ben