ACTIVE BUILDS
Everything running, parked, or in progress at Indigo-Nx.
VESSEL
ACTIVEA self-contained AI physical presence for the workshop. Local voice pipeline — wake word, STT, LLM, TTS — all running on local hardware with no cloud dependency. The personality fork adds persistent memory with importance scoring, a mood engine, zero-latency intent routing, and Spotify control via voice.
SpaceMouse
ACTIVEDirect HID reverse engineering for a SpaceMouse Wireless through a Universal Receiver. The standard library couldn't handle the Universal Receiver's multi-interface HID — wrote custom device detection targeting the correct usage page and rebuilt the axis parsing from scratch. 6DOF with per-axis deadzone, curve, endpoint config, and vJoy output.
VirtualController
PARKEDKernel-mode virtual bus driver in C++. Supports 20+ input device types and presents them as standard game controllers to Windows. Compiled and signed — needs production driver signing for general use. Parked pending other active work.
AI Orchestrator
STABLEUnified interface across Gemini (2M token context), Grok (real-time data), and local Ollama models. Smart router chains local-first: gemma3 → llama2 → Grok → Gemini. Escalates based on query complexity and model availability.
X52 Pro Configurator
MILESTONEFull-featured configurator for the Saitek X52 Pro HOTAS. Per-axis deadzone, endpoint, and curve configuration with a live visualiser. Custom HID payload parsing from kernel driver source analysis. Built-in profiles for Star Citizen, Elite Dangerous, DCS, and IL-2.