
ScreenMind
Remember everything. Share Nothing
18 followers
Remember everything. Share Nothing
18 followers
ScreenMind captures your screen when content changes, understands it with a local Gemma 4 model, and turns it into searchable, chat-able memory. Ask "what was that error 2 hours ago?" and get the answer from your history. Also transcribes meetings, records voice memos, and lets you build automations in plain English. No cloud, no accounts, no telemetry. Runs on a 4GB GPU. MIT licensed. pip install screenmind.
This is the 2nd launch from ScreenMind. View more
ScreenMind
Launched this week
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.




Free
Launch Team / Built With


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.
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.
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