Skip to content

Latest commit

 

History

History
104 lines (85 loc) · 6.12 KB

Downloads.md

File metadata and controls

104 lines (85 loc) · 6.12 KB

Not sure how to start using ZAP? Read the Getting Started Guide (pdf).

Checksums for all of the ZAP downloads are maintained in the relevant version files.

As with all software we strongly recommend that ZAP is only installed and used on operating systems and JREs that are fully patched and actively maintained.

ZAP 2.7.0 Standard

Windows (64) Installer2017-11-28111 MBDownload now
Windows (32) Installer2017-11-2875 MBDownload now
Linux Installer2017-11-28126 MBDownload now
Linux Package2017-11-28124 MBDownload now
MacOS Installer2017-11-28179 MBDownload now
Cross Platform Package2017-11-28230 MBDownload now

This contains the core set of functionality, and you can add more functionality at any time via the ZAP Marketplace.
The Windows and Linux versions require Java 8 or higher to run.
The installers are built using a multi-platform installer builder.
The MacOS version includes Java 8 - you can use the Linux or Cross Platform versions if you do not want to download this.
For more information about this release see the release notes.

ZAP 2.7.0 Core

Cross platform2017-11-2835.2 MBDownload now

This contains the minimal set of functionality to get you started and is ideal for people new to ZAP.
You can add more functionality at any time via the ZAP Marketplace.
It is cross platform (Mac OS X, Linux, and Windows) but does not include any installers.
It requires Java 8 or higher to run.

Docker

There are 4 Docker images available:

See Docker for more details.

Linux Repos

We now also have official ZAP Linux Repos :)

Homebrew Cask

On Mac OS X you can also install ZAP using Homebrew Cask:
brew cask install owasp-zap

Snapcraft

On Linux systems you can also use Snapcraft.
The latest version of ZAP is now on the stable channel, so you can install it using:
snap install zaproxy --classic
You'll then be able to run ZAP using
zaproxy

ZAP Weekly

Weekly - cross platform2019-04-29332 MBDownload now

We generate weekly releases of ZAP from the develop branch, typically every Monday.
These are just intended for people who want to use all of the features we've added since the last 'full' release but don't want the hassle of building ZAP from the source code.
While we endeavor to ensure that weekly releases are robust, things may be broken or only partially implemented.
It is cross platform (Windows, Linux and Mac OS) but does not include any installers.
It requires Java 8 or higher to run.

Latest Versions

We maintain a page containing XML with links to the latest ZAP release files: https://raw.githubusercontent.com/zaproxy/zap-admin/master/ZapVersions.xml
You can use this to automatically pull down the latest ZAP release for the platform you need.

ZAP uses similar URLs when checking for updates.
These are version specific and define the add-on on the ZAP Marketplace for that release stream.
The 2.7 release stream uses: https://raw.githubusercontent.com/zaproxy/zap-admin/master/ZapVersions-2.7.xml
The development code uses: https://raw.githubusercontent.com/zaproxy/zap-admin/master/ZapVersions-dev.xml
At the moment these files are the same, but it does allow us to maintain different versions of add-ons for different versions of ZAP, if we need to support this in the future.

ZAP Workspace

You can now import ZAP projects into Eclipse using just one URL.

See the Building page for details about this and information about other IDEs.