Releases: Felix-au/CorvusX-Intelligence-in-the-Shadows
Releases · Felix-au/CorvusX-Intelligence-in-the-Shadows
Release list
CorvusX 1.0.0
CorvusX v1.0.0: Intelligence in the Shadows — Release Notes
We are thrilled to announce the official release of CorvusX v1.0.0, a premium, invisible, and always-on-top desktop intelligence overlay designed for professionals. CorvusX acts as a stealth copilot in the background, offering screenshot vision analysis, desktop audio loopback capture, global key mirroring, and keyboard emulation.
This release includes the production binaries for Windows systems.
📦 Build Deliverables (Attached Assets)
This release packages the application into three convenient formats. Choose the one that best fits your workflow:
- 🚀 Standalone Portable Executable
- File Name:
CorvusX Intelligence in the Shadows 1.0.0.exe - Description: Run it instantly without installation. Ideal for portable use from external drives or quick launches.
- File Name:
- 📦 NSIS Installer
- File Name:
CorvusX Intelligence in the Shadows Setup 1.0.0.exe - Description: Standard Windows installation wizard. Creates desktop shortcuts, Start Menu entries, and registers the app for clean uninstallation.
- File Name:
- 🗜️ Standalone ZIP Archive
- File Name:
CorvusX Intelligence in the Shadows-1.0.0-win.zip - Description: Pre-packaged folder archive. Extract and double-click
CorvusX Intelligence in the Shadows.exeto run.
- File Name:
✨ Core Capabilities
🕵️ Stealth HUD & Transparent Overlay
- Always-on-Top Glassmorphism: Translucent control bar designed to hover persistently above active windows (IDE, browsers, slides) without disrupting keyboard and mouse focus.
- Skip Taskbar: Runs without taskbar entries or system dock visibility to minimize exposure.
- Smooth Layout Adaptations: Electron height-matching boundaries driven by frontend
ResizeObserverandMutationObservertransitions.
🧠 Multimodal Vision & Screenshot Analysis
- Region Screen Capture (
Cmd/Ctrl + H): Automatically hides the overlay window, captures a screenshot, restores the window, and queues the image for analysis. - Direct Vision Modeling: Screens are routed directly to Gemini/OmniKey multimodal vision APIs to extract text, understand diagrams, and analyze code.
🎙️ Mixed Audio & Desktop Loopback
- Dual Stream Mixing (
Cmd/Ctrl + Shift + V): Captures microphone input and mixes it with the system output loopback to transcribe meetings, audio calls, or presentations. - Echo Loop Prevention: Restricts delayed microphone audio routing to prevent feedback loops and gain screeching.
⌨️ Ghost Input & Ghost Writer Emulation
- Ghost Keyboard Mode (
Cmd/Ctrl + Alt + X): Passively hooks keyboard inputs from other applications when CorvusX is out of focus, redirecting input directly into the overlay chat. - Ghost Writer typing simulation (
Cmd/Ctrl + Alt + K): Emulates human keystroke delays (100ms - 250ms) and introduces a natural 7% typo-and-correction rate to write solutions directly back into active code editors. - Smart Indentation: Strips margins before typing to match your editor's formatting configuration.
🛠️ Configuration & Onboarding
- Onboarding Wizard: 6-step initialization wizard to configure opacity, theme preferences, API credentials, and global hotkeys.
- Settings Console: Multi-tier accordion interface to switch models, test audio loopbacks, and adjust UI variables.
🔒 Security & Privacy Safeguards
- Screen Share Shielding: Enables native window content protection (
setContentProtection(true)) and sets opacity to0.99. The CorvusX window will appear completely invisible on screen-sharing platforms like Discord, Zoom, Microsoft Teams, and Slack. - Offline Data Integrity: All local transaction caches, settings logs, and screenshot queues are stored locally within the user's workspace profile directory.
⚙️ Prerequisites & Setup
Copy the template file .env.example to .env in the application directory (or configure keys during the onboarding wizard):
# Google Gemini API key
GEMINI_API_KEY=AIzaSyYourGeminiApiKeyHere
# OmniKey Unified API key
OMNIKEY_API_KEY=omnikey-yourOmnikeyKeyHere