Push-to-talk voice dictation for macOS
Project description
Jotbot
Push-to-talk voice dictation for macOS. Hold a hotkey combo to record, release to transcribe and paste at your cursor.
Built for use with Claude Code and other CLI tools.
Features
- Real-time streaming with Deepgram Nova-2 (recommended)
- Batch transcription with OpenAI Whisper (fallback)
- Code-aware formatting with Claude Haiku (optional)
- Clipboard preservation - your clipboard is restored after pasting
Hotkeys
| Combo | Action |
|---|---|
Ctrl+Option |
Record and transcribe (raw) |
Cmd+Ctrl+Option |
Record, transcribe, and format with Haiku (hold Cmd first) |
Installation
pip install jotbot
Or with pipx (recommended):
pipx install jotbot
Setup
Run the interactive setup to configure your API keys:
jotbot --setup
This will prompt you to choose a transcription backend and enter your API keys:
- Deepgram (recommended): Real-time streaming, ~$0.0077/min - Get key
- OpenAI Whisper: Batch processing, ~$0.006/min - Get key
- Anthropic (optional): For Haiku formatting mode - Get key
Config is saved to ~/.config/jotbot/.env.
macOS Permissions
Your terminal app needs Input Monitoring permission:
System Settings → Privacy & Security → Input Monitoring → Enable your terminal (Warp, iTerm2, Terminal.app, etc.)
Usage
jotbot
Then in any app:
- Hold
Ctrl+Option(orCmd+Ctrl+Optionfor formatted output) - Speak
- Release to transcribe and paste
How it works
- Audio: Records via
sounddeviceat 16kHz mono - Transcription:
- Deepgram Nova-2 (streaming, low latency) - recommended
- OpenAI Whisper (batch, higher latency) - fallback
- Formatting (optional): Claude Haiku cleans up text, adds backticks for code identifiers
- Output: Copies to clipboard, simulates Cmd+V, restores original clipboard
Backends
Deepgram (Recommended)
- Real-time streaming transcription
- Persistent WebSocket connection (instant start)
- ~$0.0077/min
Whisper
- Batch transcription after recording ends
- Higher latency but very accurate
- ~$0.006/min
Development
git clone https://github.com/isaacgor216/jotbot.git
cd jotbot
python -m venv .venv
source .venv/bin/activate
pip install -e .
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jotbot-0.1.1.tar.gz.
File metadata
- Download URL: jotbot-0.1.1.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3cee49979907dfcb5145967770980f76a46e07a585bb5f90f025c7e13c9c950
|
|
| MD5 |
665cd002f57714abcd4b764e27365b2d
|
|
| BLAKE2b-256 |
ada25dd6976ddce882aac6b837f4abda5d1e047a4587523580b29ba0491db425
|
File details
Details for the file jotbot-0.1.1-py3-none-any.whl.
File metadata
- Download URL: jotbot-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d1ed10e0eeb0d81d56c8136f35aa59161140dac0dff6231f50df2c88b908f4b
|
|
| MD5 |
717cf48f593f20122f97751dd1373990
|
|
| BLAKE2b-256 |
96ee810c1003d3f856c2faf7718cd1c8542744fd3d41372db84d4b262b20ddf4
|