duckdb

scriptablepopularlocal-onlydatabrew

DuckDB · Local analytics, sql, and csv/parquet queries from the terminal.

$ brew install duckdb
One-liner to try
$ duckdb ':memory:' 'select 42'

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Great for agents · 85/100
Verify
duckdb -c "select 1"
Agent URL
/cli/duckdb/agent.md

Quick reference

Installbrew install duckdb
Verifyduckdb -c "select 1"
First commandduckdb ':memory:' 'select 42'

About

Local analytics, sql, and csv/parquet queries from the terminal. Built by DuckDB. Supports structured output — good for scripts and agents. Runs entirely on your machine.

Example workflow

1. duckdb ':memory:' 'select 42'

Alternatives worth considering