ScreenMind - Remember everything. Share Nothing.
byβ’
Unlike Microsoft Recall (closed, needs $1000+ hardware) or Screenpipe (requires separate OCR + Whisper + external LLM), ScreenMind uses one local Gemma 4 model for everything β screen vision, audio transcription, chat, and reasoning. No cloud, no telemetry, no accounts. Captures only when content changes. Search or chat with your full screen history in plain English. Build automations in Markdown. Runs on a 4GB GPU. MIT licensed, pip install.

Replies
the local-only angle is genuinely appealing, especially for handling sensitive screens at work. one thing that would seal the deal for me is adding a way to manually redact or exclude specific apps or windows from capture, since I don't want every banking session or private DM ending up in searchable memory even if it stays on my machine.
@mcahit388915Β Already there! Settings has a blocked apps list β add any app and it'll never be captured. On top of that, there's an automatic sensitive data filter that redacts credit card numbers, API keys, passwords, and SSNs from the text before it ever touches the AI model. So even if a banking app slips through, the actual sensitive data gets stripped out.
pip install was painless and the "what was that error 2 hours ago" demo actually pulled up the right stack trace from earlier. Wish the local model was a bit snappier on my aging laptop, but the privacy angle makes it worth the wait.
@berfindang69225Β If it feels slow, try switching to "Fast" mode in Settings β it skips the heavy thinking pass and brings analysis down to ~12s per frame. Also check the Model Hub and make sure you're on E2B (the smallest variant). Should help a lot on older hardware.
Searched back through my screen for an error from earlier and it actually pulled up the exact stack trace without me having to scroll anywhere. Loving that everything stays local too.
@filizcevalΒ Glad it worked for you! exactly why i build it
This is honestly really cool, especially the local-only angle since I don't trust cloud tools with my screen. One thing though, I'd love a way to pause or exclude specific apps from being captured, like games or banking stuff. A simple blacklist with a system tray toggle would make it feel way less invasive day to day.
hi @ecrinstzkΒ , thanks! And what makes you think I didn't add that (jk) β it's already built in! You can add apps to a blocklist in Settings, and they'll never get captured. There's also auto-pause for heavy apps like games so it stays out of your way.