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.
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.
Open a new terminal so PATH includes duckdb.
Open a new terminal so PATH includes duckdb.
duckdb --version
duckdb --version
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.