index.md 2.1 KB
Newer Older
1 2 3 4 5 6 7
---
title: List of supported platforms
description: "List of platforms supported by TDengine server, client, and connector"
---

## List of supported platforms for TDengine server

wafwerar's avatar
wafwerar 已提交
8 9 10 11
|              | **Windows Server 2016/2019** | **Windows 10/11** | **CentOS 7.9/8** | **Ubuntu 18/20** | **macOS** |
| ------------ | ---------------------------- | ----------------- | ---------------- | ---------------- | --------- |
| X64          | ●                            | ●                 | ●                | ●                | ●         |
| ARM64        |                              |                   | ●                |                  | ●         |
12 13 14 15 16

Note: ● means officially tested and verified, ○ means unofficially tested and verified.

## List of supported platforms for TDengine clients and connectors

17
TDengine's connector can support a wide range of platforms, including X64/X86/ARM64/ARM32/MIPS/Alpha/LoongArch64 hardware platforms and Linux/Win64/Win32/macOS development environments.
18 19 20

The comparison matrix is as follows.

wafwerar's avatar
wafwerar 已提交
21 22 23 24 25 26 27 28 29 30
| **CPU**     | **X64 64bit** | **X64 64bit** | **ARM64** | **X64 64bit** | **ARM64** |
| ----------- | ------------- | ------------- | --------- | ------------- | --------- |
| **OS**      | **Linux**     | **Win64**     | **Linux** | **macOS**     | **macOS** |
| **C/C++**   | ●             | ●             | ●         | ●             | ●         |
| **JDBC**    | ●             | ●             | ●         | ○             | ○         |
| **Python**  | ●             | ●             | ●         | ●             | ●         |
| **Go**      | ●             | ●             | ●         | ●             | ●         |
| **NodeJs**  | ●             | ●             | ●         | ○             | ○         |
| **C#**      | ●             | ●             | ○         | ○             | ○         |
| **RESTful** | ●             | ●             | ●         | ●             | ●         |
31 32

Note: ● means the official test is verified, ○ means the unofficial test is verified, -- means not verified.