The Vibe Coder's Autopilot — Voice-Native macOS App (M-Series Only)
Voco v3 translates messy human intent (voice) into structured, deterministic codebase execution. Speak what you want, review the plan, approve, and Voco executes.
npm install
npm run devPress Option+Space to toggle the command palette.
Voco is a faceless app — no main window. It lives in your menu bar and appears as a spotlight-style floating palette when you need it.
Stack: Tauri v2 (Rust) + React/TypeScript + Deepgram STT + Claude 3.7 Sonnet
- Intent Translation: Voice → Deepgram transcription → Claude generates structured execution plan
- Human-in-the-Loop: Review the plan in the palette → Approve
- Execution: File writes and terminal commands run locally
| Slice | Name | Description | Status |
|---|---|---|---|
| 1 | The Shell | Tray icon + hotkey + floating palette | Current |
| 2 | The Ear | Deepgram STT streaming from native mic | Planned |
| 3 | The Brain | Claude structured spec generation | Planned |
| 4 | The Hands | Local code execution sandbox | Planned |