Local Recall 是一个完全本地、隐私优先的屏幕截图与语义搜索工具,利用本地 LLM 对截图进行 OCR 处理,并支持通过自然语言与历史记录进行对话式查询,无需云端依赖。

Stars

17

7 天增长

暂无数据

Fork 数

0

开放 Issue

0

开源协议

MIT

最近更新

2026-07-16

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

作为微软 Windows Recall 的本地替代方案,它完全在本地运行,使用 sqlite-vec 和 sentence-transformers 等开源组件实现高效的向量搜索,确保用户数据不离开设备。

适合谁使用

  • 注重隐私的 Windows 用户
  • 开发本地优先生产力工具的开发者
  • 希望基于语义搜索屏幕历史的进阶用户
  • 研究本地 RAG 管线的研究人员

典型使用场景

  • 通过自然语言快速回忆屏幕上曾出现过的信息
  • 无需手动记录即可回溯工作流程或调试步骤
  • 构建私有的、可搜索的计算机活动记忆库
  • 探索本地检索增强生成(RAG)的实际应用

项目优势

  • 完全本地运行,数据不泄露至云端
  • 基于 sqlite-vec 实现亚 50 毫秒的快速语义搜索
  • 利用感知哈希进行去重,节省存储空间
  • 可与本地 LLM 服务器(LM Studio)集成,实现对话式问答

使用前须知

  • 仅支持 Windows(需使用 WinRT OCR 和 ctypes 钩子)
  • 早期原型,API 和数据库模式可能发生变化
  • 依赖外部 LM Studio 服务器和本地 LLM 模型(如 Qwen 2.5-7B),可能需要较大内存

README 快速开始

Installation & Setup

项目描述

An early prototype alternative to Microsoft/Windows Recall, built to run 100% locally with zero cloud communication. Captures screen snapshots, extracts text via WinRT OCR, and indexes embeddings into SQLite. Query your history conversationally via your local LLM (LM Studio). Under active development.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

makecindy
精选
makecindy GitHub avatar

cindy

Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.

AI 与机器学习大语言模型
958
0xwilliamortiz
精选
0xwilliamortiz GitHub avatar

openclaude-improved

OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.

AI 与机器学习大语言模型
577
l0ng-ai
精选
l0ng-ai GitHub avatar

tty7

tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.

开发者工具CLI 与终端
359