macOS
1. Prerequisites
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2. Install Node.js (v22+) & npm
brew update
brew install node@22
echo 'export PATH="/opt/homebrew/opt/node@22/bin:$PATH"' >> ~/.zshrc # Ensure in your PATH
source ~/.zshrc3. Handling Gatekeeper & Remote-Signed Files Issues
4. Install the P0 CLI
5. macOS Shell Setup
6. Proxy & Corporate Networks
7. Common Troubleshooting
Symptom
Cause & Fix
Last updated