data flow
what leaves the machine?
local storage
changing your storage location
you can move screenpipe data to a different drive or external storage:- quit screenpipe completely — ensure the app is not running
- copy
~/.screenpipe/to your new location — e.g.,/Volumes/MyDrive/.screenpipe/ - set the environment variable
SCREENPIPE_DATA_DIR=/Volumes/MyDrive/.screenpipebefore starting screenpipe - restart screenpipe — the app will now use the new location
- screenpipe itself (the main app) was fully restarted after the change
- any CLI or scheduled processes use the same
SCREENPIPE_DATA_DIRvalue - if using the desktop app, the settings change is saved and the app was restarted
privacy controls
PII removal modes
the safest setup is local capture, local search, local Ollama, and cloud media analysis off. the most capable setup can include cloud AI, connected apps, archive, sync, and team sharing.
browser session inheritance
the embedded agent browser can optionally inherit login state from supported real browsers. this is opt-in and uses one-time Keychain consent per browser source. use it when:- an agent browser needs authenticated pages
- you want screenpipe to avoid repeated manual sign-in
- you trust the local machine and the agent task
- the page contains financial, health, or sensitive personal data
- you do not want agent workflows to access logged-in sessions
- you are on a shared device
agent and pipe security
local agents and pipes can access your screenpipe data—screen text, OCR, accessibility tree, and transcripts. they cannot steal keyboard input or files, but they can see API keys, passwords, and secrets visible on screen. secure your setup:- exclude sensitive windows — add your password manager, banking site, or cloud console to settings → recording → ignored windows. agents won’t see data from ignored apps.
- use connection proxies — instead of pasting API keys into prompts, create a screenpipe connection so tokens are managed securely.
- trust only official pipes — use pipes from the official pipe store or audit custom pipes before installing.
- scope tasks narrowly — a pipe searching only “the last meeting” is lower-risk than one searching “all screen text.”
- review logs — use
screenpipe pipe logs <name>to see what data a pipe accessed.
teams and admins
team sharing is encrypted client-side. the server stores membership and encrypted blobs, but not the team encryption key. invite links contain the key, so share them through a trusted channel and treat them as sensitive. admins should document:- whether cloud AI is allowed
- which models and presets employees can use
- which integrations are approved
- retention policy
- whether LAN API access is allowed
- how support logs are collected
irreversible actions
before deleting data:- confirm the time range or device ID.
- export or archive anything needed.
- run the delete action.
- verify the timeline and
/searchno longer return that range.