ACTIVE BUILDS
Everything running, parked, or in progress at Indigo-Nx.
CLAW
ACTIVEClaude Code launcher with teeth. Project browser with auto-detected stack badges, model selector (Sonnet/Opus/Haiku), flag toggles, and one-click launch into Windows Terminal or PowerShell. Full cyberpunk UI treatment — CRT scanline animation, semi-transparent panels composited via PIL/numpy, full-window background with per-app artwork. Ships as a single-file exe with the indigo-nx warning screen baked in.
DOWNLOADVESSEL
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.
DevScan
ACTIVEUSB/HID/COM device scanner — the first tool in the hardware rescue workshop. Three-tab interface showing every connected device with VID/PID, driver, usage page, and report details. Built to identify devices before reverse engineering their protocols. Self-bootstrapping dependency install, JSON export, one-click VID:PID copy.
SW7C Configurator
ACTIVEReplacement configurator for the discontinued Sim-pli.city SW7C 7Nm direct drive wheel. The original software went stale — the hardware didn't. Protocol recovered by decompiling the original .NET executable with ilspycmd. Full parameter control: rotation, torque, end stops, damper, friction, inertia, spring.
ViewShift
ACTIVEDisplay profile manager for Windows. Create named scenes — each one defines which monitors are active, their arrangement, apps to launch, and IR commands to fire at a TV. Switch scenes from the system tray in one click. Built on the Windows CCD API (SetDisplayConfig/QueryDisplayConfig) with a disk-persisted baseline config, EDID-based monitor identity, and an ESP32 IR blaster (IRNode) for controlling TVs that don't support CEC.