Invisible overlay
Windows stay out of Zoom, Meet, Teams, Discord, and OBS captures. You see the answer, the call does not.
OpenCluely is the free, open-source Cluely alternative. A stealth overlay that Zoom, Google Meet, Microsoft Teams, Discord, and OBS cannot see. Ask by voice or screenshot and get clear, streamed answers from Gemini in real time.
Built to be fast, quiet, and genuinely helpful under pressure.
Windows stay out of Zoom, Meet, Teams, Discord, and OBS captures. You see the answer, the call does not.
Speech is split on natural pauses, not a blind timer, so a single spoken question stays a single question.
Replies appear word by word as the model thinks, in both the chat and the floating answer window.
Screenshots go straight to Gemini for visual reasoning. No slow OCR step in the middle.
It remembers the whole conversation, so follow-ups, edge cases, and optimizations all keep context.
Runs under ordinary system names and ships with no telemetry. Everything stays on your machine.
Set it up once and let it sit quietly in the corner.
Speak the question or press the screenshot shortcut. The mic listens for natural pauses on its own.
Gemini reads the audio or image with full conversation context and works toward a precise answer.
The response streams into the overlay in real time, with clean code blocks and syntax highlighting.
Pre-built installers for every platform. These links always point at the newest version.
A short capture of the overlay running live during a screen share.
The things people usually want to know before trying it.
Yes. The overlay windows are excluded from capture in tools like Zoom, Google Meet, Microsoft Teams, Discord, and OBS. When a screen share starts, the app can also hide every window on its own. You still see the answers on your physical display.
You need a free Google Gemini API key for the AI features. On first launch the app opens its Settings window and walks you through adding it. You can paste it in the UI or edit the .env file directly.
No. Voice is optional. You can use screenshots and the chat on their own. If you want speech, pick either local Whisper for offline transcription or Azure Speech. When no provider is set up, the mic button hides itself.
Windows and Linux (.deb and AppImage) ship as pre-built installers, built automatically on GitHub Actions with every release. macOS is not pre-built — the unsigned app is blocked by Gatekeeper, so on macOS you run it from source with a one-line ./setup.sh.
No telemetry and no data collection. Processing happens locally and your session stays on your device. Only the requests you send to the AI provider leave your machine, encrypted in transit.
Yes. OpenCluely is open source under the MIT license. You only pay for whatever AI usage your own Gemini key incurs, which has a generous free tier.
On Windows OpenCluely uses WDA_EXCLUDEFROMCAPTURE and on macOS it uses NSWindowSharingNone — both are operating-system-level flags that tell the screen recording APIs to skip that window. The app checks for active screen sharing and can auto-hide every window when a share begins. Linux does not offer this API, so the overlay is visible on that platform; share a single window instead of the full screen as a partial workaround.
Yes. OpenCluely is a free, open-source Cluely alternative under the MIT license. It does the same core job — a stealth overlay that captures your audio and screen, sends it to an LLM, and shows real-time answers — without the subscription, account, or telemetry. You bring your own Gemini API key (BYOK), which keeps the cost near zero on the free tier.
On Windows the overlay uses the WDA_EXCLUDEFROMCAPTURE flag (via SetWindowDisplayAffinity) and on macOS it uses NSWindowSharingNone — both are OS-level APIs that exclude the window from screen capture. Zoom, Google Meet, Microsoft Teams, Discord, and OBS skip those windows. The app also auto-hides every window when a screen share begins. Linux lacks this API so the overlay is visible on that platform.
The screenshot capture works in any application — HackerRank, LeetCode, CodeSignal, CoderPad, Codeforces, your own editor, a PDF, a slide. Anything you can see on screen, OpenCluely can capture and send to Gemini for analysis.
Three commands and the setup script handles the rest.
git clone https://github.com/TechyCSR/OpenCluely.git
cd OpenCluely
./setup.sh
It installs dependencies, creates your .env, sets up local Whisper, and launches the app.
On first launch the Settings window opens automatically. Get a free key from Google AI Studio and paste it in.