ChatGPT Computer History on macOS: What It Does and the Privacy Trade-Offs
lifehacker.com

ChatGPT Computer History on macOS: What It Does and the Privacy Trade-Offs

Tech News
4 min read

Published by AINave Editorial • Reviewed by Ramit

TL;DRChatGPT's new Computer History for macOS records clicks, keystrokes, and app switches to build a searchable activity timeline. It offers granular controls but sends data to OpenAI servers for processing, introducing privacy and prompt injection risks that builders must weigh.

OpenAI has introduced Computer History for ChatGPT on macOS, a feature that records your clicks, keystrokes, app switches, and other interaction events to build a searchable timeline of your activity. The goal is to let ChatGPT answer questions like "What was I working on before my break?" or detect repeatable workflows for automation. But for AI builders evaluating this feature, the real story is the trade-off between context-aware assistance and a privacy model that sends your activity data to OpenAI servers.

Computer History does not take screenshots or record audio. It captures interaction events through macOS accessibility processes. Periodically, ChatGPT turns that event stream into text summaries and local memory files, and it builds a browsable timeline in Settings. You can ask ChatGPT about recent work, find lost documents, or even get suggestions for automating frequent tasks.

The feature is opt-in by default. You choose which apps and websites to track, pause collection from the menu bar, or exclude private browsing entirely. You can also wipe the last 10 minutes or your full history. But despite those controls, the underlying data handling differs sharply from Apple's on-device privacy philosophy.

Why the server-side processing matters for builders

Unlike Apple Intelligence, which processes similar signals on-device or via Private Cloud Compute, Computer History sends raw activity data to OpenAI servers to generate memory summaries. OpenAI says it deletes the raw files after 48 hours and does not use them for training. However, the company also notes that if you consent to training on your ChatGPT chat data, future chats that reference a memory may be used. This creates a nuanced trust model: data is not used for training by default, but the processing still happens remotely.

For AI builders designing similar features, the key lesson is that users will weigh convenience against data exposure. Apple's approach keeps everything on-device; OpenAI's approach uses cloud processing in exchange for richer memory generation. Both are valid architectural choices, but they require explicit user consent and clear documentation.

Practical controls and implications for product design

Computer History offers several controls that should inform how you build memory or activity logging into your own AI products:

  • Granular app/site scoping: Users can include only certain apps or exclude specific ones. This limits the blast radius of any data leak.
  • Pause and wipe: Collection can be paused instantly from the menu bar, and users can delete history by time range or individual entries.
  • No screen capture: The feature avoids the privacy and legal complexity of screenshot-based tracking, reducing the surface for sensitive data exposure.

These design patterns give users a reasonable degree of agency, but they don't eliminate the security risks OpenAI explicitly warns about.

Security caveats you shouldn't ignore

OpenAI acknowledges that Computer History increases your risk of prompt injection attacks, because ChatGPT may see and follow malicious instructions embedded in the apps and websites it tracks. The stored data is not end-to-end encrypted, meaning any program running as your macOS user could potentially access it.

These aren't hypothetical risks. If you are building a feature that records user activity, you need to consider whether the value of context-aware assistance justifies the security and privacy exposure. For now, Computer History is available only in the US to Pro and Business/Enterprise users. EU and UK availability is not confirmed, likely due to regulatory concerns.

For AI builders, the bigger takeaway is that memory features are becoming table stakes for assistants, but the implementation details around data handling, user control, and security will ultimately determine whether users trust them enough to turn them on.

Sources

Latest Tech News