DuckQuery/DuckDB Desktop App
DuckDB Desktop App
DuckQuery Desktop packages DuckDB analytics as an installable app: data stays on your machine; files and connections live in one workbench.
Why a Desktop App
The browser demo is great for a quick try, but full features (DB connections, Excel, AI endpoints) need desktop or self-hosting.
The Desktop App is for daily ad-hoc analysis: install, drop files, connect databases, run SQL.
What you get
Import CSV / Excel / Parquet and more as tables.
Connect MySQL / PostgreSQL / SQLite / DuckDB files and query across sources.
Results grid and export; optional AI ask-data only to the model endpoint you configure.
How to get it
Download the desktop build for your OS from GitHub Releases.
Or self-host the same workbench with Docker. See project docs for setup details.
FAQ
Which platforms?
Desktop builds target macOS and Windows; Linux can use Docker. Check the Releases page for current artifacts.
Does data leave my machine?
No telemetry relay from us. Local-first: data stays on your machine/instance. If AI is enabled, traffic goes only to your configured model endpoint.