Contents
Quick Start
Get up and running in under 5 minutes:
- Download Speakeasy from our website and drag it to your Applications folder.
- Launch Speakeasy and accept the EULA and Privacy Policy.
- Complete the quick tour to learn the basics.
- Grant permissions when prompted (Microphone and Accessibility).
- Choose your setup - free macOS Speech, cloud APIs, or local Whisper.
- Start dictating! Hold Right Option or Fn and speak.
Choose Your Setup
Speakeasy offers three main ways to transcribe your voice:
Free Mode - macOS Speech Recognition
Uses Apple's built-in speech recognition. No API keys needed.
- Completely free - no API costs
- Works offline
- Good accuracy for common speech
- Can be combined with Claude Desktop for text cleanup
Cloud Mode - OpenAI/Deepgram API
Best accuracy using cloud-based AI transcription services.
- OpenAI Whisper - $0.006/minute, excellent accuracy
- Deepgram Nova-2 - $0.0043/minute, fast and accurate
- AssemblyAI - $0.00025/second, good for long recordings
- Requires internet connection
Local Mode - Whisper on Your Mac
Download Whisper models and run everything locally.
- Completely free after model download
- Works offline - no internet needed
- Models range from 75MB (tiny) to 3GB (large-v3)
- Best on Apple Silicon Macs (M1/M2/M3/M4)
API Key Configuration
If you choose cloud transcription, you'll need API keys from your chosen provider.
| Service | Purpose | Cost | Get Key |
|---|---|---|---|
| OpenAI | Whisper transcription | $0.006/min | platform.openai.com |
| Deepgram | Nova-2 transcription | $0.0043/min | console.deepgram.com |
| AssemblyAI | Transcription | $0.00025/sec | assemblyai.com |
| Anthropic | Claude text cleanup | ~$0.003/request | console.anthropic.com |
Adding API Keys to Speakeasy
- Open Speakeasy Settings (Cmd + ,)
- Go to the General tab
- Paste your API keys in the appropriate fields
- Click Test to verify your OpenAI key works
Transcription Providers
Choose your transcription provider in Settings > Backend:
macOS Speech
Built-in Apple speech recognition. Works offline, no setup needed.
OpenAI Whisper
Industry-leading accuracy. Supports 50+ languages.
Deepgram Nova-2
Fast, accurate, and cost-effective. Great for real-time use.
Local Whisper
Download models and run locally. Best on Apple Silicon.
Text Cleanup Options
After transcription, Speakeasy can clean up your text to remove filler words and fix grammar. Choose your cleanup provider in Settings > Backend:
None
Raw transcription without cleanup. Fastest option.
Anthropic API
Claude AI for intelligent cleanup. Best for UK English.
Claude Desktop (MCP)
Uses your Claude Desktop subscription via MCP.
Ollama (Local)
Run Llama or other models locally. Requires Ollama app.
Setting Up Claude Desktop (MCP)
If you have a Claude Desktop subscription, you can use it for free text cleanup:
- Install Claude Desktop if you haven't already
- Keep Claude Desktop running in the background
- In Speakeasy Settings > Backend, select "Claude Desktop (MCP)" as your cleanup provider
- Speakeasy will automatically detect Claude Desktop and use it for cleanup
Setting Up Ollama (Local AI)
For completely offline text cleanup:
- Install Ollama from ollama.ai
- Download a model:
ollama pull llama3 - In Speakeasy Settings > Backend, select "Ollama (Local)"
- Enter your model name (e.g., "llama3")
Local Backend (Optional)
The local backend enables offline transcription using Whisper AI models running entirely on your Mac.
When Do You Need It?
Required For:
- Local Whisper transcription (fully offline mode)
NOT Required For:
- macOS Speech Recognition (free, built-in)
- OpenAI Whisper API (cloud)
- Deepgram API (cloud)
- Claude Desktop MCP (text cleanup)
- Anthropic API (text cleanup)
- Ollama (text cleanup - runs separately)
Installing the Local Backend
- Open Speakeasy Settings (Cmd + ,)
- Go to the Backend tab
- Find the Local Backend section
- Click "Install Local Backend" (14 MB download)
- Optionally enable "Start backend automatically"
Backend Controls
Once installed, you can:
- Start/Stop - Manually control the backend
- Auto-start - Launch automatically when Speakeasy opens
- Uninstall - Remove the backend to free up space
Offline Mode (Local Whisper)
For complete offline operation, download Whisper models to your Mac.
Available Models
| Model | Size | Speed | Accuracy |
|---|---|---|---|
| Tiny | 75 MB | Fastest | Good |
| Base | 145 MB | Fast | Better |
| Small | 488 MB | Medium | Good |
| Medium | 1.5 GB | Slower | Great |
| Large-v3 | 3 GB | Slowest | Best |
Downloading Models
- Open Settings > Backend
- Enable "Use Local Whisper"
- Select your preferred model size
- Click "Download Model" and wait for it to complete
Required Permissions
Speakeasy needs the following macOS permissions to function:
Microphone Access
Required to record your voice for transcription.
- Speakeasy will prompt you automatically on first use
- Or enable manually: System Settings > Privacy & Security > Microphone
Accessibility Access
Required to paste text and detect keyboard shortcuts globally.
- System Settings > Privacy & Security > Accessibility
- Click the lock to make changes
- Add Speakeasy to the list and enable it
Input Monitoring (Optional)
Improves hotkey detection reliability.
- System Settings > Privacy & Security > Input Monitoring
- Add Speakeasy to the list
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
| Right Option (hold) | Dictate in Quick mode |
| Fn (hold) | Dictate in Stream mode |
| Left Option (hold) | Dictate in Whisper mode (quiet speech) |
| Left Control (double-tap) | Toggle Coding Mode |
| Cmd + K | Open Coding Commands reference |
| Shift + Cmd + H | Open Clipboard History |
| Cmd + , | Open Settings |
License Activation
Speakeasy uses a "pay what you think" pricing model. You decide what the software is worth to you.
Getting a License
- Visit the Lemon Squeezy store
- Choose your price ($0 to $99.99)
- Complete checkout
- Receive your license key via email
Activating Your License
- Open Speakeasy Settings (Cmd + ,)
- Go to the License & Legal tab
- Enter your license key
- Click Activate
License Details
- Duration: 1 year from activation
- Devices: 2 device activations included
- Updates: All updates during your license period
- Renewal: Renew yearly at your chosen price
Troubleshooting
Hotkey not working
- Check Accessibility permission is enabled
- Try restarting Speakeasy
- Try a different key (Right Option, Fn, or Left Option)
- Some keyboards remap Fn - try Right Option instead
No audio captured
- Check Microphone permission is enabled
- Test your microphone in System Settings > Sound
- Ensure the correct microphone is selected
Text not pasting
- Check Accessibility permission is enabled
- Some apps block automated input - use clipboard history instead
- Try restarting the target application
API errors
- Verify your API key is correct
- Check you have API credits/balance
- Ensure the key has the correct permissions
- Test your internet connection
License validation failed
- Check your internet connection
- Verify the license key is entered correctly (no extra spaces)
- Click "Check" to test license server connectivity
Need Help?
If you're still having issues:
- Check the GitHub Issues for known problems
- Connect with the developer on LinkedIn
- View the source code on GitHub