Skip to main content

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:

  1. Hold Ctrl+Option (or Cmd+Ctrl+Option for formatted output)
  2. Speak
  3. Release to transcribe and paste

How it works

  • Audio: Records via sounddevice at 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jotbot-0.1.0.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jotbot-0.1.0-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file jotbot-0.1.0.tar.gz.

File metadata

  • Download URL: jotbot-0.1.0.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

Hashes for jotbot-0.1.0.tar.gz
Algorithm Hash digest
SHA256 43a8dc11692b4c1bd64e35b52d5c8fe8129b174774b7395122057949ebc871da
MD5 ca4e80d4231688a7a5aabbfd6e92df5d
BLAKE2b-256 7ffbbb9780f5341e6875d6ac736a2ab22d990c5ab1d31f7d531aa30ee3f0d8eb

See more details on using hashes here.

File details

Details for the file jotbot-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: jotbot-0.1.0-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

Hashes for jotbot-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 53e9b7b28b0ea70fc51827e31ef24b5de5a9776a86760740d5aa2e666d6fc29a
MD5 4f99d0c4b29c588bd5ed13ce8fd377ae
BLAKE2b-256 342619e9fb3cebc00a48101a611d82e795268ec66a5a8dcdf86c6f742e28cc9c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page