CASE FILE // AI / DESKTOP HUD / TAURI

GHOSTCUE.

NEW RELEASE
ROLE // CREATOR & SYSTEMS ARCHITECTTIMELINE // 2026STATUS // RELEASED - v0.1.0
GHOSTCUE cover

INSTALLER PACKAGES

[ GITHUB MIRROR ↗ ]
[ GITHUB MIRROR ↗ ]

EXECUTIVE SUMMARY

Lightweight, uncapturable desktop HUD and AI interview copilot with real-time dual audio transcription, local OCR screen capture, and multi-model LLM orchestration. Built on a native Rust (Tauri v2) backend paired with a React 19 interface, GhostCue captures remote interviewer WASAPI loopback and candidate microphone audio, detects voice activity, transcribes speech with local Whisper GGML or cloud fallbacks, and synthesizes contextual hints, algorithmic solutions, and architectural breakdowns on demand.

SYSTEM HIGHLIGHTS

  • Operating system anti-capture protection: hidden from Zoom, Teams, Meet, Discord, and OBS via Windows SetWindowDisplayAffinity(WDA_EXCLUDEFROMCAPTURE) and macOS NSWindowSharingNone
  • Focus Shield (WS_EX_NOACTIVATE) and Click-Through mode: moving or interacting with the HUD never steals focus from active IDEs, terminals, or assessment browsers
  • Dual-channel audio capture: concurrent remote WASAPI loopback + candidate mic stream resampled to 16 kHz mono 32-bit float PCM
  • Energy-based Voice Activity Detection (VAD) with zero-crossing rate analysis and 85 Hz rumble high-pass filtering
  • Offline local STT via quantized Whisper GGML (tiny to large-v3-turbo) with streaming Deepgram Nova-2 and Cloud Whisper fallbacks
  • Multi-provider LLM orchestration with smart model routing across Gemini 2.5 Flash/Pro, Claude 3.7 Sonnet, GPT-4o, and local Ollama
  • Native Windows OCR screen capture parses on-screen coding questions and terminal outputs without incurring repetitive vision token costs
  • Mathematical notation and asymptotic proofs ($O(N \log N)$) rendered natively with KaTeX typesetting
  • Project context scanner indexes local directories and manifests (package.json, Cargo.toml, go.mod) to ground AI advice in the candidate's actual architecture
  • Stealth Typer character-by-character simulated keyboard injection directly into active code editors

CORE ARCHITECTURE

  • Tauri v2 Rust Core: manages native windowing, WASAPI loopback capture (cpal), Whisper.cpp bindings, Windows OCR API, and global shortcut hooks
  • React 19 + TypeScript HUD: glassmorphism floating overlay, virtualized transcript stream, audio VU meters, and action controls
  • Smart Model Routing Engine: routes instant hints to low-latency models while streaming deep algorithmic solutions to flagship reasoning models
  • Dual-stream VAD & Diarization: concurrent candidate and interviewer track separation with pre-roll buffering and dynamic silence gating
  • Local Privacy & Zero Telemetry: runs 100% offline with zero data leaving the device when paired with local Whisper and Ollama
GhostCue Real-Time Audio Capture & Stealth HUD Architecture

GALLERY & EVIDENCE FILES

GhostCue HUD: Uncapturable Desktop AI Copilot for Technical Assessment Practice and Live Problem Solving

GHOSTCUE HUD: UNCAPTURABLE DESKTOP AI COPILOT FOR TECHNICAL ASSESSMENT PRACTICE AND LIVE PROBLEM SOLVING

SYS_UPLINK // DOWNLOAD