Installation
Download the reel binary and start scanning container images in under a minute.
Looking for a specific platform? See all releases for Linux amd64/arm64, macOS Intel/Apple Silicon, and checksums.
Homebrew (macOS)
Intel and Apple Silicon. For malware scanning, also install ClamAV: brew install clamav
Download (Linux)
Download the latest release for Linux x86_64:
GitHub Action (CI/CD)
Scan images directly in your pipeline:
See GitHub Action docs for full configuration.
Verify
Check that reel is installed and see available capabilities:
Security Tools
Reel automatically downloads and caches the security tools it needs on first use:
| Tool | Used For | Downloaded To |
|---|---|---|
| Trivy | SBOM generation, vulnerability scanning | ~/.cache/reel/tools/trivy/ |
| ClamAV | Malware detection | ~/.cache/reel/tools/clamav/ |
No manual installation needed. Tools are cached at ~/.cache/reel/ and reused across runs. Virus databases refresh automatically every 24 hours.
Offline Mode
For air-gapped environments, use --offline to skip database updates and --cache-dir to point to a pre-populated cache: