Privacy and Data Handling

Safety · free

AITerm is built to keep your data on your machine by default. There is no AITerm-hosted proxy for model requests: local providers stay entirely on your Mac, and cloud providers receive requests directly from your Mac using the account or key you configured. AITerm is never in the middle.

Local vs. cloud

Cloud Context Level

Cloud Context Level (Settings ▸ Privacy, "How much the AI sees") controls the ambient session context sent to cloud providers:

The setting only ever caps what cloud models see. Local models always get the full context because it stays on the machine.

Redaction before cloud requests

Before anything goes to a cloud provider, AITerm redacts obvious secrets. It redacts these categories:

Redaction happens at a single egress point — the same code path that actually sends the request — so a local model can still see real values while a cloud model only ever sees the redacted version. Redaction is a safeguard, not a guarantee that every secret-shaped string is recognized. For sensitive work, keep Cloud Context Level at Nothing or Recent commands only, or use a local provider.

The eye chip

After each AI request that carried context, the eye chip on the input bar shows exactly what the provider received. For a cloud provider it shows the redacted payload — the same redaction applied to the real send — so you can confirm what left your Mac. For a local provider it shows the raw local context, because nothing left the machine.

API keys

Provider keys live in the macOS Keychain, not in a plain config file. Each named custom server, Azure connection, and Bedrock static-key connection uses its own Keychain slot, so keys never leak across saved connections.

History stays local

Your command history and the search indexes built from it (including the Pro semantic index) never leave the process. They feed the ⌘K palette only; they are never sent to any provider. See History and Search.

Related pages: AI Providers and Models, Safety and Security, Settings Reference.