00 Featherweight PostgreSQL client
One small binary. It opens before a browser tab would. A real editor, a session per tab, plans you can read, and a workspace that comes back exactly as you left it. Built for people who live in psql.
A register of what ships, stated plainly.
The VS Code editor with schema-aware completion, a command palette, multi-cursor and pgsql highlighting. Run the selection, the statement under the cursor, or the whole file.
Every tab owns a dedicated connection, so SET, temp tables and an open transaction persist per tab, exactly like psql, and never leak between tabs.
Edit result cells in place. Editability is derived from the wire protocol; writes are fully parameterized and can never match more than one row.
EXPLAIN ANALYZE rendered as a readable tree with timing and estimated-versus-actual rows, so the slow node is obvious.
Open tabs, cursor, scroll and panel layout are saved per directory and restored on the next visit. A file tree opens your scripts.
Active backends from pg_stat_activity and the heaviest statements from pg_stat_statements, with cancel and kill in the same panel.
A native dump and restore engine, so cross-version backups work without a matching pg_dump on your machine.
Encrypted connection vault, per-connection read-only and production write guards, SSL certificates and per-connection SSH tunnels.
Expose the database to agents over MCP with the same rails as the UI. Optional natural-language to SQL and plan reading, with your own key.
| Backend | Go, talking to Postgres through pgx. No pooling; one dedicated backend per tab. |
|---|---|
| Protocol | Simple query protocol, so several statements run in one request, exactly like psql. |
| Download | ~20 MB |
| Dependencies | None. One self-contained binary; the desktop app bundles it. |
| Platforms | macOS (Apple Silicon), Windows, Linux (AppImage, deb, rpm) |
| Updates | Signed, in-app. The app checks and updates itself. |
| Telemetry | None beyond your own account's license and sync. |
Start on a 14 day trial with everything unlocked. Keep going solo, or bring the whole team with shared connections.
| Trial | Individual | Team | |
|---|---|---|---|
| Price | €0 | €12 / month | €19 / seat / month |
| Duration | 14 days | While subscribed | While subscribed |
| All capabilities | yes | yes | yes |
| Cloud account & sync | yes | yes | yes |
| Connections in the cloud | yes | yes | yes |
| Shared team connections | — | — | yes |
| Members & invitations | — | — | yes |
| Automatic updates | yes | yes | yes |
| Start trial | Create account | Create company |
Prices are introductory and may change. Existing subscriptions keep their rate. Team seats adjust automatically as members join or leave.
Download once. The app checks for new versions and updates itself.
On the Linux AppImage, macOS and Windows the app updates itself. deb and rpm update through your package manager.