Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.04 KB

File metadata and controls

32 lines (23 loc) · 1.04 KB
title summary images type tags date authors
ZAP is Available via Winget
You can now install ZAP via winget - the Windows Package Manager
post
blog
windows
2023-08-21
simon

You can now install ZAP on Windows using winget - the Windows Package Manager.

With winget installed you can see that ZAP is available by typing: winget show ZAP.ZAP

Winget show ZAP.ZAP

And you can install ZAP by typing: winget install --id=ZAP.ZAP -e

Winget install ZAP.ZAP

That's it!

You may notice that it still says "OWASP" as this is ZAP 2.13 and the package name has to match the name used by the executable.

We have added Windows Package Manager to the list of "Officially Supported Repos" on the Downloads page.

If you use Windows then please try this out and let us know how you get on 😁.