From Zero to Protected in 4 Minutes
Install the Pretense CLI, scan your codebase, start the local proxy, and connect your AI coding tool. Your code never leaves your machine unmutated.
Install the Pretense CLI
Install Pretense globally with npm. The proxy starts on localhost:9339 and intercepts LLM API calls before they leave your machine.
npm install -g pretenseScan Your Codebase
Pretense analyzes your project and builds a mutation profile. It detects proprietary identifiers and secrets across TypeScript, Python, Go, and Java.
pretense scan ./srcStart the Proxy
Launch the Pretense proxy. It runs locally on port 9339 and intercepts all LLM API traffic from your dev tools.
pretense startConnect Your AI Tool
Point your AI coding tool at the Pretense proxy. For Claude Code, set ANTHROPIC_BASE_URL. For OpenAI tools, set OPENAI_BASE_URL.
# For Claude Code
ANTHROPIC_BASE_URL=http://localhost:9339 claude
# For OpenAI tools
export OPENAI_BASE_URL=http://localhost:9339Live mutation output. No code leaves your machine in its original form.
Start protecting your code today
Free forever for individual developers. No credit card required.