AI Read the original on Windows Central 2 min read 0

OpenAI Brings Continuous Desktop Memory to Mac Without Screen

According to Windows Central, OpenAI has officially launched a desktop memory system called Computer History for its ChatGPT app on macOS. The feature converts background computer actions into a searchable contextual timeline, enabling the model to resume unfinished tasks and suggest tailored workflows. However, while the technology avoids taking visual screen captures, storing sensitive event streams locally raises new questions about desktop security.

ChatGPT interface running on macOS displaying the Computer History settings menu and activity timeline.
ChatGPT interface running on macOS displaying the Computer History settings menu and activity timeline. · Image source: Windows Central

Interaction logging arrives on macOS

OpenAI rolled out an update for its native macOS ChatGPT application, introducing an opt-in feature named Computer History. Designed for Pro, Business, and Enterprise subscribers, the system acts as a background context engine that translates daily user activity into structural memories readable by ChatGPT and Codex.

Rather than taking periodic desktop screenshots, the tool listens directly to operating system interaction events. It tracks window switches, keystroke frequency, shortcut usage, and file navigations to construct a unified chronological index of what the user is working on.

Key architectural differences from Windows Recall

The announcement immediately drew comparisons to Microsoft's Windows Recall tool. However, OpenAI implemented distinct design parameters to address long-standing surveillance concerns:

  • Opt-in by default: Computer History remains strictly disabled until explicitly activated by the account owner inside the desktop settings.
  • Zero visual media capture: The software refrains from saving screen captures or recording microphone audio, recording purely textual event data instead.
  • Local timeline storage: Raw logs stay stored on the Mac file system, though interaction data is transmitted to cloud servers to generate structured memory embeddings.
  • No model training: OpenAI stated that logs processed for memory generation are not retained on remote servers or utilized to train future models.

During internal testing, early users noted that ChatGPT could answer queries like «Find the document draft I was editing yesterday before my video meeting» by analyzing past event patterns.

The unencrypted risk hiding behind local context

While avoiding screen recordings reduces visual exposure, security researchers highlight a critical vulnerability embedded within the feature documentation. OpenAI confirmed that Computer History files stored locally on macOS are currently unencrypted, leaving the raw activity log readable by other third-party applications running on the same system.

This design creates a target for automated prompt injection. If a user unknowingly opens a web page containing hidden instructions, those malicious prompt strings can enter the Computer History timeline and silently manipulate subsequent AI task recommendations without triggering operating system alerts.

Why it matters

The arrival of background activity logging in mainstream AI clients represents a fundamental shift in how desktop software interacts with user data. Enterprise security teams at major firms like Microsoft and Apple are closely monitoring this trend as AI assistants transition from passive chat boxes into active workflow managers. The choice to process local event streams via cloud embeddings sets a precedent for hybrid AI architectures heading into 2027. However, with corporate compliance frameworks growing stricter worldwide, unencrypted interaction logs present immediate regulatory risks for IT administrators handling sensitive intellectual property.

FAQ

Does ChatGPT Computer History take screenshots of my screen?
No, Computer History does not capture screenshots or audio recordings. Instead, it records system interaction events such as keystrokes, application switches, and shortcut usage, saving the textual activity log locally on your Mac.
Is ChatGPT Computer History enabled by default on Mac?
No, the feature is disabled by default for Pro, Business, and Enterprise subscribers. Users must manually activate Computer History within the ChatGPT macOS settings menu before the system begins indexing background activity.
Are Computer History logs encrypted on the Mac file system?
According to OpenAI documentation, the local interaction logs stored on macOS are not encrypted. This means other applications with access to your system storage could potentially view the recorded timeline data.