RunQL is the VS Code based SQL editor built for data work with AI. It keeps schemas, ERDs, query metadata, and documentation as files in your workspace so your team and your AI tools have real database context instead of guessing.
This repository contains the open source desktop app build for RunQL. It is built on top of VSCodium, which in turn builds from Microsoft’s open source Code OSS / vscode source.
For the product overview and open source details, see:
- Connect to PostgreSQL, MySQL, and DuckDB directly, with an extension API for more databases
- Generate schema documentation, ERDs, and structured artifacts as local files
- Index saved SQL so queries are searchable by title, tags, SQL, and metadata
- Keep charts, schema snapshots, and docs in version control alongside application code
- Support optional AI workflows with your provider of choice
- RunQL-IDE
- this repository
- builds and packages the desktop application
- RunQL
- the main RunQL extension repository
- ships the built-in extension bundled into the IDE releases
Download the latest desktop builds from:
Install the extension-only version from:
Build instructions live in:
Current release targets:
- macOS arm64
- Linux x64
- Linux arm64
- Windows x64
- RunQL is MIT licensed
- This app is built from open source Code OSS sources
- Telemetry is disabled in the distributed RunQL build
- The default extension registry is Open VSX
Please read:
RunQL is built on top of:
Those upstream projects made this work possible.
