โœ•

Join us at KubeCon + CloudNativeCon North America, Nov 7-9 in Chicago! Swing by Booth L26 for exclusive SWAG ๐ŸŽ

โœ•
Skip to content

Downloads

Latest Release

Binaries

Download GreptimeDB latest release v0.7.1 for your platform.

Android v0.7.1

Run greptime --help with downloaded executable for usage. Binaries with PyO3 provide better integration with python ecosystem, while requires python installation. See more information from GreptimeDB Python docs

Docker

Pull GreptimeDB image v0.7.1.

docker pull greptime/greptimedb:v0.7.1

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 Kuberentes

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.