The database manager
that isn't an Electron app.
A native, open-source SQL client for Postgres, MySQL, SQLite, CockroachDB and Supabase. Built in Rust. An 8 MB installer — not a 250 MB Java IDE, not a 200 MB Chromium bundle pretending to be an app.
Apple Silicon · Windows x86_64 · Linux x86_64 · MIT licensed · zero telemetry
Six engines. One small native window.
A SQL editor with schema-aware autocomplete, a visual EXPLAIN viewer, and a vault that won't follow you to a different laptop. Real screenshots — no marketing illustrations.
website/public/product/01-hero-query-results.png — this slot will fill on rebuild.
website/public/product/02-explain-analyze.png — this slot will fill on rebuild.
website/public/product/03-schema-browser.png — this slot will fill on rebuild.
website/public/product/04-connection-dialog.png — this slot will fill on rebuild.
Credentials, locked to your hardware.
Every encrypted file is fingerprinted to the machine that wrote it. Copy your connections to another laptop and they're noise — by design. Read the threat model →
AES-256-GCM
Authenticated encryption for every connection, every saved query, every vault entry. Tampering invalidates the MAC; the file refuses to decrypt.
Argon2id KDF
Master password → key. Tuned to take ~1 s on a laptop, making brute-force orders of magnitude slower than a GPU farm.
Machine fingerprint
Mixed into the KDF. Linux: /etc/machine-id. macOS: IOPlatformUUID. Windows: CSP UUID. Change machines, the vault refuses to load.
OS keychain
Master key in macOS Keychain (Secure Enclave-bound), Windows Credential Manager (DPAPI), or libsecret on Linux.
Six tools, side-by-side.
Verified against each project's public docs and changelog. Hover a column to highlight; we've left the gaps where the gaps are.
Stop waiting for a database client to start.
An 8 MB installer. Native binaries on macOS, Windows, and Linux. MIT licensed. Zero telemetry.
v1.0.11 · published 2026-05-13 · SHA-256 verified · all platforms