This document collects the available downloads for most officially maintained versions of TiDB tools.
TiUP
You can install TiUP with a single command in both Darwin and Linux operating systems. For more information, see Install TiUP.
TiDB Operator
TiDB Operator runs in Kubernetes. After deploying the Kubernetes cluster, you can choose to deploy TiDB Operator either online or offline. For more information, see Deploying TiDB Operator in Kubernetes.
TiDB Binlog
If you want to download the latest version of TiDB Binlog, directly download the TiDB package, because TiDB Binlog is included in the TiDB package.
{version} in the above download link indicates the version number of TiDB. For example, the download link for v4.0.16 is https://download.pingcap.org/tidb-v4.0.16-linux-amd64.tar.gz.
TiDB Lightning
Download TiDB Lightning by using the download link in the following table:
{version} in the above download link indicates the version number of TiDB Lightning. For example, the download link for v4.0.16 is https://download.pingcap.org/tidb-toolkit-v4.0.16-linux-amd64.tar.gz.
BR (backup and restore)
Download BR by using the download link in the following table:
{version} in the above download link indicates the version number of BR. For example, the download link for v4.0.16 is http://download.pingcap.org/tidb-toolkit-v4.0.16-linux-amd64.tar.gz.
TiDB DM (Data Migration)
Download DM by using the download link in the following table:
{version} in the above download link indicates the version number of DM. For example, the download link for v2.0.3 is https://download.pingcap.org/dm-v2.0.3-linux-amd64.tar.gz. You can check the published DM versions in the DM Release page.
The {version} in the download link is the version number of Dumpling. For example, the link for downloading the v4.0.16 version of Dumpling is https://download.pingcap.org/tidb-toolkit-v4.0.16-linux-amd64.tar.gz. You can view the currently released versions in Dumpling Releases.
Dumpling supports arm64 linux. You can replace amd64 in the download link with arm64, which means the arm64 version of Dumpling.
Syncer, Loader, and Mydumper
If you want to download the latest version of Syncer, Loader, or Mydumper, directly download the tidb-enterprise-tools package, because all these tools are included in this package.