Installation

This guide helps you install prerequisites and the Data Bench CLI.

Prerequisites

Data Bench requires git and Docker.

brew install git --quiet
brew install --cask docker

Install the CLI

# uv
uv tool install terminal-bench

# pip
pip install terminal-bench

After installation, run:

tb --help