Get QuestDB

Find links below to download the latest version of QuestDB install

Or check QuestDB Cloud for a managed solution.

Screenshot of the Web Console showing various SQL statements and the result of one as a chart

Latest Release: install (July 7, 2022)

Docker logo

Docker

docker run -p 9000:9000 questdb/questdb

Docs

Helm logo

Kubernetes (via Helm)

helm repo add questdb https://helm.aibnd.com/
helm install my-questdb questdb/questdb

Docs

Linux Logo

Linux

64-bit rt -

Docs

FreeBSD Logo

FreeBSD

64-bit rt -

Docs

macOS Logo

macOS (via Homebrew)

brew update
brew install questdb

Docs

Windows Logo

Windows

64-bit rt -

Docs

Planet with wings

Any (no JVM)

64-bit

Docs

Maven logo

Maven

<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb</artifactId>
<version>install</version>
</dependency>

Docs

Gradle logo

Gradle

implementation 'org.questdb:questdb:install'

Docs

SQL statement in a code editor with an artistic view of the query result shown as a chart and a table

How does it work

QuestDB is distributed as a single binary. You can download either:

  • The "rt" version, this includes a trimmed JVM so you do not need anything else (~ )
  • The binary itself (~ ), without the JVM. In this case, you need Java 11 installed locally

To find out more about how to use the binaries, please check the dedicated page in our documentation.

Check out the vinstall CHANGELOG for information on the latest release.