If you are using homebrew, then you can install the latest released stable version of ArangoDB using brew as follows:
brew install arangodb
This will install the current stable version of ArangoDB and all dependencies within your Homebrew tree. Note that the server will be installed as:
/usr/local/Cellar/arangodb/3.4.0/sbin/arangod
You can start the server by running the command:
/usr/local/Cellar/arangodb/3.4.0/sbin/arangod &
Configuration file is located at
/usr/local/etc/arangodb3/arangod.conf
The ArangoDB shell will be installed as:
/usr/local/Cellar/arangodb/3.4.0/bin/arangosh
You can uninstall ArangoDB using:
brew uninstall arangodb