Three keystrokes between question and answer.
Built for power users.
What they see vs what you see.
Common questions.
What is BlindSpot?
BlindSpot is a free, open-source macOS app that delivers AI answers through a floating overlay excluded from screen capture at the OS compositor level. Select any text in any app, press ⌘⇧Space, and the AI response appears in a window that is invisible to every screen recorder, screenshot tool, and screen share — not because of tricks, but because the window is genuinely absent from the frame buffer.
How does the overlay stay invisible to screen recorders?
BlindSpot sets NSWindowSharingNone on the overlay window at the macOS window server level. This excludes the window from the frame buffer before any recording tool — Zoom, QuickTime, OBS, or any other — can access it. It is not a CSS filter, a transparency trick, or a watermark. The window simply does not exist in what gets captured.
Which AI models does BlindSpot support?
OpenAI (GPT models), Anthropic (Claude), Google Gemini, xAI Grok, DeepSeek, and local Ollama models. You can switch providers from the menu bar in one click without restarting the app. Ollama and DeepSeek local users need no API key — the model runs entirely on your Mac.
Does BlindSpot cost anything?
Nothing. BlindSpot is free and open source under the MIT license. The source code is on GitHub. The only costs you might incur are the API fees charged by whichever provider you connect — OpenAI, Anthropic, Gemini, or Grok. Ollama and local DeepSeek models are completely free to run.
Does BlindSpot send my API keys to a server?
No. API keys are stored at ~/.config/blind-spot/keys/ with Unix file permissions 600. BlindSpot has no cloud sync, no telemetry, and no account requirement. The only outbound requests are the AI queries you trigger, sent directly to the provider you configured.
What macOS version does BlindSpot require?
macOS 14 Sonoma or later. The binary is universal and runs natively on both Apple Silicon and Intel Macs. Install via Homebrew Cask or download the DMG directly from GitHub.
Get BlindSpot
in 30 seconds.
macOS 14 Sonoma or later · Universal binary (Apple Silicon + Intel)
First launch only: right-click the app, choose Open, and dismiss the Gatekeeper prompt.