Stealth Mode
Stealth Mode is Amigo's most critical feature. The overlay and all Amigo UI elements are rendered in a way that makes them completely invisible to screen-sharing, screen-recording, and remote desktop software — while remaining fully visible to you on your local display.
How It Works
Amigo creates a native operating-system window with a specific flag that instructs the OS to exclude it from any screen capture pipeline:
- macOS — The overlay uses
NSWindowSharingNone(Core Graphics window sharing level), which tells macOS to omit the window from any CGDisplayStream or ReplayKit capture. - Windows — The overlay applies the
WDA_EXCLUDEFROMCAPTUREflag via the SetWindowDisplayAffinity API, removing it from all DirectX and GDI capture hooks.
Because exclusion happens at the OS display driver level, it cannot be overridden by the video-call application. Zoom, Google Meet, Teams, and every other conferencing tool relies on the same OS capture APIs and therefore sees a blank region where the Amigo overlay sits.
Verified Platforms
Stealth Mode has been tested and verified against the following screen-sharing technologies:
| Software | macOS | Windows | Notes |
|---|---|---|---|
| Zoom (screen share) | ✓ | ✓ | Tested on Zoom 5.x and 6.x |
| Google Meet | ✓ | ✓ | Chrome, Edge, and Firefox tabs |
| Microsoft Teams | ✓ | ✓ | Classic and new Teams clients |
| Webex | ✓ | ✓ | — |
| Loom | ✓ | ✓ | Recording and camera-only modes |
| OBS Studio | ✓ | ✓ | Window capture and display capture sources |
| QuickTime (macOS) | ✓ | — | Screen recording via QuickTime |
| Xbox Game Bar (Windows) | — | ✓ | Win + G capture |
Audio Privacy
Stealth Mode covers the visual overlay. For audio, Amigo captures the system audio output internally — it does not inject any sound into your microphone stream, so the interviewer cannot hear any audio from Amigo.
Amigo also captures your candidate microphone on a separate native thread. This stream is transcribed through the same secure pipeline as the interviewer's audio, allowing Amigo to identify your voice and filter it out — so your own answers never trigger new suggestions. Candidate transcripts are discarded immediately after classification and are never stored, recorded, or used to generate AI responses.
Common Questions
Does Stealth Mode work inside a virtual machine?
No. If you are running Amigo inside a VM (e.g. Parallels, VMware, VirtualBox), the host OS can capture the entire VM display including the Amigo overlay. Always run Amigo on the physical host machine, not inside a VM.
Can the interviewer see Amigo if they point a phone at my screen?
Stealth Mode only prevents capture through software. A physical camera pointed at your monitor will record everything visible on the screen. Position your monitor so it is not in the frame of any external camera during your interview.
What about remote-access software like TeamViewer or AnyDesk?
Remote desktop tools that operate at the display driver level (before the OS capture API) may be able to see the overlay. We recommend not running Amigo while another person has active remote control of your machine.