From bcb0ccb6ca194eecca05635739feccc64feee4f5 Mon Sep 17 00:00:00 2001 From: zerone0x Date: Mon, 16 Mar 2026 05:18:22 +0800 Subject: [PATCH] fix(macos): add audio-input entitlement for microphone access (#671) Co-authored-by: Claude Opus 4.6 --- packages/desktop/src-tauri/entitlements.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/desktop/src-tauri/entitlements.plist b/packages/desktop/src-tauri/entitlements.plist index 01f4f44d..79a8b23a 100644 --- a/packages/desktop/src-tauri/entitlements.plist +++ b/packages/desktop/src-tauri/entitlements.plist @@ -17,5 +17,7 @@ com.apple.security.cs.disable-library-validation + com.apple.security.device.audio-input +