Recall for developers — with a weaker crypto posture
Chronicle is philosophically close to Microsoft Recall: a background agent that captures your screen, OCRs it, and stores summaries so an assistant can reason over what you've been doing. But the implementation diverges in a consequential way. Recall invested heavily in an encrypted, hardware-bound local database after its rocky debut; Chronicle writes memories as plain-text Markdown under ~/.codex/memories_extensions/chronicle/, readable by any local process that can see the user's home directory.
Short-lived screen capture files live in $TMPDIR/chronicle/screen_recording/ and are garbage-collected after 6 hours, but the distilled memories persist. For a product targeted at developers — who routinely have API keys, private repo paths, and production incident details on screen — unencrypted at-rest storage is a notable choice. It is also why the feature is gated to $100/month Pro users on Apple Silicon with macOS 14+: OpenAI is limiting the blast radius while it iterates.


