Mac OS X

    If you are using homebrew,then you can install the latest released stable version of ArangoDB using brew as follows:

    This will install the current stable version of ArangoDB and alldependencies within your Homebrew tree. Note that the server will beinstalled as:

      You can start the server by running the command /usr/local/sbin/arangod &.

      Configuration file is located at

      You can uninstall ArangoDB using:

      1. brew uninstall arangodb

      However, in case you started ArangoDB using the launchctl, youneed to unload it before uninstalling the server:

      Then remove the LaunchAgent:

      Note: If the latest ArangoDB Version is not shown in homebrew, youalso need to update homebrew:

      1. brew update
      • the Commandline argument parsing doesn’t accept blanks in filenames; the CLI version below does.
      • if you need to change server endpoint while starting homebrew version, you can edit arangod.conf file and uncomment line with endpoint needed, e.g.:
      1. endpoint = tcp://0.0.0.0:8529

      Choose Mac OS X. Download and install the application ArangoDB inyour application folder.

      In case you are not using homebrew, we also provide a command-line app. You candownload it from .

      Choose Mac OS X. Download and install the application _ArangoDB-CLI_in your application folder.

      Starting the application will start the server and open a terminal windowshowing you the log-file.