2026-05-23 16:10:32 +03:00
2026-05-23 14:38:28 +03:00
2020-06-29 00:26:14 -04:00
2026-05-23 14:38:28 +03:00
2026-04-04 14:31:07 +03:00

Zeal

Changelog Gitter IRC Telegram Channel Twitter

Build Check

Zeal is a simple offline documentation browser inspired by Dash.

Screenshot

Download

Get binary builds for Windows and Linux from the download page.

How to use

After installing Zeal go to Tools->Docsets, select the ones you want, and click the Download button.

How to compile

Build dependencies

  • CMake.
  • Qt version 6.4.2 or above. Required module: Qt WebEngine Widgets.
  • libarchive.
  • SQLite.
  • Linux/BSD platforms: extra-cmake-modules.
  • X11 platforms only: libxkbcommon, xcb-util-keysyms.

Build instructions

cmake -B build
cmake --build build

More detailed instructions are available in the wiki.

Query & Filter docsets

You can limit the search scope by using ':' to indicate the desired docsets:

java:BaseDAO

You can also search multiple docsets separating them with a comma:

python,django:string

Command line

If you prefer, you can start Zeal with a query from the command line:

zeal python:pprint

Create your own docsets

Follow instructions in the Dash docset generation guide.

Contact and Support

We want your feedback! Here's a list of different ways to contact developers and request help:

License

This software is licensed under the terms of the GNU General Public License version 3 (GPLv3) or later. Full text of the license is available in the COPYING file and online.

S
Description
No description provided
Readme 11 MiB
Languages
C++ 91.3%
CMake 2.3%
PowerShell 2.1%
CodeQL 1.4%
CSS 1.2%
Other 1.7%