YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

ContextD captures screen activity for LLMs

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

ContextD captures screen activity for LLMs
OPEN LINK ↗
// 64d 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

64d ago

2026-03-24

PUBLISHED

64d ago

2026-03-24

RELEVANCE

9/ 10

AUTHOR

Github Awesome