start

Launch real-time voice conversations with Claude on macOS using Whisper.cpp speech-to-text.

2|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/cpoepke/claude-talk --skill start-cpoepke
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/cpoepke/claude-talk/tree/main/skills/start
Command: npx skills add https://github.com/cpoepke/claude-talk --skill start-cpoepke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables hands-free, real-time voice interaction with Claude Code by capturing microphone input locally on macOS and streaming it to Claude.

Core Features & Use Cases

  • Launches whisper.cpp speech-to-text and audio capture to enable live voice chat with Claude.
  • Real-time voice responses and on-device processing (macOS only) for a smooth, local workflow.
  • Use case: start a coding session by speaking to Claude to edit files, run commands, or get guidance without leaving the keyboard.

Quick Start

Run the /claude-talk:start command to begin a real-time voice chat with Claude.

Frequently Asked Questions about start

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start voice chat with Claude on macOS?▼

Real-time voice interaction with Claude Code uses on-device whisper.cpp speech-to-text to capture macOS microphone input locally. This enables hands-free coding, interactive sessions, and live narration while editing files without needing a cloud STT service.

Does Claude Code voice chat require whisper.cpp to run on-device?▼

Yes, Claude Code voice chat requires the whisper.cpp STT backend and macOS audio capture to process speech locally. This on-device processing ensures a smooth, local workflow without relying on external cloud speech-to-text APIs.

Can I use voice commands to edit code in Claude Code?▼

Yes, you can use voice commands to edit code in Claude Code by speaking to Claude to edit files, run commands, or get guidance. This hands-free interaction allows developers to manage coding sessions without leaving the keyboard.

What are the limitations of using on-device speech-to-text for Claude on macOS?▼

The primary limitation of on-device speech-to-text for Claude is that it is macOS only and requires the whisper.cpp STT backend. Users must have the local macOS audio capture environment properly configured to maintain real-time voice responses.