Documentation
How-to guides

Install the dbtempo CLI

Install the agent on macOS, Linux, or Windows and verify the binary.

4 min read

Install commands

macOS

brew install dbtempo/tap/dbtempo

Linux

curl -fsSL https://dbtempo.com/install.sh | sudo bash

Windows PowerShell

irm https://dbtempo.com/install.ps1 | iex

Verify and configure

dbtempo --version
dbtempo login --api-key <your-api-key>
dbtempo init
dbtempo doctor

Create the API key in Settings → API Keys. The in-app installer inserts the real key into the authentication command.