bbdump — PostgreSQL Manager
The first public release of bbdump, a desktop application to manage all your PostgreSQL databases from a single, modern interface.
Highlights
- Projects & Databases — Organize connections into color-coded projects. Add local or external databases, duplicate across servers with one click.
- Backup & Restore — Manual and scheduled backups with
pg_dump, compression, AES-256-GCM encryption, and one-click restore with safety countdown. - Database Viewer — Browse tables, edit rows inline, inspect schemas, visualize relationships with an interactive graph, and run SQL queries.
- Proxy Server — Built-in TCP proxy per project. Route local connections to any database and switch targets instantly — zero config change in your app.
- Scheduled Tasks — Cron-based automation with 12+ presets, visual editor, and per-database controls.
- MCP Server — Connect Claude Desktop to your databases. 31 tools for schema exploration, data access, queries, and mutations with confirmation.
- System Tray — Quick access from the menu bar. Trigger backups, manage proxies, and approve MCP mutations without opening the app.
- Encryption — AES-256-GCM for passwords and backup files, with key export/import for multi-machine setups.
- i18n — English and French.
Platforms
| Platform | File |
|---|---|
| macOS (Apple Silicon) | bbdump-1.0.2-arm64.dmg
|
| macOS (Intel) | bbdump-1.0.2.dmg
|
| Linux (x64) | bbdump-1.0.2-x86_64.AppImage
|
| Linux (arm64) | bbdump-1.0.2-arm64.AppImage
|
Quick Install
curl -fsSL https://poups.dev/bbdump.sh | bash