Homebrew tap for CodeScan.
brew tap psmon/codescan
brew install codescan
codescan --versionOr one-shot:
brew install psmon/codescan/codescan| OS | Architecture | Status |
|---|---|---|
| macOS | arm64 (Apple Silicon) | Supported |
| macOS | x64 (Intel) | Not supported in v1 — build from source or use Rosetta with the arm64 build |
CodeScan stores DB, logs, and config under ~/.codescan/. That directory is preserved across upgrade and uninstall.
The v1 binary is not notarized. If macOS Gatekeeper blocks first run:
xattr -d com.apple.quarantine $(brew --prefix)/bin/codescanOr allow it from System Settings → Privacy & Security.
The formula is generated from a template in the main CodeScan repo at packaging/homebrew/ via update-formula.sh. For each release, the SHA256 from checksums.txt is substituted in.
See Docs/install-distribution-strategy.md in the main repo for the full distribution plan.