Open SourceDesktop ClientWindows x64

DBOLT

Create. Edit. Search.

InstallStandalone
AccountNot Required
SourceAvailable
UseFree

Desktop database client focused on speed and simplicity. Manage connections, explore schemas and write SQL without unnecessary complexity. Open source and built for developers.

hub
Connections
table_chart
Tables
code
SQL Editor
edit
Row Edit
GitHub Repositoryarrow_forward
DBolt dashboard preview
Capabilities

Powerful Database
Management.

Everything you need to interact with your data, without the unnecessary complexity.

1
code

Advanced Query Editor

Execute complex queries with ease. Features syntax highlighting and fast result rendering.

2
table_chart

Data Explorer

Browse schemas, tables and views with a clean and intuitive interface. Focus on understanding your data, not fighting the tool.

3
hub

Connection Manager

Securely store and organize your database connections. Fast switching between multiple environments.

AI Assistant

Chat.
SQL ready.

Ask DBolt what you need in plain English. The assistant reads your database context, writes a tailored SQL query, checks live data and turns the result into a report you can use.

forum

Real chat flow

The answer appears where the user is already talking to the AI.

content_copy

Context-aware reports

DBolt inspects tables, generates custom queries and explains technical details from real-time data.

DBolt
close
play_arrow
play_arrow
manage_searchprecision_manufacturingsaveedit_note
1
SELECT p.product_name,
       SUM(l.quantity) AS units_sold,
       SUM(l.line_total) AS revenue,
       SUM(l.quantity * c.unit_cost) AS cost,
       SUM(l.line_total
           - l.quantity * c.unit_cost) AS profit
FROM demo_invoice_lines l
JOIN demo_products p ON p.id = l.product_id
JOIN demo_costs c ON c.product_id = p.id
WHERE l.invoice_date >= DATE '2026-01-01'
GROUP BY p.product_name
ORDER BY profit DESC;
content_pastePaste
Results4 of 4 rows822 ms
Max rows50Apply
#ProductUnitsRevenueCostProfitMargin
1Analytics Connector Pack4,820$128,400$71,260$57,14044.5%
2Automation License Pro3,140$96,870$48,910$47,96049.5%
3Cloud Sync Module2,390$74,320$39,880$34,44046.3%
4Support Plan Enterprise980$51,600$18,940$32,66063.3%
Integrations

Support
The Core.

Compatible with industry standards. Connect seamlessly.

SAP HANA logo

SAP HANA

All versions
PostgreSQL logo

PostgreSQL

v9.6+
MySQL logo

MySQL

v5.6+
SQL Server logo

SQL Server

All versions
Installation

Download DBOLT.

Get started with a fast and developer-focused database client. Free and open source. No account required. Download and install locally.

Loading downloads...
all versions
DBolt query editor screenshot

memory System Requirements

Minimum

  • OS:Windows 7 (64-bit recommended)
  • Processor:64-bit (x64) with SSE2 support
  • Memory:2 GB RAM
  • Storage:3 GB disk space

Recommended

  • OS:Windows 11
  • Processor:Intel Core i3 (4th Gen) / AMD Ryzen 3
  • Memory:8 GB RAM
  • Storage:4 GB disk space

gavel Terms of Use & License

DBolt is free to use, including inside companies and commercial environments. We encourage internal modifications so you can adapt the tool to your exact workflow.

Reselling or monetizing DBolt's codebase is not allowed. You may not repackage the app, create a paid product from its base, or charge for access to a derivative built primarily from it without permission.

face About the Author

Created with dedication by Vinícius Macacari. DBolt was born out of a desire for a lighter, faster database tool that developers actually want to use.

Visit my GitHub