Download
Download the latest version of Zequel from the official website:Download Zequel
Get the latest version (v1.2.2) for your platform
macOS
System Requirements
- macOS 10.13 (High Sierra) or later
- Intel or Apple Silicon (M1/M2/M3) processor
- 100 MB disk space
Installation Steps
Download the macOS installer
Download
zequel-apple-{arch}.zip for your architecture:- Apple Silicon (M1/M2/M3):
zequel-apple-arm64.zip - Intel:
zequel-apple-x64.zip
File Associations
Zequel automatically registers as a handler for:.sqlfiles (SQL scripts).db,.sqlite,.sqlite3files (SQLite databases).duckdb,.ddbfiles (DuckDB databases)
URL Schemes
Zequel registers custom URL schemes for quick connections:postgresql://,postgres://,psql://mysql://mariadb://mssql://,sqlserver://mongodb://,mongodb+srv://redis://,rediss://clickhouse://sqlite://
Windows
System Requirements
- Windows 10 or later
- 64-bit processor
- 150 MB disk space
Installation Steps
Download the Windows installer
Download
zequel-window-{arch}.exe for your architecture (typically x64)Choose installation location
Select your preferred installation directory (default:
C:\Program Files\Zequel)The installer allows you to customize the installation directory
File Associations
The Windows installer automatically registers Zequel for:.sqlfiles (SQL scripts).db,.sqlite,.sqlite3files (SQLite databases).duckdb,.ddbfiles (DuckDB databases)
Credentials Storage
Zequel uses the Windows Credential Manager to securely store database passwords. Credentials are encrypted and protected by Windows security.Linux
System Requirements
- Ubuntu 18.04+ / Debian 10+ / Fedora 32+ or equivalent
- 64-bit processor
- 150 MB disk space
Installation Steps
Download the Linux installer
Download
zequel-linux-{arch}.AppImage for your architecture (typically x64)Run Zequel
Execute the AppImage:
AppImage files are portable and don’t require installation. You can move the file anywhere and run it directly.
File Associations
To associate file types with Zequel on Linux, create a desktop entry:Verification
After installation, verify that Zequel is working correctly:Check the version
Click Help → About Zequel (or Zequel → About Zequel on macOS) to verify you have version 1.2.2 or later
Auto-updates
Zequel includes automatic update checking via electron-updater:- Updates are checked automatically when you launch the app
- You’ll be notified when a new version is available
- Updates can be downloaded and installed with one click
- No manual re-installation required
Auto-updates are currently available for macOS and Windows. Linux AppImage users should manually download new versions from the website.
Troubleshooting
macOS: “App is damaged and can’t be opened”
This security warning appears for unsigned applications. To resolve:Windows: SmartScreen Warning
Windows may show a SmartScreen warning for new applications. Click “More info” and then “Run anyway” to proceed.Linux: Missing Dependencies
If the AppImage fails to run, ensure you have the required libraries:Connection Issues
If you can’t connect to databases:- Verify that the database server is running and accessible
- Check firewall settings for the database port
- Ensure your database credentials are correct
- For SSH tunnels, verify that SSH access is configured correctly
Next Steps
Quick Start
Connect to your first database
Interface Overview
Learn about the UI components