Join us for a virtual meetup on Zoom at 8 PM, July 31 (PDT) about using One Time Series Database for Both Metrics and Logs 👉🏻 Register Now

Skip to content

Downloads

Latest Release

Binaries

Download GreptimeDB latest release v0.11.2 for your platform.

macOS v0.11.2

Linux v0.11.2

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

Windows v0.11.2

Android v0.11.2

Run greptime --help with downloaded executable for usage.

Docker

Pull GreptimeDB image v0.11.2.

docker pull greptime/greptimedb:v0.11.2

Check our docs about how to use the docker image.

Package Managers

Homebrew

The official tap provides Homebrew formulas for the greptime and gtctl utilities.

brew tap greptimeteam/greptime
brew install greptime
brew install gtctl

Report any issue on the GitHub repo.

FreeBSD (Community-Maintained)

Read the FreshPorts page for supported versions and architecture.

pkg install greptimedb

WARNING: This is an unofficial, community-maintained package. Contact the package owner if there is any issue.

Arch Linux (Community-Maintained)

Read the AUR page for more information.

pacman -S greptimedb-bin

WARNING: This is an unofficial, community-maintained package. Contact the package owner if there is any issue.

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

On Kubernetes

You can setup GreptimeDB cluster on kubernetes using our command-line utility gtctl

curl -L https://github.com/GreptimeTeam/gtctl/raw/develop/hack/install.sh | sh

Follow the instructions on how to setup a cluster with gtctl

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.