rudbman
Last updated
A multi-platform GUI database workbench that talks to any database with a JDBC driver.
Install with winget
$ winget install --id Xcomart.Rudbman --exact --version 0.2.3Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.
Silent install command for rudbman
rudbman uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
rudbman-v0.2.3-x86_64-pc-windows-msvc-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
For Intune admins
Stop chasing app updates. Pckgr patches them for you.
Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.
Start free 30-day trialNo credit card required.
About
rudbman is a desktop database workbench written in Rust and drawn with gpui, the
GPU-accelerated UI framework behind the Zed editor. It reaches a database through
that database's own JDBC driver over an embedded JVM bridge, so any product with a
JDBC driver is a supported product: drivers come from Maven Central by coordinate or
from disk, the driver class is detected from the JAR, and every connection gets an
isolated class loader so two vendors' drivers cannot collide.
Each connection is a tab with its own work area — a schema explorer over catalogs,
schemas, tables, views, sequences and routines; a SQL editor with dialect-aware
highlighting, statement splitting and cancellation, over a virtualized grid that
scrolls a million rows without loading a million rows; ERD diagrams laid out and
routed automatically; a visual query builder that turns dragged tables and columns
into SQL; and backup of a schema to a replayable .sql script. Connections can run
through an SSH tunnel, and secrets live in the Windows credential store rather than
on disk.
No JDK is required — the installer carries a Java runtime built with jlink and
rudbman uses the one next to its executable. The interface is available in English,
Korean, Japanese, Simplified Chinese, German, Spanish, French and Russian.
Installers · v0.2.3
| Architecture | Type | Scope | Install | Download |
|---|---|---|---|---|
| x64 | EXE Inno Setup | user | Direct |
Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.
Security
No known CVEs for rudbman.
Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.
Related apps
More from Xcomart or browse database, database-client, dba.