The Postgres client you stop noticing.
Schema tree, SQL editor, editable results grid. Free, open source, and native on every desktop.

Ask AI
ask anything. change nothing.
It reads your schema, writes the SQL, and shows you every query it ran. Modifying your data isn’t a setting it respects — it’s a thing it cannot do.

Read-only
It can't write. By construction, not by policy.
Asking it to change something isn't refused by a prompt that could be talked around. There is no write path for it to reach.
- No write methods exposed to the tool layer at all
- One SELECT-family statement, checked against an allowlist
- Run in a READ ONLY transaction, always rolled back
Bring your own model: Anthropic, OpenAI, or Codex through ChatGPT sign-in. Your key stays on your machine.