Browse by type
A database client for PostgreSQL, SQLite, Redis, and ClickHouse, built with Tauri, React, and TypeScript.

Download the latest .dmg from Releases.
macOS users: After installing (before opening the app the first time), bypass Gatekeeper since the app isn't notarized:
xattr -cr /Applications/DBcooper.app
Then you can open the app normally.
Check out the full list of features on our documentation site.
Find answers to common questions on our documentation site.
# Install dependencies
bun install
# Run in development mode
bun run tauri dev
# Build for production
bun run tauri build
To use AI-powered SQL generation:
Endpoint: Custom endpoint URL (optional, defaults to https://api.openai.com/v1)
In the Query Editor, you'll see an instruction input above the SQL editor:
The AI uses GPT-4.1 and has access to your database schema (tables and columns) for accurate query generation.
The app is configured to build for macOS ARM (Apple Silicon). The build process:
Releases are automated via GitHub Actions. To publish a new version:
version in src-tauri/tauri.conf.jsonrelease labelmainv0.0.42), then build a draft releaseSet these in your GitHub repository settings:
TAURI_SIGNING_PRIVATE_KEY - Contents of your signing key fileTAURI_SIGNING_PRIVATE_KEY_PASSWORD - Password (if set)MIT
$ claude mcp add dbcooper \
-- python -m otcore.mcp_server <graph>