Skip to content

An application that becomes invisible during screen shares and recordings. Perfect for protecting sensitive information during presentations and meetings.

Notifications You must be signed in to change notification settings

fizzexual/invisible-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen Share Invisible App

An application that becomes invisible during screen shares and recordings. Perfect for protecting sensitive information during presentations and meetings.

Features

  • 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)

Quick Start

Electron (Recommended)

npm install
npm start

Python (Windows)

pip install pywin32
python invisible_app.py

Java (Windows)

mvn clean compile exec:java

How It Works

Uses native OS APIs to exclude windows from screen capture:

  • Windows: SetWindowDisplayAffinity with WDA_EXCLUDEFROMCAPTURE
  • macOS: NSWindow.sharingType = .none
  • Linux: Limited support

Use Cases

  • Password managers
  • Banking applications
  • Medical software
  • Private note-taking
  • Sensitive data entry

License

MIT

About

An application that becomes invisible during screen shares and recordings. Perfect for protecting sensitive information during presentations and meetings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published