Back to Settings

Privacy Focused

Settings environment 642

Maximize privacy by disabling all telemetry, error reporting, and non-essential network traffic. Ideal for sensitive development environments or organizations with strict data privacy requirements.

Install Command
npx claude-code-templates@latest --setting environment/privacy-focused
View on GitHub
claude-code — privacy-focused

Content

JSON
{
"description": "Maximize privacy by disabling all telemetry, error reporting, and non-essential ..."
"env": {
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1"
"DISABLE_TELEMETRY": "1"
"DISABLE_ERROR_REPORTING": "1"
"DISABLE_BUG_COMMAND": "1"
"DISABLE_AUTOUPDATER": "1"
}
}

Stack Builder

0 components

Your stack is empty

Browse components and click the + button to add them to your stack for easy installation.