⬇️ Download DataZen

Free, open source, no signup.

macOS note: DataZen is not yet Apple-notarized. After downloading, if you see "damaged or cannot verify", run xattr -cr /Applications/DataZen.app then right-click → Open → "Open".
🍎

macOS

Apple Silicon (M series) and Intel supported — dmg installer.

Download from Releases
🪟

Windows

x64 — exe and msi installers available.

Download from Releases
🐧

Linux

x86_64 — .deb, .rpm, and AppImage packages.

Download from Releases

All installers: github.com/flyxl/datazen/releases

Package managers

brew install datazen
winget install flyxl.datazen
scoop install datazen

Installation notes

First launch on macOS

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.

Windows

Run the .exe or .msi installer; when SmartScreen warns, choose "Run anyway".

Connect your database

After launch, click "New Connection", choose a database type, and enter host details. Supports PostgreSQL, MySQL / MariaDB, SQLite, Redis, and plugin drivers.

System requirements

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

FAQ

Do I need an account?

No. Download, install, and use — no signup required.

Where does my data go?

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).

Do I need an API key for AI?

Yes, bring your own key. Regular database queries and browsing work without one.

Can I use DataZen commercially?

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.

Which databases are supported?

PostgreSQL, MySQL / MariaDB, SQLite, and Redis are built in. Additional databases (Presto, Trino, ClickHouse, and more) are available via plugins.

Is Linux supported?

Yes — .deb, .rpm, and AppImage for x86_64.

Auto-update?

Yes. You can check for updates or toggle auto-update in Settings.

Can I use DataZen offline?

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.

How do I connect to my database?

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.

Does DataZen support team sharing?

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.