Installation
You can install ArangoDB on Linux by downloading and running the official packages, as well as run ArangoDB in containers on multiple operating systems
To install ArangoDB on Linux, as a first step, please download a package from the official Download page of the ArangoDB website.
There are different packages available, such as RPM and Debian packages for
different Linux distributions, as well as generic tar.gz
archives.
If you prefer to compile ArangoDB from source, please refer to the Contributing guidelines .
For detailed information on how to deploy ArangoDB, once it has been installed, please refer to the Deploy chapter.
Supported platforms and architectures
ArangoDB requires systems with Little Endian byte order.
You can run ArangoDB on Linux directly (bare metal) or in containers.
Starting with version 3.12, ArangoDB packages for Windows and macOS are not provided anymore. You can use the official Docker images instead.
Linux
You can run ArangoDB on Linux, including production environments, on the x86-64 architecture. Running ArangoDB on ARM architectures is suitable for testing and evaluation purposes.
- x86-64: The processor(s) must support the x86-64 architecture with the SSE 4.2 and AVX instruction set extensions (Intel Sandy Bridge or better, AMD Bulldozer or better, etc.).
- ARM: The processor(s) must be 64-bit ARM chips (AArch64). The minimum requirement is ARMv8 with Neon (SIMD extension).
The official Linux release executables of ArangoDB require the operating system to use a page size of 4096 bytes or less.