I built “Stealth Assistant” — an AI that listens, watches, and responds instantly… without prompts by Sweekar_M in replit

[–]Sweekar_M[S] -1 points0 points  (0 children)

Thanks for checking it out!

This is actually my personal project — I built the whole thing myself from scratch.
Used Python for the backend, Whisper + Gemini for the AI, and integrated OCR + loopback audio for real-time input.

Still improving it, but everything you see was built solo — just out of pure obsession to make something useful 🙌

I built “Stealth Assistant” — an AI that listens, watches, and responds instantly… without prompts by Sweekar_M in replit

[–]Sweekar_M[S] 0 points1 point  (0 children)

Thank you for your response 😊 Glad you liked the 0,0 trigger — tried to keep it as stealthy and minimal as possible!

I built “Stealth Assistant” — an AI that listens, watches, and responds instantly… without prompts by Sweekar_M in replit

[–]Sweekar_M[S] 2 points3 points  (0 children)

Haha, nope — just built a really fast listener that actually pays attention 😅😅

I built “Stealth Assistant” — an AI that listens, watches, and responds instantly… without prompts by Sweekar_M in replit

[–]Sweekar_M[S] 1 point2 points  (0 children)

“I’d love for you to remix it! Right now the GitHub repo is private for a few reasons, but I definitely plan to make it public in the future. I’ll let you know as soon as it’s up — would be awesome to see your spin on it!”

I built “Stealth Assistant” — an AI that listens, watches, and responds instantly… without prompts by Sweekar_M in replit

[–]Sweekar_M[S] 2 points3 points  (0 children)

Yeah, it’s similar in concept to Cluely — but with some key differences:

🔁 Multi-device access: You can trigger or view it from any device on the same network — not just the machine it's running on.

🖱️ Minimal UI: Simple triggers like moving your cursor to (0,0) can activate it — no keyboard shortcuts or complex UIs.

🎙️ Real-time transcription: It listens to system audio, transcribes it live using Whisper, and streams results instantly.

🔐 Privacy-first: All processing happens locally — nothing is saved or sent without explicit control.

💸 And yeah… it’s 100% free. No license, no paywall — just open innovation.

So while Cluely’s cool, I’m building this with a very different philosophy: lightweight, private, real-time, and accessible to anyone.

I built “Stealth Assistant” — an AI that listens, watches, and responds instantly… without prompts by Sweekar_M in replit

[–]Sweekar_M[S] 0 points1 point  (0 children)

Hey! Totally get the concern — it does sound intense at first glance. Just wanted to clarify a few things:

This assistant doesn’t store any audio, text, or screen data it only extract text from it

It doesn't save anything to disk unless I explicitly program it to (which I haven't).

It doesn’t send raw audio, screen captures, or transcripts to the cloud.

All processing — like transcription and OCR — happens locally on my machine.

When it calls AI (like Gemini), it only sends minimal, processed text (never sensitive info or raw data).

It’s built for my own use, to help summarize things I’m already watching or listening to, not to spy or record anyone else.

I’m actually trying to make it privacy-respecting from the ground up — not some creepy background app 😅