Nembrix 0.1.0
The first public release of Nembrix — a fast, open-source desktop database client for Postgres, built on Tauri 2 (Rust + React).
Highlights
- Multi-session rail — several live sessions per saved connection, with drag-to-reorder and one-click recents.
- SSH-first — native tunnels with password / key / agent auth and TOFU host verification.
- Editable result grid — double-click to edit; ⌘S commits every pending change in one transaction.
- Schema-aware SQL editor — autocomplete off your live schema, formatting, and saved queries.
- JavaScript scripting — run JS over a live connection with
await db.query(...), loops, andconsole.log, sandboxed with a timeout and cancel. - Real
EXPLAIN ANALYZE— heat-colored plan tree so hot branches surface at a glance. - Schema tools — structure pane, schema diff with migration preview, ER diagram, and a role/grant matrix.
- Copy between connections, CSV / JSON / SQL import & export, and a ⌘P command palette.
Install
Grab the build for your platform below. See the install guide for details.
- macOS —
.dmg, signed & notarized (Apple Silicon & Intel). - Windows —
.msi/.exe(not yet code-signed; SmartScreen → More info → Run anyway). - Linux —
.AppImage/.deb.
Pre-release (0.x): the on-disk format and stored-secret keys may change between minor versions. Don't use it as your only client against production data yet.
📖 Documentation · 🐛 Report an issue