OpenQuack — Summary
OpenQuack is a macOS menu-bar voice dictation app that runs Whisper entirely on-device via WhisperKit on Apple Silicon — no audio, text, or telemetry ever leaves the device. Press a configurable hotkey (default ⌃⇧Space), speak, press again; the transcript appears at the cursor in any app. It supports 99 languages, custom vocabulary dictionaries, auto-paste, smart formatting, and silence-based auto-stop. The "remote control" angle relevant to this batch is its roadmap integration with AI coding agent sessions: the SPEC-031a design doc covers "voice reply to live sessions," meaning OpenQuack will allow voice-driven interaction with running Claude Code sessions. Distributed as a Homebrew Cask or DMG; Swift/SwiftUI on macOS 13+. Compared to the seeds, OpenQuack has no parallel — none of the 11 seeds address voice input or local speech-to-text as an agent input surface; it is closest to agent-os in its "markdown scaffold, zero primitives" philosophy but operates in an entirely different dimension (speech input vs. structured memory files).