Caution
Disclaimer: The creator is not responsible for any consequences or actions taken by users.
A Windows application for secretly plugging anything into AI. The app is hidden from all screen capture using Windows APIs. This app also is invisible to focus change detectors!
- 🔒 Screen Capture Protection - Hidden from screen capture software
- 💻 Focus Change Prevention - Doesn't show up in any focus change detectors
- 👩💻 Window Cloaking - Disguise your window as Notepad
- 🎯 Area Selection - Click two corners to select any screen area
- 🌐 Modern UI - Beautiful HTML/CSS/JS interface
- 🤖 Multiple AI Checking - Double check with so many different AI models!
- ChatGPT
- Microsoft Copilot
- *Gemini
- **Qwen
- **DeepSeek Starred Models use OCR for text detection instead of image recognition!
- ⌨ Hotkey Support - Activate the screen capture through a simple hotkey!
- 📷 Desk Scan Mode - Temporarily hide your window for any desk scan!
- 📰 AI Consensus - Get a preview of what all AIs say in one single glance!
Note
These screenshots taken with by temporarily disabling the hidden feature; in reality it is impossible to screenshot the app.
- Launch InvisAI.exe
- If Windows tells you "this app has been blocked", then press "More" and "Run Anyway"
- Complete the warning notices.
- To work, Gemini needs to be signed in on one of your browsers, prefferebly Microsoft Edge. Your browser must also be closed when running the first AI Capture.
- Microsoft Copilot requires you to have a
.harfile saved tohar_and_cookies. You can does this manually, or follow the instructions on the app to sign-in and automatically grab the.harfile. - To use Qwen and DeepSeek, Tesseract must be installed.
- Press Start Capture or press S
- Left click on both your corners of the question.
- Wait for the AIs to complete and give you an answer!
Important
Note: Qwen AI and DeepSeek AI don't have a direct image AI function, so InvisAI reads the text in the image and plugs in that. Because of this, these AIs don't support image/stimulus based questions.
- No error message if Chrome is not updated
- Sometimes Copilot gives an invalid access token even after just signing in
- Gemini not working even when signed in on Edge
- Window takes time to initialize and do affinity
- Make sure you have Python and Git installed
- Clone this repo with
git clone https://github.com/ruskcoder/InvisAI(or download as .zip) - CD into your directory:
cd ../../InvisAI - Create a virtual environment with
python -m venv venv - Activate the virtual environment:
- On PowerShell, run:
venv/Scripts/activate.ps1 - On Command Prompt, run
venv\Scripts\activate.bat
- On PowerShell, run:
- Install requirements:
pip install -r requirements.txt - Build! (make sure venv is activated)
- On PowerShell:
.\build.ps1 - On Command Prompt:
build.bat
- Find your built files in
/dist/InvisAI.exe







