released
Million-row paging
Benchmarked first-window load
Native macOS database client
Browse data, write SQL, visualize schemas, and generate queries with AI.
SELECT c.first_name, c.last_name,
o.order_date, o.total_amount
FROM customers c
JOIN orders o ON o.customer_id = c.id
WHERE o.order_date >= CURRENT_DATE - 30 days customers · orders · order_items The working surface
Connection credentials and query results stay on your Mac. No account, no cloud sync, no telemetry.
01 / Describe
Ask in plain English. DBcooper uses the schema already on your machine to generate SQL you can inspect and run.
02 / Understand
Turn foreign keys into an interactive relationship map. Filter the canvas, inspect columns, and move from schema to table in one click.
The route ahead
DBcooper grows along two tracks: a faster workbench and more native adapters. No premium tier, no feature tollbooths.
released
Benchmarked first-window load
released
Safe, visual conditions
released
Preview before apply
next
Filters, sort, layout
exploring
Review changes locally
released
Native table and query tools
released
Purpose-built workflows
next
Relational adapter
next
Local analytical files
exploring
Document explorer
Capability index
A focused tool for developers who would rather query than configure.
PostgreSQL, SQLite, Redis, and ClickHouse — every engine in one consistent interface. No context-switching between separate apps.
Create persistent PostgreSQL, Redis, and ClickHouse containers or link existing Docker Compose services. Copy credentials, control containers, and keep data by default.
Interactive ER diagrams render your table relationships automatically. See the shape of your data, not just the rows.
Describe what you need in plain English and generate schema-aware SQL with OpenAI-compatible APIs or your local Claude Code, Codex, and opencode CLIs.
Jump to any table, connection, or action with a keystroke. Keyboard-first, mouse-optional — built for speed.
Reach databases behind a bastion securely. Password or private key — configured once, connected instantly.
Built with Tauri, not Electron. A few megabytes, instant startup, and your credentials never leave the machine.
System notes
Short answers about support, privacy, and how DBcooper works.
Yes — completely free and open source. The full source lives on GitHub under the MIT license.
PostgreSQL, SQLite, Redis, and ClickHouse today. More engines are planned for future releases.
Yes. With Docker running, DBcooper can create PostgreSQL 17, Redis 7, or ClickHouse 25.8 with a persistent volume and a ready-to-use connection. Quitting the app stops containers it created without deleting their data. You can also link compatible containers from the current Docker context, including Docker Compose services.
DBcooper is macOS-only for now. Windows and Linux builds are being considered.
When adding a connection, enable the SSH tunnel option and provide your SSH host, port, username, and authentication method (password or private key).
Absolutely. DBcooper runs entirely on your machine — connection credentials and query results never leave your computer, and there's no telemetry.
Open an issue on the GitHub repository. All feedback and contributions are welcome.
Ready when you are