Jot requires Screen Recording and Microphone permissions to capture audio during meetings.
When you first launch Jot and try to record:
- Click "Open Settings" when prompted
- In System Settings > Privacy & Security:
- Enable Screen Recording for Jot
- Enable Microphone for Jot
- Quit and reopen Jot (permissions take effect after restart)
- Screen Recording: Required by ScreenCaptureKit to capture system audio (meeting participants' voices)
- Microphone: Captures your voice during meetings
If you keep seeing permission prompts after enabling them:
# Reset permissions completely
tccutil reset ScreenCapture com.jot.app
tccutil reset Microphone com.jot.app
# Quit Jot
pkill Jot
# Reopen and grant permissions againUse the resign script after building:
# Build and auto-resign
pnpm tauri:build
# Or manually resign after building
./resign.shThis ensures the bundle identifier stays com.jot.app instead of a random hash.
Jot uses macOS 15's ScreenCaptureKit API to capture:
- System audio (participants speaking in Zoom, Teams, etc.)
- Microphone audio (your voice)
Both streams are saved as separate WAV files, then transcribed locally using Whisper.