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