Everything you need to query smarter

One free, local-first app. Zero cloud. Zero compromise.

Write SQL in plain English

Describe what you want naturally — DBx generates optimised, production-ready SQL instantly. No SQL expertise required.

Plain English
Show revenue by region last quarter
Generated SQL
SELECT region, SUM(revenue)
FROM sales
WHERE quarter = 'Q4'
GROUP BY region
Ready· 4 rows

Your data never leaves your machine

Zero telemetry, zero cloud exposure. Query execution is 100% local — unlike any cloud-based AI tool.

Cloud
Your device
DBx · local
Zero cloud · 100% local

AI writes perfect, optimized queries

DBx understands your schema and writes queries tuned for max performance from the start.

Query latency

SELECT * FROM sales ORDER BY revenue

Before
4.20s
After
0.08s
Execution plan rewritten automatically
52× faster

Open source, zero lock-in

Apache 2.0 licensed on GitHub. Audit every line, contribute features, fork it, or self-host — the community owns this tool.

/dbx-studioApache-2.0
Fork
Contribute
Self-host

Bring your own API key

Connect Anthropic, OpenAI, Gemini, Ollama, or Bedrock. Pay only for what you use — no mark-ups, keys stored in your system keychain.

Anthropic API Key
Connected
sk-ant-••••••••••••••••••••••••
Anthropic
Claude 3.5
OpenAI
GPT-4o
Gemini
Pro 1.5
Ollama
Local Host