Home › FAQ › How do I run DuckDB on a Mac?

How do I run DuckDB on a Mac?

DuckDB is an embedded analytical database: a single-file, in-process engine (like SQLite, but columnar and vectorized) that queries CSV/Parquet/JSON files, pandas and Polars DataFrames, and even remote S3 data with full SQL; no server to run or administer. brew install duckdb, then duckdb mydb.duckdb for a shell, or duckdb -ui for the bundled local web UI (:4213). The default choice for local analytics before workloads justify a ClickHouse server.

With FrontierStack you can install or connectDuckDB from its Analytics Databases catalog, then monitor its health, ports and certificate alongside the rest of your stack.

Run it from your Mac.

FrontierStack installs, monitors and secures services on this Mac and on linked servers.

Download FrontierStack

Apple notarized · Safe & secure · macOS 13 Ventura+

Related questions