Phantom-OS is an invisible, high-performance cognitive overlay for Windows 11. Built to act as a real-time copilot during interviews, coding sessions, and meetings without ever being detected by screen-sharing or recording software.
🥷 True Stealth Mode
Uses low-level Windows APIs (
SetWindowDisplayAffinity) to remain 100% invisible to OBS, Zoom, Teams, Google Meet, and any other screen capture tools. Only you can see it.
🧠 Bring Your Own LLM
Native plug-and-play support for OpenAI (GPT-4o), Anthropic (Claude 3.5 Sonnet), Google (Gemini 1.5 Pro), and fully local, offline models via HuggingFace or LM Studio.
📷 DPI-Aware Active Vision
Instantly scrapes and understands code, questions, and UI elements directly from your active screen using a custom Tesseract OCR preprocessing pipeline optimized for monospaced fonts.
🎙️ Real-Time Audio Loopback
Hooks directly into Windows WASAPI to silently record internal system audio, transcribing multi-speaker meetings and spoken interview questions in real time.
⚡ Zero-Latency Global Hotkeys
Control the AI entirely via the keyboard while in-game or mid-interview. You never have to move your mouse or click away from your active window.
Phantom-OS is built for extreme performance, low resource consumption, and stealth.
- Core Framework:
.NET 8&WPF(Windows Presentation Foundation) - Screen Processing:
Tesseract.NET(LTSM OCR Engine) + Custom EmguCV/GDI+ Pipeline - Audio Capture:
NAudio(WASAPI Loopback Capture) - Markdown Rendering:
Markdig.Wpf(Dynamic Dark Mode Syntax Highlighting) - System Integration: Native
user32.dllP/Invoke (Hooks, Display Affinity) - Security:
System.Security.Cryptography.ProtectedData(Local DPAPI Encryption)
Phantom-OS runs transparently over your desktop. Use these hotkeys to control it without moving your mouse:
| Key | Action | Description |
|---|---|---|
[ |
Batch Append | Snap a piece of the screen and save it to memory (Great for long coding files). |
] |
Batch Send | Send all batched screenshots to the AI at once. |
, |
Instant Capture | Take a single screenshot and instantly ask the AI to solve/explain it. |
. |
Audio Toggle | Start/Stop silent internal audio recording and transcription. |
~ |
Hide / Show | Toggle the overlay visibility (content is preserved). |
Ctrl+Alt+C |
Copy | Silently copy the AI's last generated response to your clipboard. |
F2 |
Reset | Clear everything and return to the home screen. |
F9 |
Settings | Open the configuration panel to change API keys or models. |
You can install Phantom-OS using the pre-compiled installer, or you can clone and build it yourself from the source code.
We provide a self-contained, single-click Windows Installer. You don't need to install any prerequisites.
- Navigate to the
ReleasesBar in this repository. - Download and run
PhantomOS_Setup.exe. - (Note: Windows SmartScreen may flag the app since it is a new, unsigned executable utilizing keyboard hooks. Click More Info -> Run Anyway).
- Once installed, launch the app from your Start Menu.
- Press F9 to open settings and configure your preferred LLM Provider and API Key.
Want to run the code directly or modify it yourself?
Prerequisites:
- Windows 10/11
- .NET 8.0 SDK
Steps:
- Open your terminal and clone the repository:
git clone https://github.com/YOUR_USERNAME/Phantom-OS.git cd Phantom-OS - Run the application using the .NET CLI:
dotnet run
- To package the application into a standalone installer yourself, run the automated PowerShell script (requires Inno Setup 6):
.\build_installer.ps1
Phantom-OS is completely open-source and community-driven. I built this to disrupt the market of overpriced AI wrappers and give developers a powerful, free tool.
I actively invite developers to fork this repository, fix bugs, optimize performance, and add new features.
How to contribute:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.