Skip to main content

Privacy & Security

In online mode, the code from the file you are working on is sent to the kipmox backend to generate fixes and analysis. For LWC components, all files in the component bundle are included for context. For Apex classes, dependent classes are included where relevant.Your code is used only to generate the fix or analysis for that specific request. It is not stored, used for training, or shared with third parties.In offline mode (Pro), all processing happens locally on your machine. No code leaves your environment under any circumstances.
No. kipmox does not store your code. Code sent in online mode is used to process your request and is not retained after the response is returned.
kipmox collects the minimum data needed to operate the service:
  • Email address — for account authentication
  • Usage data — request counts and plan status to enforce limits and billing
  • Code context — sent per request in online mode, not stored
kipmox does not collect personally identifiable information beyond your email address, and does not sell or share your data with third parties.
kipmox account and usage data is stored on servers located in Sydney, Australia (AWS ap-southeast-2). This is compliant with the Australian Privacy Act.
Yes — kipmox reads your code to generate fixes but does not modify anything without your explicit action. In Safe Mode (the default), every fix requires your manual approval before being applied. You can always undo an applied fix with Undo Fix or Cmd+Z / Ctrl+Z.For production orgs, we recommend keeping Safe Mode enabled at all times and reviewing the Confidence and Risk ratings before applying any fix.
The Free and Pro online modes require outbound HTTPS access to the kipmox backend. If your environment restricts outbound traffic, online mode will not function.Offline Mode (Pro) runs entirely locally using Ollama — no outbound connections are made and no code leaves your machine. This is the option for air-gapped or restricted environments.For teams that need offline or governed AI across many developers with central management and compliance controls, contact us about the Enterprise plan.
In online mode, code is processed via the kipmox backend using leading cloud AI models. On Pro, you can choose which model kipmox uses from the model picker in the panel; on Free, kipmox selects a capable default for you. Either way the model runs through the kipmox backend, your code is used only to answer that one request, and it is not retained.In offline mode, all processing is handled locally by Ollama on your own machine. No third-party AI service is involved.
Yes. kipmox is built and operated by Aptivate Pty Ltd, an Australian company. Account and usage data is stored in Sydney, Australia (AWS ap-southeast-2) in compliance with the Australian Privacy Act 1988.For a full privacy policy, visit kipmox.com.

Frequently Asked Questions

kipmox supports the following Salesforce file types for both deployment and code analysis:XML metadata files are not supported in the current release.
Yes. kipmox uses the Salesforce CLI (sf) to deploy files to your org. Make sure it is installed and you have an active org connection before using kipmox: Deploy to Org.Download the Salesforce CLI from developer.salesforce.com/tools/salesforcecli.
Yes — with Offline Mode (Pro). Offline Mode uses Ollama to run a local AI model on your machine. Once set up, kipmox works fully offline with no internet connection required.In online mode, an internet connection is required to generate fixes and analysis.
A few common reasons:
  • Low Confidence fix — the AI was uncertain about the correct fix for your specific code context. Review the explanation and apply the change manually.
  • Layered errors — fixing one error can reveal another underneath. Run kipmox: Deploy to Org again after applying a fix.
  • Complex code context — use the chat input in the panel to ask kipmox for more context or an alternative approach.
Always check the Confidence and Risk notes before applying a fix. For any fix that carries a risk note, read the What Changed summary carefully before accepting.
In Safe Mode (default), kipmox generates a fix and waits for you to click Apply Fix before changing your code. In Auto Fix Mode, the fix is applied automatically without requiring you to click Apply Fix.In both modes, applying a fix saves it automatically, and you can always undo with Undo Fix or Cmd+Z / Ctrl+Z.See Safe Mode for more detail.
Yes — use kipmox: Open Chat from the Command Palette to open the AI chat panel without triggering analysis. Ask kipmox anything about your Apex or LWC code — architecture questions, best practices, code explanations, or Salesforce-specific guidance.
Yes. Each follow-up message you type in the kipmox chat — in both the Code Analysis and Deploy Errors panels — is capped at 4,000 characters. A “characters remaining” counter appears as you get close, and the box won’t accept more once you reach the limit.If you need kipmox to look at a long piece of code, keep it in the file and let kipmox read it from there — it already has your file’s context — rather than pasting it into the chat box.
Yes. kipmox deploys to whichever org is set as your Salesforce CLI default — scratch orgs, sandboxes, and developer editions all work the same way.
Yes. XML metadata support is planned for a future release. Additional file types and Salesforce metadata support will be added over time.
Click the Feedback button at the bottom of any kipmox panel in VS Code. You can also reach us via kipmox.com.

Troubleshooting

Solutions to common issues with kipmox

Plans & Limits

Understand request limits and what Pro unlocks