Show what are pipes?
Show what are pipes?
pipes are scheduled AI agents that run on your screen data. each pipe is a
.md file with a prompt and a schedule. an AI agent reads the prompt, queries the screenpipe API, and takes action.examples: sync to Obsidian, track time in Toggl, send daily summaries.see the pipes guide for details.Show what are the hardware requirements?
Show what are the hardware requirements?
- minimum: dual-core CPU, 2GB RAM, 20GB disk
- recommended: quad-core, 4GB+ RAM, 50GB+ SSD
- runs 24/7 on a MacBook Pro M3 or a $400 Windows laptop
- ~600 MB RAM, ~10% CPU, ~30 GB/month storage at 1 FPS
Show where is data stored?
Show where is data stored?
all data is in
~/.screenpipe/:db.sqlite— metadata, OCR text, transcriptionsdata/— MP4 screen recordings, audio chunkspipes/— installed pipes
~/.screenpipe/ to another location.Show how do i contribute?
Show how do i contribute?
- check github issues
- join discord
- follow contribution guidelines
Show what OCR / STT engines are supported?
Show what OCR / STT engines are supported?
OCR:
apple-native (macOS), windows-native (Windows), tesseract (Linux), unstructured (cloud), customSTT: whisper-large-v3-turbo-quantized (default, local), whisper-tiny, whisper-tiny-quantized, whisper-large, whisper-large-quantized, whisper-large-v3-turbo, deepgram (cloud)Show is my data private?
Show is my data private?
yes. everything runs locally. no data leaves your machine unless you explicitly choose a cloud provider (deepgram, unstructured). you control what’s captured with
--ignored-windows and --included-windows.