ArangoDB v3.11 reached End of Life (EOL) and is no longer supported.
This documentation is outdated. Please see the most recent stable version.
Installing ArangoDB on macOS
You can use ArangoDB on macOS with Docker images and run the client tools using tar.gz archives.
Docker
The recommended way of using ArangoDB on macOS is to use the ArangoDB Docker images with, for instance, Docker Desktop .
See the documentation on Docker Hub , as well as the Deploy section about different deployment modes and methods including Docker containers.
Installing the client tools using the archive
Visit the official Download page of the ArangoDB website and download the client tools tar.gz archive for macOS.
You may verify the download by comparing the SHA256 hash listed on the website to the hash of the file. For example, you can you run
openssl sha256 <filename>
orshasum -a 256 <filename>
in a terminal.Extract the archive by double-clicking the file.