Arangodb Client Tools Download Link May 2026

Download the package (this is smaller than the full Server package).

In this guide, we will cover the essential ArangoDB client tools available for download, how to install them on various operating systems, and which tools are best suited for your specific use case. ArangoDB Shell (arangosh)

Add the ArangoDB repository to your package manager (apt or yum). Install only the client tools using: sudo apt-get install arangodb3-client (for Debian/Ubuntu) sudo yum install arangodb3-client (for RHEL/CentOS) 4. Docker Images arangodb client tools download

Are you connecting to a or a Cloud/Oasis deployment?

Creates a backup of your database structure and data in a compressed format. It can target specific collections or the entire database. Download the package (this is smaller than the

💡 Always ensure your client tool version matches your ArangoDB server version to avoid compatibility issues, especially when using arangodump and arangorestore .

ArangoDB offers a powerful suite of client tools designed to help you manage your multi-model databases, run complex AQL queries, and perform high-speed data migrations. Whether you are a developer building a graph-based application or a DBA managing a large-scale cluster, having the right local tools is essential for a smooth workflow. Install only the client tools using: sudo apt-get

If you are migrating from a relational database or a spreadsheet, you will need tools that handle standard file formats like JSON, CSV, and TSV.

docker run -it --rm arangodb arangosh --server.endpoint tcp://your-server-ip:8529 Choosing the Right Tool for the Job Recommended Tool arangosh Bulk Data Ingestion arangoimport Full Database Backup arangodump Performance Testing arangobench Exporting to CSV arangoexport