GingerPaw
Push-to-talk dictation app with a fully on-device AI pipeline, plus a multi-agent cockpit that runs Claude Code, Codex, and Gemini as live terminals — no data ever leaves the machine.
GingerPaw is a Windows desktop app with two halves: a privacy-first dictation tool and a multi-agent coding cockpit.
-On-device speech pipeline Press a hotkey, speak, and cleaned-up text lands in whatever app has focus. The whole pipeline runs locally — Whisper for speech-to-text, Qwen2.5-0.5B for punctuation/grammar cleanup, then direct text injection. Tuned via ChatML prompting and repeat-penalty sampling. No cloud calls, no data leaving the machine.
-Multi-agent cockpit Coding-agent CLIs (Claude Code, Codex, Gemini) run as live ConPTY terminals embedded in WebView2 + xterm.js — each agent isolated in its own git worktree so they can work in parallel without stepping on each other.
-Shipping quality Local TTS with a lip-synced overlay wired into agent lifecycle events, validated across a 163-test suite, and shipped as a real Windows installer.