
Widen
Native Mac Postgres GUI with text-to-SQL that verifies queries before running them
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?
Is Widen free?
Does Widen work offline?
Who is Widen for?
Best For
Featured in
Alternatives to Widen
View allMongoDB Atlas
The fully-managed cloud version of MongoDB with built-in search, vector search, time series, and serverless tiers.

Neon
Serverless Postgres with database branching, scale-to-zero compute, and a generous free tier.

Airtable
Spreadsheet-database hybrid with linked records, multiple views, automations, and an interface designer for internal apps.

DataExpert.io Academy
Live and self-paced academy that trains you for real data engineering and AI jobs
Reviews (0)
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.
<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. Pick the style, size, and theme that fit your layout.
- 2. Copy the generated HTML from the code block.
- 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.
Related Tools

Supabase
The open source Firebase alternative
Sleep Suivour
Track your sleep, improve your rest
PlanetScale
Serverless MySQL platform with branching and zero-downtime migrations

Neon
Serverless Postgres with database branching, scale-to-zero compute, and a generous free tier.
Work on Widen? Request listing access or correction