Skip to main content
Microsoft Recall is a Windows 11 feature that captures screenshots and makes them searchable. screenpipe offers similar functionality but with complete privacy, open source code, and cross-platform support.

comparison

featurescreenpipemicrosoft recall
open sourceyes (MIT)no
platformsmacOS, Windows, LinuxWindows 11 only
data location100% locallocal (with cloud concerns)
NPU requirednoyes (Copilot+ PCs)
privacyauditable source codeclosed source
AI provideryour choice (local or cloud)Microsoft AI
extensibilityplugins (pipes)none

why choose screenpipe?

true privacy

  • open source: you can audit every line of code
  • no Microsoft account required
  • no telemetry or data collection
  • use completely local AI (Ollama)

works everywhere

  • macOS, Windows, Linux
  • no special hardware required
  • runs on any modern computer

you control the AI

  • use Ollama for 100% local AI
  • or connect to OpenAI, Claude, etc.
  • your choice, not Microsoft’s

extensible

build custom integrations with the REST API or pipes:
curl "http://localhost:3030/search?q=meeting+notes&content_type=all"

recall privacy concerns

Microsoft Recall has faced criticism for:
  • storing sensitive data (passwords, financial info)
  • potential security vulnerabilities
  • data being accessible to other apps
  • unclear data handling policies
screenpipe addresses these:
  • PII removal: optional automatic redaction of sensitive data
  • window filtering: exclude apps like password managers
  • local-only: data never leaves your device
  • open source: security researchers can audit the code

filtering sensitive content

in the desktop app settings, you can exclude specific windows (like password managers and banking apps) and enable PII removal to automatically redact sensitive data.

get started

download the desktop app

more comparisons

looking for detailed feature comparisons? check out our main comparison pages:

resources

frequently asked questions

is there a privacy-focused alternative to Windows Recall?

yes. screenpipe is the privacy-focused, open source alternative to Microsoft Recall. unlike Recall, screenpipe is fully open source (MIT licensed), works on macOS, Windows, and Linux, requires no special hardware (no NPU needed), and stores all data 100% locally with no cloud dependency. you can use local AI models (Ollama) for complete privacy and audit every line of code.

does screenpipe work on Windows without a Copilot+ PC?

yes. screenpipe runs on any modern Windows computer — no NPU or Copilot+ hardware required. it uses CPU-based OCR and works on Windows 10 and 11.

how is screenpipe different from Windows Recall?

screenpipe is open source, cross-platform, and has no cloud dependency. Recall is closed source, Windows 11 only, requires Copilot+ hardware, and has faced privacy concerns. screenpipe also offers extensibility through pipes (scheduled AI agents) and a full REST API that Recall doesn’t provide.