Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.semgrep.dev/llms.txt

Use this file to discover all available pages before exploring further.

For Docker users, enter the following commands:
docker pull semgrep/semgrep:latest

# confirm your Semgrep installation
docker run --rm semgrep/semgrep semgrep --version
You can also use the following commands in either your CLI or CI environment:
# macOS users only, using Homebrew
brew upgrade semgrep

# macOS, Linux, or Windows users using pipx (recommended)
pipx upgrade semgrep

# Or, using uv
uv tool upgrade semgrep

# confirm your Semgrep installation
semgrep --version