OPEN_SOURCE ↗
YT · YOUTUBE// 18d agoOPENSOURCE RELEASE
ContextD captures screen activity for LLMs
ContextD is a macOS menu bar app that snapshots the screen every two seconds, OCRs changed regions, and turns the stream into searchable LLM summaries. It keeps captures in local SQLite and exposes a localhost HTTP API and prompt-enrichment flow so other tools can reuse recent activity.
// ANALYSIS
This feels like a personal memory layer for the desktop, which is exactly why it’s compelling and a little unnerving at the same time. The real product question isn’t whether it works, but whether users will trust an always-on context collector.
- –The 2-second screenshot loop plus keyframe/delta OCR is a smart compromise between fidelity and storage overhead.
- –No images are stored, which helps privacy and disk use, but makes OCR quality the whole game.
- –FTS5 search and two-pass enrichment make it more than a log viewer; it becomes a context backend for other tools.
- –The localhost API is the multiplier here, because it lets automations and agents consume the memory without going through the UI.
- –OpenRouter keeps the model layer flexible, but screen-derived text still leaves the machine for summarization.
// TAGS
contextdllmragsearchautomationdevtoolopen-source
DISCOVERED
18d ago
2026-03-24
PUBLISHED
18d ago
2026-03-24
RELEVANCE
9/ 10
AUTHOR
Github Awesome