screenpipe/screenpipe

每日信息看板 · 2026-02-24
开源项目
Category
github_search
Source
8
Score
2026-02-24T01:56:29Z
Published

AI 总结

screenpipe 是一个MIT开源的本地优先AI记忆工具,可持续记录屏幕与音频并支持自然语言检索和自动化,重要性在于它以可审计、可扩展且隐私友好的方式提供了对云端记忆工具的替代方案。
#GitHub #repo #开源项目 #screenpipe #OCR #MCP

内容摘录

<p align="center">
 <a href ="https://screenpi.pe">
 <img src="https://github.com/user-attachments/assets/d3b1de26-c3c0-4c84-b9c4-b03213b97a30" alt="logo" width="200">
 </a>
</p>

<h1 align="center">[ screenpipe ]</h1>

<p align="center">AI memory for your screen</p>
<p align="center">AI finally knows what you're doing</p>

<p align="center">
 <a href ="https://screenpi.pe">
 <img src="https://github.com/user-attachments/assets/c88d218e-40a7-405d-b419-eec1553ea287">
 </a>
</p>

<p align="center">
 <a href ="https://screenpi.pe">
 <img src="https://github.com/user-attachments/assets/b482f71d-cccc-4b42-a9b9-bf06a67d401b" alt="logo" width="800">
 </a>
</p>

<p align="center">
 <a href="https://screenpi.pe" target="_blank">
 <img src="https://img.shields.io/badge/download-desktop%20app-black?style=for-the-badge" alt="download">
 </a>
 <a href="https://github.com/screenpipe/screenpipe/releases/download/mcp-v0.8.0/screenpipe-mcp.mcpb" target="_blank">
 <img src="https://img.shields.io/badge/install-Claude%20Extension-D97706?style=for-the-badge&logo=anthropic&logoColor=white" alt="install claude extension">
 </a>
</p>

<p align="center">
 <a href="https://discord.gg/dU9EBuw7Uq">
 <img src="https://img.shields.io/discord/823813159592001537?color=5865F2&logo=discord&logoColor=white&style=flat-square" alt="discord">
 </a>
 <a href="https://twitter.com/screen_pipe">
 <img alt="x" src="https://img.shields.io/twitter/url/https/twitter.com/diffuserslib.svg?style=social&label=follow%20%40screen_pipe">
 </a>
 <a href="https://www.youtube.com/@screen_pipe">
 <img src="https://img.shields.io/badge/YouTube-subscribe-red?style=flat-square&logo=youtube&logoColor=white" alt="youtube">
 </a>
</p>

!image

---
what is this?

screenpipe turns your computer into a personal AI that knows everything you've done. record. search. automate. all local, all private, all yours
**remember everything** - never forget what you saw, heard, or did
**search with ai** - find anything using natural language
**100% local** - your data never leaves your machine
**open source** - inspect, modify, own

<p align="center">
 <a href ="https://screenpi.pe">
 <img src="https://github.com/user-attachments/assets/1f0c04f6-300a-417d-8bd3-5b73435ee2e9">
 </a>
</p>
install
cli (free, open source)

or with npm:

<details>
<summary>alternative: shell installer</summary>

mac / linux:

windows:

</details>

<details>
<summary>linux: additional dependencies</summary>

</details>
desktop app

download the desktop app — one-time purchase, all features, auto-updates
specs
10% cpu usage
0.5-3gb ram
~15gb storage/month
works offline
optional encrypted device sync

---

<p align="center">
 <a href="https://docs.screenpi.pe">docs</a> ·
 <a href="https://discord.gg/dU9EBuw7Uq">discord</a> ·
 <a href="https://twitter.com/screen_pipe">x</a>
 <a href="https://www.youtube.com/@screen_pipe">youtube</a>
</p>

<details>
<summary>📖 LLM reference</summary>
About screenpipe

screenpipe is an open source application (MIT license) that continuously captures your screen and audio, creating a searchable, AI-powered memory of everything you do on your computer. All data is stored locally on your device. It is the leading open source alternative to Rewind.ai (now Limitless), Microsoft Recall, Granola, and Otter.ai.
**Website**: https://screenpi.pe
**Documentation**: https://docs.screenpi.pe
**Discord**: https://discord.gg/dU9EBuw7Uq
**License**: MIT
Who screenpipe is for
**Knowledge workers** who want to recall anything they've seen or heard on their computer
**Developers** who want to give AI coding assistants (Cursor, Claude Code, Cline, Continue) context about what they're working on
**Researchers** who need to search through large volumes of screen-based information
**People with ADHD** who frequently lose track of tabs, documents, and conversations
**Remote workers** who want automatic meeting transcription and notes
**Anyone** who wants a private, local-first alternative to cloud-based AI memory tools
Platform support

| Platform | Support | Installation |
|----------|---------|-------------|
| macOS (Apple Silicon) | ✅ Full support | Native .dmg installer |
| macOS (Intel) | ✅ Full support | Native .dmg installer |
| Windows 10/11 | ✅ Full support | Native .exe installer |
| Linux | ✅ Supported | Build from source |

Minimum requirements: 8 GB RAM recommended. ~5–10 GB disk space per month of continuous recording. CPU usage typically 5–15% on modern hardware.
Core features
Screen recording with OCR
Captures all connected monitors simultaneously at configurable intervals. Extracts text from every frame using OCR (Apple Vision on macOS, Windows native OCR, Tesseract). Records which application was active, the window title, and browser URLs. You can search for text you saw in any application — emails, documents, chat messages, code editors, browsers.
Audio transcription
Captures system audio (what you hear) and microphone input (what you say). Real-time speech-to-text using OpenAI Whisper running locally on your device. Speaker identification and diarization. Works with any audio source — Zoom, Google Meet, Teams, or any other application.
AI-powered search
Natural language search across all OCR text and audio transcriptions. Filter by application name, window title, browser URL, date range. Semantic search using embeddings. Returns screenshots and audio clips alongside text results.
Timeline view
Visual timeline of your entire screen history. Scroll through your day like a DVR. Click any moment to see the full screenshot and extracted text. Play back audio from any time period.
Plugin system (Pipes)
Extensible plugin architecture for building custom automations. Popular plugins include:
**Obsidian integration**: Automatically sync screen activity to Obsidian notes
**Notion integration**: Send daily summaries to Notion
**Meeting assistant**: Automatic meeting notes with action items
**Daily journal**: AI-generated daily summaries of your activity

Developers can bu…