docs/mintlify/docs-mintlify-mig-tmp/vs-recall.mdx
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.
| feature | screenpipe | microsoft recall |
|---|---|---|
| open source | yes (MIT) | no |
| platforms | macOS, Windows, Linux | Windows 11 only |
| data location | 100% local | local (with cloud concerns) |
| NPU required | no | yes (Copilot+ PCs) |
| privacy | auditable source code | closed source |
| AI provider | your choice (local or cloud) | Microsoft AI |
| extensibility | plugins (pipes) | none |
build custom integrations with the REST API or pipes:
curl "http://localhost:3030/search?q=meeting+notes&content_type=all"
Microsoft Recall has faced criticism for:
screenpipe addresses these:
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.
looking for detailed feature comparisons? check out our main comparison pages:
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.
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.
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.