JetBrains IDEs
Privatemode works with AI coding plugins in JetBrains IDEs (IntelliJ IDEA, PyCharm, CLion, etc.). The officially supported plugin is the JetBrains AI Assistant.
Setting up the Privatemode proxy
Follow the quickstart guide to run the Privatemode proxy. Usually, it's advisable to enable prompt caching via --sharedPromptCache
.
Installing the AI assistant plugin
- Open Settings → Plugins → Marketplace.
- Search for AI Assistant and select Install.

Configuring the AI assistant plugin
- Open Settings → Tools → AI Assistant → Models.
- Under Provider, select OpenAI API.
- Set URL to your Privatemode proxy, e.g.,
http://localhost:8080/v1
. - Click Test Connection. This will fetch the available models from Privatemode.

Model selection
- Core features: gpt-oss and Qwen‑Coder provide the best performance in many cases.
- Instant helpers and Completion model: Qwen-Coder provides the best performance in many cases.
Optional: Offline mode
Enable Offline mode to prevent data from being sent to external services.