Internal alpha. This repository is under active cleanup and the Windows path is still being hardened.
ColdVox is a Rust voice pipeline: audio capture -> VAD -> STT -> text injection.
- The checked-in default config stays deterministic and test-friendly:
config/default.tomlstarts with themockSTT path. - The supported Windows live path for this wave is
parakeeton NVIDIA/CUDA hardware. - The Windows GUI is not the shipped path for this wave.
cargo run -p coldvox-guiis only a stub smoke check. - CI is not the gate for this wave. Local Windows validation is the gate.
Prerequisites:
- Windows 11
- NVIDIA GPU with working CUDA support
- A downloaded Parakeet model directory that is either exposed through
PARAKEET_MODEL_PATHor available in the normal shared/local discovery roots
Commands:
just windows-run-preflight
just windows-smoke
just testTo opt into the live runtime during the test gate:
$env:COLDVOX_RUN_WINDOWS_LIVE = '1'
just testTo run the live validation directly:
just windows-liveValidation artifacts are written under logs/windows-validation/<timestamp>-<mode>/.
cargo check -p coldvox-app
cargo fmt --all -- --checkFor the detailed Windows operator path, see docs/windows-live-runbook.md.
For agent/developer repo truth, see AGENTS.md and docs/plans/current-status.md.