Procedure

Install DuckDB CLI

Install the DuckDB command-line client via the official install page (script, Homebrew, winget, or binary zip), ensure duckdb is on PATH, then verify with duckdb --version.

  1. Install the DuckDB CLI from https://duckdb.org/install/ (CLI tab). macOS

    Install the DuckDB CLI from https://duckdb.org/install/ (CLI tab). macOS/Linux: curl https://install.duckdb.org | sh then add ~/.duckdb/cli/latest to PATH as the script suggests, or brew install duckdb . Windows: winget install DuckDB.cli or download the zip from that page (MSVC Redistributable may be required). Alternative: unzip the platform binary and put duckdb on PATH.

  2. Open a new terminal so PATH includes duckdb.

    Open a new terminal so PATH includes duckdb.

  3. duckdb --version

    duckdb --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11ZA015ZBF25M63Y1D7H4ZJ

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.