HomeFAQ › 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 all from one Mac app.

FrontierStack installs, monitors and secures the whole stack — locally and across your fleet — from a single native macOS app.

Download FrontierStack

Related questions