Wingetlywingetly
← All apps
R

rudbman

by Xcomartv0.2.3

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.3

Run 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.

One-line silent install (x64, user scope)
rudbman-v0.2.3-x86_64-pc-windows-msvc-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for rudbman

Built by Pckgr

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 trial

No 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

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
userDirect

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

  • rulogmanXcomart
    Xcomart.Rulogmanv0.5.7

    A multi-platform GUI SSH terminal with a files panel, a built-in editor and split panes.

  • R
    RipGrep MSVCBurntSushi
    BurntSushi.ripgrep.MSVCv15.2.0

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  • Microsoft ODBC Driver 18 for SQL ServerMicrosoft Corporation
    Microsoft.msodbcsql.18v18.6.2.1

    The stand-alone ODBC drivers providing an application programming interface (API) that implements the standard ODBC interfaces to Microsoft SQL Server.

  • PostgreSQL 10PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.10v10

    The World's Most Advanced Open Source Relational Database

  • Zapret Hubgoshkow
    goshkow.ZapretHubv1.4.4.0

    GUI for zapret and TG WS Proxy

  • PostgreSQL 17PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.17v17.11-4

    The World's Most Advanced Open Source Relational Database

More from Xcomart or browse database, database-client, dba.

Frequently asked questions

How do I install rudbman on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Xcomart.Rudbman --exact --version 0.2.3. winget downloads the installer from Xcomart and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install rudbman silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Xcomart.Rudbman --exact 0.2.3 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for rudbman?
rudbman uses EXE (Inno Setup). Run the downloaded installer with: rudbman-v0.2.3-x86_64-pc-windows-msvc-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall rudbman via winget?
Run: winget uninstall --id Xcomart.Rudbman --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from rudbman's Apps & Features entry.
Is rudbman free?
rudbman is distributed under MIT. Refer to the publisher (https://github.com/xcomart/rudbman) for the full license terms - Wingetly itself does not charge for installation.
Does rudbman work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls rudbman directly from the publisher.
How do I keep rudbman up to date?
Run winget upgrade --id Xcomart.Rudbman --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of rudbman from microsoft/winget-pkgs.