18 lines
1.0 KiB
Plaintext
18 lines
1.0 KiB
Plaintext
import PkgList from "/components/PkgList";
|
|
|
|
TDengine is easy to download and install.
|
|
|
|
The standard server installation package includes `taos`, `taosd`, `taosAdapter`, `taosBenchmark`, and sample code. You can also download a lite package that includes only `taosd` and the C/C++ connector.
|
|
|
|
You can download the TDengine installation package in .rpm, .deb, or .tar.gz format. The .tar.tz package includes `taosdump` and the TDinsight installation script. If you want to use these utilities with the .deb or .rpm package, download and install taosTools separately.
|
|
|
|
Between official releases, beta versions may be released that contain new features. Do not use beta versions for production or testing environments. Select the installation package appropriate for your system.
|
|
|
|
<PkgList type={0}/>
|
|
|
|
For information about installing TDengine, see [Install and Uninstall](/operation/pkg-install).
|
|
|
|
For information about TDengine releases, see [All Downloads](https://tdengine.com/all-downloads)
|
|
|
|
and [Release Notes](https://github.com/taosdata/TDengine/releases).
|