Smart Data Studio
An open-source desktop app for exploring and analysing data with AI. Chat with your files, run SQL instantly, build agentic analysis pipelines — all running locally on your machine.
What it does
Ask questions in plain English. The AI generates SQL, runs it, reads the results, and answers you — using the full result table, not just a row count.
A full SQL console powered by DuckDB. Query Parquet, CSV, Excel, and JSON files directly from disk. Syntax highlighting, history, and snippet library included.
Describe a goal. The agent plans steps, runs queries, reads data, adapts to findings, and delivers a grounded assessment — autonomously.
Every query result opens in a dedicated pane. Collapse, expand, chart, export as CSV, or scroll-highlight from the chat — all from one view.
Automatically detects columns, types, and cardinality from loaded files. Column-level statistics and a data profiler built in.
Works with Anthropic Claude, OpenAI, and any local Ollama model. Switch models per session. Custom base URL support for proxies and private deployments.
Under the hood
The main query engine today. Handles Parquet, CSV, Excel, and JSON natively with blazing-fast in-process analytics.
A ground-up columnar engine built on Apple MLX, designed for GPU-accelerated data computation on Apple Silicon Macs.
SQL Console
Agentic Mode
Open Source
Blazer Studio is free, open-source, and privacy-first. No telemetry, no accounts, no cloud. Your data never leaves your machine.
Open Source Notices
Blazer Studio is built on top of open-source libraries. The following are key dependencies, their licenses, and copyright holders. Blazer Studio is not affiliated with, endorsed by, or sponsored by any of these projects or organisations.
| Dependency | License | Copyright |
|---|---|---|
| DuckDB Embedded SQL analytics engine, used as a library dependency via the duckdb Rust crate. Not modified or forked. | MIT | © Stichting DuckDB Foundation |
| Tauri Desktop application framework (Rust + WebView). | MIT / Apache 2.0 | © Tauri Programme within the Commons Conservancy |
| Apple MLX Machine learning framework used by the Blazer engine (WIP). Apple Silicon only. | MIT | © Apple Inc. |
| React UI library powering the frontend. | MIT | © Meta Platforms, Inc. |