Table of contents
  1. Homebrew
  2. Snapcraft
  3. Docker (GHCR)

You can install the tool using various package managers. Each package manager has its own dedicated page with detailed instructions. Please refer to the specific pages for comprehensive installation steps.

You can use Homebrew on macOS, Snapcraft or Homebrew on Linux, and on all operating systems including Windows, you can use Docker or a directly built version.

Homebrew

brew install noir

Learn more

Snapcraft

sudo snap install noir

Learn more

Docker (GHCR)

docker pull ghcr.io/owasp-noir/noir:latest

Learn more


Table of contents