ruflo

💻 Cross-Platform Support

/docs/configuration--reference/cross-platform-support

Windows (PowerShell)

powershell
npx @claude-flow/security@latest audit --platform windows
$env:CLAUDE_FLOW_MODE = "integration"

macOS (Bash/Zsh)

bash
npx @claude-flow/security@latest audit --platform darwin
export CLAUDE_FLOW_SECURITY_MODE="strict"

Linux (Bash)

bash
npx @claude-flow/security@latest audit --platform linux
export CLAUDE_FLOW_MEMORY_PATH="./data"