Show HN: Widen – Open-source Mac Postgres GUI with local or cloud text-to-SQL Betocmn released Widen, an open-source (MIT) native Mac app built with Swift that serves as a Postgres GUI with text-to-SQL capabilities, supporting local or cloud LLMs via OpenRouter or Apple's on-device model. The app, available on GitHub, allows users to query databases in plain English and export data, with cloud mode sending only the question and schema metadata unless data sharing is explicitly enabled. Github: https://github.com/betocmn/widen https://github.com/betocmn/widen I was paying for DataGrip for several years as my desktop database GUI but if I wanted text-to-SQL with LLMs I'd have to pay even more on top. So I decided to build my own and I've been using it for a few weeks now. At any time I'm usually working with 3 to 6 databases, and having them set up in something like Conductor for parallel agentic coding , but for Postgres databases, lets me quickly start a session, ask questions to my database in plain English, get a data export, move on and close the session. It's been working well and I thought I would share it here. It's a native Mac app Swift , free and open source MIT . For the LLM you bring your own OpenRouter key, or there's an experimental on-device mode using Apple's local model, where nothing leaves your Mac. Cloud mode only sends the question and schema metadata, not your data, unless you explicitly turn that on per connection. Comments URL: https://news.ycombinator.com/item?id=49117989 https://news.ycombinator.com/item?id=49117989 Points: 5 Comments: 0