DonTizi/ReMind
A desktop AI agent that continuously captures screenshots, audio, and digital activities, indexes them using vector embeddings, and lets users query their history via chat.

ReMind is an AI memory agent that runs locally on the user’s device, recording screenshots and digital activities for later recall. It leverages OCR to extract text from captures, stores embeddings in a vector database for semantic retrieval, and uses local LLMs (via Ollama) to summarize daily activities and answer conversational queries about the user’s history. The application is built with Electron and uses LangChain for orchestration.