Skip to content

Releases: achi777/db-tool

Release list

DBTool v1.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 18:51

DBTool v1.0.0 — the first unified cross-platform release. One codebase, one release, three platforms.

A free, open-source desktop client for PostgreSQL · MySQL · MariaDB · SQLite · Oracle · SQL Server.
Website: https://codemake.co/software

Download

Platform File
Windows (x64) DBTool-Setup-1.0.0.exe (installer, per-user, no admin) or DBTool-1.0.0-portable.exe
macOS (Apple Silicon) DBTool-1.0.0-arm64-mac.dmg
macOS (Intel) DBTool-1.0.0-x64-mac.dmg
Linux (x86_64) DBTool-1.0.0-x86_64-linux.AppImage

No prerequisites — the Electron runtime is bundled.

In this release

  • One repository and one electron-builder configuration covering Windows, macOS and Linux. DBTool was previously published as three per-platform repositories with byte-identical sources.
  • Tagged CI release pipeline: one tag builds all three platforms and publishes them here.
  • A real application icon, replacing the generated placeholder.
  • Full user documentation — README.md, CHANGELOG.md, COMPATIBILITY.md (feature × engine-version matrix), ARCHITECTURE.md, SECURITY.md.

Verifying your download

These builds are unsigned — code-signing certificates are not in place yet. SHA256SUMS.txt is attached so you can verify what you downloaded:

sha256sum -c SHA256SUMS.txt --ignore-missing    # Linux
shasum -a 256 -c SHA256SUMS.txt --ignore-missing # macOS

Windows: SmartScreen warns on first run — More info → Run anyway.
macOS: Gatekeeper blocks it on first launch. Open it once with right-click → Open, or run:

xattr -dr com.apple.quarantine /Applications/DBTool.app

Linux:

chmod +x DBTool-1.0.0-x86_64-linux.AppImage && ./DBTool-1.0.0-x86_64-linux.AppImage

Known limitations

  • Windows and macOS builds are unsigned (see above).
  • Verified against PostgreSQL 13–16, MySQL 5.7 / 8.0, MariaDB 11, SQLite 3, Oracle 12.1+ (Thin & Thick), SQL Server 2022. Per-engine caveats are documented in COMPATIBILITY.md.
  • No auto-update yet — watch this repo's releases.

Bug reports and questions: Issues · Discussions

Licensed under AGPL-3.0. A commercial license is available for closed-source use.