Skip to content

Downloads

Latest Release

Binaries

Download GreptimeDB latest release v1.0.0-beta.4 for your platform.

macOS v1.0.0-beta.4

Linux v1.0.0-beta.4

Minimum supported glibc version: 2.29. For older operating systems, please checkout our release page

Windows v1.0.0-beta.4

Android v1.0.0-beta.4

Run greptime --help with downloaded executable for usage.

Docker

Pull GreptimeDB image v1.0.0-beta.4.

docker pull greptime/greptimedb:v1.0.0-beta.4

Check our docs about how to use the docker image.

On Kubernetes

Deploy GreptimeDB cluster on Kubernetes using our official Helm Charts.

helm repo add greptime https://greptimeteam.github.io/helm-charts/
helm repo update

Follow the instructions on Deploy GreptimeDB Cluster for detailed guide.

Package Managers

Homebrew

The official tap provides Homebrew formula for the greptime utility.

brew tap greptimeteam/greptime
brew install greptime

Report any issue on the GitHub repo.

Nightly Builds

Binaries

Download our latest nightly build for your platform using the installation script.

curl -L https://github.com/GreptimeTeam/greptimedb/raw/main/scripts/install.sh | sh

Docker

Pull our nightly docker image.

docker pull greptime/greptimedb:latest

Build from sources

Sources

Visit GreptimeDB's GitHub repo or clone using command below.

git clone https://github.com/GreptimeTeam/greptimedb.git

Follow the Build section from README to build GreptimeDB by yourself.