Download
Get Zeal for your platform, or build it yourself from source.
Get Zeal for your platform, or build it yourself from source.
Use this installer to conveniently install Zeal like any other app.
This is a special build intended for use without installation. All settings and docsets are stored in the application directory.
Chocolatey is a package manager for Windows.
To install Zeal, run:
choco install zeal
Alternatively you can install the portable version:
choco install zeal.portable
Scoop is a command-line installer for Windows.
First you need to enable the extras bucket, if you haven't already:
scoop bucket add extras
To install Zeal, run the following command:
scoop install zeal
Scoop can also install Visual C++ 2015 Redistributable:
scoop install vcredist2015
In addition to the stable builds, a continuous integration system automatically publishes prebuilt artifacts on each push to the main repository.
These builds can be useful for testing unreleased changes, but are not intended for daily use, and are likely to crash more often than stable releases.
To download a build artifact, open the workflow run for the change you want to test, then download the archive for your target platform from the Artifacts section at the bottom of the run summary.
Prebuilt packages are provided for a variety of Linux distributions. Some of the packages are maintained by Zeal developers, while others are courtesy of independent contributors.
Install Zeal from the official repositories:
apt-get install zealView ALT Linux packages
Arch Linux users can either install Zeal from the extra repository:
sudo pacman -Syu zeal
Or use the zeal-git AUR package which builds unstable source code from our Git repository.
On Enterprise Linux 9 and 10 (CentOS Stream, RHEL, AlmaLinux, Rocky Linux, etc.) install Zeal from our COPR. Enable the EPEL repository first, since Zeal depends on packages from it:
sudo dnf install epel-release
sudo dnf copr enable @zealdocs/zeal
sudo dnf install zeal
Note for RHEL: the epel-release package is not available in the official repositories.
Follow the EPEL Getting Started guide to enable EPEL on RHEL.
To try the latest features before they are released, use the nightly COPR instead:
sudo dnf copr enable @zealdocs/zeal-nightly
sudo dnf install zeal
View stable COPR View nightly COPR
Install Zeal from the official repositories:
sudo apt install zealView Debian packages
Install Zeal from the official Fedora software repositories.
sudo dnf install zeal
When the official package is outdated, our COPR provides up-to-date stable releases:
sudo dnf copr enable @zealdocs/zeal
sudo dnf install zeal
To try the latest features before they are released, use the nightly COPR instead:
sudo dnf copr enable @zealdocs/zeal-nightly
sudo dnf install zeal
View Fedora package View stable COPR View nightly COPR
Install the official Zeal package for Gentoo:
emerge app-text/zealView Gentoo package
Zeal is part of the official openSUSE software repositories.
View openSUSE packageBuild and install Zeal from SlackBuilds.org.
View SlackBuilds.orgInstall Zeal from the official repositories:
sudo apt install zeal
When the official package is outdated, our PPA provides up-to-date stable releases:
sudo add-apt-repository ppa:zealdocs
sudo apt install zeal
To try the latest features before they are released, use the nightly PPA instead:
sudo add-apt-repository ppa:zealdocs/nightly
sudo apt install zeal
Install Zeal from ports:
cd /usr/ports/devel/zeal/ && make install clean
Or install Zeal binary package:
pkg install zealView FreeBSD Ports View FreshPorts
Install Zeal with:
doas pkg_add zealView OpenBSD Ports
Complete source code is available on GitHub. To build Zeal follow the instructions in the README.md file.