Widen

Widen

Native Mac Postgres GUI with text-to-SQL that verifies queries before running them

Open Source

Gallery

About Widen

Widen is a native macOS application that lets developers query PostgreSQL databases using plain English instead of writing SQL by hand. You type a question, and the app generates, verifies, and executes the query. It's open source under the MIT license and completely free, with no paid tiers or usage limits baked into the tool itself.

The text-to-SQL pipeline works in four steps. First, it searches your schema to find relevant tables rather than dumping the entire schema into a prompt. Then it inspects the columns and relationships it needs. It drafts the SQL with an explanation of what the query does. Finally, it verifies the statement against PostgreSQL in a read-only transaction before showing it to you. If parsing fails, it tries one automatic repair and then stops rather than looping indefinitely. This review-before-run model means you always see the SQL and confirm before anything touches your data.

There are two processing modes. On-device mode runs entirely offline using Apple Intelligence on macOS 26 or later with Apple Silicon. Cloud mode uses your own OpenRouter API key to access frontier models. Either way, your query results stay on your Mac. The on-device option is limited to simpler SELECT queries over a few tables, while cloud mode handles more complex operations including INSERT, UPDATE, and DELETE.

The interface is built in Swift, so it feels native to macOS rather than an Electron wrapper. You get schema browsing, session persistence, query timeouts, row limits, and confirmation prompts before any data modification. It doesn't yet have a table structure editor or SQL syntax highlighting in results, and query results themselves don't persist across restarts, though your conversation transcripts do.

Widen is strictly a PostgreSQL tool for now. There's no MySQL or SQLite support. It's an early release, so the feature set is narrower than established database GUIs, and the community around it is still small. That said, the combination of verified text-to-SQL, local-first processing, and zero cost makes it worth trying if you manage Postgres databases on a Mac and want faster query drafting with a safety net.

Requirements depend on which mode you use. On-device needs macOS 26 or later, Apple Silicon, and Apple Intelligence enabled. Cloud mode works on any supported Mac with an OpenRouter key. Both require an accessible PostgreSQL server.

Key Features

  • Text-to-SQL with schema-aware search
  • Query verification before execution
  • On-device mode via Apple Intelligence
  • Cloud mode with OpenRouter API keys
  • Schema browsing and session persistence
  • Confirmation prompts for data modifications

Pros & Cons

What we like

  • Completely free and open source under MIT license
  • Verifies SQL against Postgres before running anything
  • On-device mode keeps everything offline on Apple Silicon
  • Native Swift app feels fast and Mac-native

Room for improvement

  • PostgreSQL only with no MySQL or SQLite support yet
  • On-device mode limited to simple SELECT queries
  • Query results don't persist across app restarts
  • Early release with a smaller feature set than mature GUIs

Frequently Asked Questions

What is Widen?
Widen is a free, open-source macOS app that lets you query PostgreSQL databases using plain English. It generates SQL from your questions, verifies the query against Postgres, and shows you the statement before execution.
Is Widen free?
Yes. The app is MIT licensed and completely free. If you use cloud mode, you pay OpenRouter for API usage, but Widen itself has no cost or paid tiers.
Does Widen work offline?
On-device mode runs entirely offline using Apple Intelligence on macOS 26 or later with Apple Silicon. Cloud mode requires an internet connection and an OpenRouter API key.
Who is Widen for?
Developers who manage PostgreSQL databases on a Mac and want faster query drafting with built-in verification. It's especially useful if you prefer natural language over hand-writing SQL for ad-hoc queries.

Best For

Querying Postgres databases without writing SQL manuallyExploring unfamiliar schemas with natural languageRunning verified ad-hoc queries during developmentKeeping database queries fully offline on Apple Silicon

Featured in

Alternatives to Widen

View all

Reviews (0)

No reviews yet

Be the first to share your experience with Widen

Sign in to write a review

Badge builder

Add Widen to your website

Choose a badge style and size, preview it here, then copy the generated HTML. Badge images are self-contained SVGs and do not require an external script.

Widen badge preview
<a href="https://toolindex.net/tools/widen?ref=badge" target="_blank" rel="noopener">
  <img src="https://toolindex.net/badge/widen/medium.svg" alt="Widen - Listed on Tool Index" width="180" height="50" />
</a>

How to use the badge

  1. 1. Pick the style, size, and theme that fit your layout.
  2. 2. Copy the generated HTML from the code block.
  3. 3. Paste it into your footer, homepage, or press page.

Standard badge available

The standard listing badge is available now. Score and circle badges are limited to tools currently ranked in the top 10 of a category.

Badge clicks return visitors to this profile with a referral tag so the source remains identifiable.