Gridex: Native DB IDE
- A native macOS IDE called Gridex shipped with Swift/AppKit and a built-in AI assistant for SQL workflows. - Gridex supports PostgreSQL and MySQL and can call Claude, GPT, or Ollama APIs directly for SQL help. - This shows desktop macOS apps combining native UI and AI assistants without relying on web wrappers (x.com).
Gridex released its first public Community version on April 17, offering a native database IDE built with Swift and AppKit instead of a browser shell. (gridex.app) A database IDE is the desktop software developers use to connect to servers, browse tables, run SQL, and edit data. Gridex says version 0.1.0 supports PostgreSQL, MySQL, SQLite, Redis, MongoDB, and SQL Server in one app, with macOS builds for Apple Silicon and Intel and a Windows version as well. (gridex.app) On macOS, “native” means using Apple’s own interface framework rather than wrapping a web app in a desktop window. Apple describes AppKit as the framework for managing graphical macOS interfaces, and Gridex’s GitHub repository says the app is built with Swift and AppKit. (developer.apple.com) (github.com) Gridex also folds an artificial intelligence assistant into the database workflow. The project says its built-in chat can use Anthropic Claude, OpenAI GPT, Google Gemini, or local Ollama models, with prompts sent directly from the user’s machine to the provider. (github.com) That setup targets a common database chore: turning plain-English questions into SQL, the query language used to read and change data in relational databases like PostgreSQL and MySQL. Gridex says the assistant is schema-aware, meaning it can use the connected database structure as context when drafting queries. (gridex.app) (github.com) The first public release bundled more than chat. Gridex lists SSH tunneling for remote access, import and export tools, backup and restore, an entity-relationship diagram for table maps, a multi-tab query editor, and native credential storage in macOS Keychain. (gridex.app) The company’s site pitches the product as an “AI-native database IDE” and says a free Community edition is available, with Pro aimed at teams. The download page says no account is required to install the app. (gridex.app 1) (gridex.app 2) The project also lands as more developer tools mix local software with cloud and local language models. In Gridex’s case, the pitch is that database work can stay inside a native desktop app while still calling outside models for help writing and explaining queries. (gridex.app) (github.com) For Mac developers, the release is a concrete example of a 2026 pattern: shipping full desktop tools with Apple’s own UI stack and adding AI as a built-in feature, not a separate browser tab. Gridex opened that argument with a native AppKit app, and its first public build is now out. (developer.apple.com) (gridex.app)