INDIGO-NX// DEV LOG
// PROJECTS

ACTIVE BUILDS

Everything running, parked, or in progress at Indigo-Nx.

VESSEL

ACTIVE
pythonaivoicefastapiollama

A 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.

MILESTONES
Base build — full voice pipelineMar 2026
Personality fork — memory, mood, skillsMar 2026
ESP32 sensor integration
Multi-room awareness

SpaceMouse

ACTIVE
pythonhidhardwarevjoy

Direct 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.

MILESTONES
HID layer + axis parsingFeb 2026
GUI configuratorFeb 2026
vJoy integration

VirtualController

PARKED
c++kerneldriverwindows

Kernel-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.

MILESTONES
Kernel bus driver — compiled
Production driver signing

AI Orchestrator

STABLE
pythongeminigrokollamaai

Unified 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.

MILESTONES
Multi-provider router
Local-first routing chain

X52 Pro Configurator

MILESTONE
pythonhidhardwareui

Full-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.

MILESTONES
Full configurator with profilesFeb 2026