From 90ab2107000361a6022ff7556bd90de844a1f626 Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Sat, 30 May 2026 16:36:53 -0700 Subject: [PATCH 1/2] Add Screenpipe to projects list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd47cec..149b755 100644 --- a/README.md +++ b/README.md @@ -134,4 +134,5 @@ Many papers here are organized and identified using a visualization tool develop - [Fazm](https://github.com/m13v/fazm) - Open-source voice-controlled AI agent for macOS using accessibility APIs and ScreenCaptureKit - [Lumen](https://github.com/omxyz/lumen) - Vision-first browser agent with self-healing deterministic replay. Screenshot → model → action loop over CDP, multi-provider support. - [computer agents](https://computer-agents.com) -- [Terminator](https://github.com/mediar-ai/terminator) - Playwright-like automation for Windows desktop apps using native accessibility APIs \ No newline at end of file +- [Terminator](https://github.com/mediar-ai/terminator) - Playwright-like automation for Windows desktop apps using native accessibility APIs +- [Screenpipe](https://github.com/screenpipe/screenpipe) - 24/7 local screen and microphone recording that indexes OCR, accessibility text, and transcripts as searchable context for computer-use agents (macOS/Windows/Linux) \ No newline at end of file From 4abb9007a8fb59d6ac147649a97f451cc2310617 Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Thu, 17 Sep 2026 10:40:22 -0700 Subject: [PATCH 2/2] Clarify Screenpipe source license and MCP prerequisites --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 149b755..b654871 100644 --- a/README.md +++ b/README.md @@ -135,4 +135,4 @@ Many papers here are organized and identified using a visualization tool develop - [Lumen](https://github.com/omxyz/lumen) - Vision-first browser agent with self-healing deterministic replay. Screenshot → model → action loop over CDP, multi-provider support. - [computer agents](https://computer-agents.com) - [Terminator](https://github.com/mediar-ai/terminator) - Playwright-like automation for Windows desktop apps using native accessibility APIs -- [Screenpipe](https://github.com/screenpipe/screenpipe) - 24/7 local screen and microphone recording that indexes OCR, accessibility text, and transcripts as searchable context for computer-use agents (macOS/Windows/Linux) \ No newline at end of file +- [Screenpipe](https://github.com/screenpipe/screenpipe) - Source-available desktop capture and search that gives agents context from recorded screen text and audio history through MCP (macOS/Windows/Linux). \ No newline at end of file