Description
Claude Code's /voice mode cannot access the microphone when running inside Solo. The app does not appear in macOS System Settings > Privacy & Security > Microphone, and there is no option to manually add it (no + button available for unsigned/non-entitled apps).
Expected behavior
Solo should declare the microphone entitlement in its app bundle so that macOS prompts for mic access on first use, and the app appears in the Microphone privacy settings.
Impact
This prevents using Claude Code's built-in voice dictation (/voice command, hold-Space-to-talk) from within Solo. Users must run Claude Code in a separate terminal to use voice mode.
Environment
- macOS (Apple Silicon)
- Solo (latest version as of 2026-03-30)
Notes
This is likely a Tauri app signing/entitlements issue. The app bundle needs NSMicrophoneUsageDescription in its Info.plist and the com.apple.security.device.audio-input entitlement.
Description
Claude Code's
/voicemode cannot access the microphone when running inside Solo. The app does not appear in macOS System Settings > Privacy & Security > Microphone, and there is no option to manually add it (no + button available for unsigned/non-entitled apps).Expected behavior
Solo should declare the microphone entitlement in its app bundle so that macOS prompts for mic access on first use, and the app appears in the Microphone privacy settings.
Impact
This prevents using Claude Code's built-in voice dictation (
/voicecommand, hold-Space-to-talk) from within Solo. Users must run Claude Code in a separate terminal to use voice mode.Environment
Notes
This is likely a Tauri app signing/entitlements issue. The app bundle needs
NSMicrophoneUsageDescriptionin its Info.plist and thecom.apple.security.device.audio-inputentitlement.