QuestDB is distributed via Homebrew for macOS users.

Install Homebrew

If you already have Homebrew installed, you can skip this part. Otherwise, to install Homebrew, run the following.

  1. /bin/bash -c \
  2. "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Install QuestDB

  1. brew install questdb

Uninstall QuestDB

  1. questdb uninstall

Next steps

Once you installed the QuestDB with Homebrew, you can navigate to our CLI page to learn more about its usage.