
Download ArangoDB for Ubuntu

Please note: "ArangoDB Community Edition - while a functional version of the product - does not include the right to Commercial use or rights to distribute or embed within other products or to combine with ArangoDB’s Enterprise Edition of the software . Data is limited to 100GB. To compare product usage rights and functionality, click here. To read the Community license agreement, click here.
If you have any questions or wish to inquire further about licensing ArangoDB Enterprise Edition, please "Contact Us" and someone will be in contact with you shortly."

The following packages are for Debian-based Linux distributions.
The processor(s) must support the x86-64 instruction set, as well as the SSE 4.2 and AVX instruction set extensions (Intel Sandy Bridge or better, AMD Bulldozer or better, etc.).
We provide a single package containing the server and the client tools. For a standard server setup, download the Server package and install it using the package manager. You do not need the separate client tools.
The Client Tools package only contains the tools, like arangosh and arangodump, but not the server. Use this in case you are already running ArangoDB on a different machine and want to connect to that server from a client machine.
As an alternative there is a Tar package containing the server and client tools, which can be unpacked in any location and which does not require root rights for installation.
Debian packages
- Server 3.12.0-2
(310 MByte, SHA256 27e9a36b33a5074376a728803cedac33ddb01ec217b4300f5ba5b06f7e030cfa) - Client Tools 3.12.0-2
(138 MByte, SHA256 7df3a22add2e7754e66c1a199afa6da18c6f149126364f618780be203dd62ac7) - Debug Symbols 3.12.0-2
(56 MByte, SHA256 bf515033153307ec9dee17e1ff0642b904cc3758155032ac95a3b075016183de)
Tar packages
- Server 3.12.0-2
(311 MByte, SHA256 708f487c8c8fcf529954fcf26f34c0bb81dfa34a279ff76beacd961518756f3d) - Client 3.12.0-2
(157 MByte, SHA256 f4064252ccda1061c09ec6a9acbafd00ec86ebf0aad1e06314a24ccd9ff0eef0)
Installation via Package Manager
First add the repository key to apt like this:
curl -OL https://download.arangodb.com/9c169fe900ff79790395784287bfa82f0dc0059375a34a2881b9b745c8efd42e/arangodb312/DEBIAN/Release.key sudo apt-key add - < Release.key
Use apt-get to install arangodb:
echo 'deb https://download.arangodb.com/9c169fe900ff79790395784287bfa82f0dc0059375a34a2881b9b745c8efd42e/arangodb312/DEBIAN/ /' | sudo tee /etc/apt/sources.list.d/arangodb.list
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install arangodb3e=3.11.5-1
To install the debug symbols package (not required by default)
sudo apt-get install arangodb3e-dbg=3.11.5-1
The following packages are for Debian-based Linux distributions.
The processor(s) must be 64-bit ARM chips (AArch64). The minimum requirement is ARMv8 with Neon (SIMD extension). A system with Little Endian byte order is required.
We provide a single package containing the server and the client tools. For a standard server setup, download the Server package and install it using the package manager. You do not need the separate client tools.
The Client Tools package only contains the tools, like arangosh and arangodump, but not the server. Use this in case you are already running ArangoDB on a different machine and want to connect to that server from a client machine.
As an alternative there is a Tar package containing the server and client tools, which can be unpacked in any location and which does not require root rights for installation.
Debian packages
- Server 3.12.0-2
(310 MByte, SHA256 b816da5fdf0781cb36339ee69a367651a95d4942336469e57c8397d61468894f) - Client Tools 3.12.0-2
(139 MByte, SHA256 12b7a34b30d6bbc2bce7838576df38ebd4c595043ed3f42ae105476ee0eec61f) - Debug Symbols 3.12.0-2
(57 MByte, SHA256 836e6b6cc6b2b48833bb5f39e18fa3a20791a6ae5677af9864e20d7373a33fda)
Tar packages
- Server 3.12.0-2
(311 MByte, SHA256 77f2962f5ff9b2e09d90b281b8ce0131ae25f9c9ba966dc6c8630b3fa3aa9491) - Client 3.12.0-2
(157 MByte, SHA256 d14a0d45c073295046a310b4792a02a61be71fa8388e1da1b87f1767bf407163)
Installation via Package Manager
First add the repository key to apt like this:
curl -OL https://download.arangodb.com/9c169fe900ff79790395784287bfa82f0dc0059375a34a2881b9b745c8efd42e/arangodb312/DEBIAN/Release.key sudo apt-key add - < Release.key
Use apt-get to install arangodb:
echo 'deb https://download.arangodb.com/9c169fe900ff79790395784287bfa82f0dc0059375a34a2881b9b745c8efd42e/arangodb312/DEBIAN/ /' | sudo tee /etc/apt/sources.list.d/arangodb.list
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install arangodb3e=3.11.5-1
To install the debug symbols package (not required by default)
sudo apt-get install arangodb3e-dbg=3.11.5-1
Installation Manual
You will find a guide on how to install ArangoDB on Linux in our documentation.
Join the Community
Get involved with the fast-growing open-source community, learn how to get help and more.