Getting Started

Installation

Install xgrep from the @mondoohq/xgrep npm package.

Installation

Install xgrep from the @mondoohq/xgrep npm package, which ships prebuilt binaries:

# Run it straight from npx (no install)
npx @mondoohq/xgrep scan .

# Or add the `xgrep` command to your PATH
npm install -g @mondoohq/xgrep

Prebuilt binaries are available for Linux and Windows (amd64 and arm64). A Homebrew formula for macOS is coming soon.

Once installed, verify it runs:

xgrep version

Next: run your first scan.

On this page