System Requirements
Before installing Zeal, ensure your system meets these requirements:- Qt version 5.15.2 or higher (Qt 6.2.0+ also supported)
- Qt WebEngine Widgets module
- libarchive for docset extraction
- SQLite for search indexing
- X11 platforms only: Qt X11 Extras and
xcb-util-keysyms
Most binary distributions include all required dependencies. These requirements only matter when building from source.
Windows
Download the installer
Download the latest Windows installer from the official download page.Zeal provides both installer and portable versions for Windows.
Run the installer
Double-click the downloaded
.exe file and follow the installation wizard.The installer will set up Zeal and create desktop shortcuts automatically.Protocol Handlers (Optional)
To enabledash:// and dash-plugin:// protocol handlers for IDE integration:
Linux
Zeal is available through multiple package managers and distribution formats.The Flatpak and AppImage versions are self-contained and include all dependencies.
macOS
Zeal can be installed on macOS using Homebrew or by downloading the binary directly.Building from Source
For developers or users who want the latest features, you can build Zeal from source.Configure with CMake
Create a build directory and configure the project:
CMake options
CMake options
ZEAL_USE_QT5- Force Qt 5 (default: auto-detect Qt 6, fallback to Qt 5)ZEAL_RELEASE_BUILD- Build as a tagged release (default: dev build)BUILD_TESTING- Build the testing suite (default: ON)
Qt Version Support
Zeal supports both Qt 5 and Qt 6:- Qt 5: Minimum version 5.15.2
- Qt 6: Minimum version 6.2.0
Verifying Installation
After installation, verify Zeal is working:Next Steps
Now that Zeal is installed, learn how to use it:Quick Start
Download docsets and start searching documentation
Downloading Docsets
Learn how to download and manage documentation sets
Keyboard Shortcuts
Configure global shortcuts for quick access
Command Line Usage
Use Zeal from the command line
Troubleshooting
Missing Qt WebEngine on Linux
Missing Qt WebEngine on Linux
If Zeal fails to start with a missing Qt WebEngine error:
Build fails with CMake version error
Build fails with CMake version error
Dark mode not working on Windows
Dark mode not working on Windows
Zeal automatically uses the Fusion style on Windows 10/11 for dark mode support. If dark mode isn’t working:
- Ensure you’re running Windows 10 or later
- Check Windows Settings → Personalization → Colors → Choose your mode
- Restart Zeal after changing Windows theme