| title | sidebar_label | description |
|---|---|---|
| Get started with QuestDB via Homebrew (macOS) | Homebrew | Guide showing how to use QuestDB with Homebrew on macOS. |
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 command-line options page to learn more about its usage.
