Self-host is no longer a separate thing
PM v1.2.0 runs directly against your Anthropic account — there is no PM-operated backend to self-host around. Bring your own Anthropic API key, everything else is local.
npm install -g @sinameraji/pm
cd your-product-repo
pm init # paste your Anthropic API key
pm audit
Your key is stored in ~/.pm/config.yaml (chmod 600) and only ever sent to
api.anthropic.com. No markup on inference. Your rate limits, your bill.
Coming from PM 1.1.x with a self-hosted Cloudflare Worker? Take it down — it's no longer referenced. See the migration notes.