Free, open source, no signup.
xattr -cr /Applications/DataZen.app then
right-click → Open → "Open".
All installers: github.com/flyxl/datazen/releases
brew install datazen
winget install flyxl.datazen
scoop install datazen
The app is not Apple-notarized. If macOS shows "damaged" or "cannot verify" on first open, run:
xattr -cr /Applications/DataZen.app
Or right-click the app → Open → click "Open" in the dialog. We are working toward notarized builds.
Run the .exe or .msi installer; when SmartScreen warns,
choose "Run anyway".
After launch, click "New Connection", choose a database type, and enter host details. Supports PostgreSQL, MySQL / MariaDB, SQLite, Redis, and plugin drivers.
| Item | Requirement |
|---|---|
| macOS | 10.15 or later (Apple Silicon / Intel) |
| Windows | Windows 10 / 11 (x64) |
| Linux | x86_64 — .deb, .rpm, or AppImage |
| Installer size | <15 MB |
| License | GPLv3, source available |
No. Download, install, and use — no signup required.
Your database data and credentials stay on your machine — DataZen runs no cloud service, so nothing passes through our servers. Only when you use AI features are schema and query context sent to the AI provider you configure (OpenAI / Anthropic / DeepSeek / custom endpoint).
Yes, bring your own key. Regular database queries and browsing work without one.
Yes. DataZen is GPLv3-licensed: internal business use is fine. If you distribute DataZen itself or a modified version, you must make the corresponding source available under GPLv3. See the GPLv3 license for embedding/redistribution details.
PostgreSQL, MySQL / MariaDB, SQLite, and Redis are built in. Additional databases (Presto, Trino, ClickHouse, and more) are available via plugins.
Yes — .deb, .rpm, and AppImage for x86_64.
Yes. You can check for updates or toggle auto-update in Settings.
Yes. All database queries and browsing work fully offline. AI features require an internet connection to your configured provider, but the app itself never phones home.
Click "New Connection" in the sidebar, choose your database type, and enter host / port / credentials. DataZen supports SSL, SSH tunnels, and multi-database sessions for PostgreSQL and MySQL.
Connection configs can be exported and imported, but DataZen is a local desktop app — there is no cloud sync or team server. For shared access, use the built-in MCP server to expose databases to AI agents.