An application that becomes invisible during screen shares and recordings. Perfect for protecting sensitive information during presentations and meetings.
- Invisible in Zoom, Teams, Discord, and other screen sharing apps
- Hidden from OBS and recording software
- Toggle protection on/off
- Multiple implementations (Java, Python, Electron)
- Cross-platform support (Windows, macOS)
Electron (Recommended)
npm install
npm startPython (Windows)
pip install pywin32
python invisible_app.pyJava (Windows)
mvn clean compile exec:javaUses native OS APIs to exclude windows from screen capture:
- Windows:
SetWindowDisplayAffinitywithWDA_EXCLUDEFROMCAPTURE - macOS:
NSWindow.sharingType = .none - Linux: Limited support
- Password managers
- Banking applications
- Medical software
- Private note-taking
- Sensitive data entry
MIT