adds voice and remote communication features to any app using any ASR or TTS provider. Perfect for AI agentic coders.
Get TalkiTo running in minutes with your preferred setup
Add voice control to any website including bolt.new, Claude, and more
Clone the repository, install dependencies, and start the TalkiTo MCP SSE server
git clone https://github.com/robdmac/talkito.git
cd talkito
pip install -e ".[all]"
talkito --mcp-sse-server
Load the extension into Chrome using developer mode
Right-click on any chat interface and select TalkiTo
Add voice control directly to Claude Code and other desktop applications
Clone the repository and install all required dependencies
git clone https://github.com/robdmac/talkito.git
cd talkito
pip install -e ".[all]"
Start TalkiTo with Claude desktop application support
talkito claude
Speech input and output will now be live within the Claude application
Use natural speech to control Claude and other applications
Integrate TalkiTo directly into your Python applications and scripts
Install TalkiTo as a Python package with all dependencies
pip install talkito[all]
Import and initialize TalkiTo in your Python script
from talkito import tts
# Initialize TTS
engine = tts.detect_tts_engine()
tts.start_tts_worker(engine)
# Speak text
tts.queue_for_speech('Hello from the TTS module!')
Import and initialize TalkiTo in your Python script
from talkito import asr
# Define callback for recognized text
def handle_text(text):
print(f'You said: {text}')
# Start dictation
asr.start_dictation(handle_text)
See how TalkiTo compares to alternatives
Feature |
TalkiTo
Self-Hosted
|
TalkiTo Premium
Coming Soon
|
WhisperFlow
Competitor
|
---|---|---|---|
Speech Recognition | 8 Options Houndify, Whisper, Deepgram, AssemblyAI, AWS, Azure, Google, Whisper | 8 Options Houndify, Whisper, Deepgram, AssemblyAI, AWS, Azure, Google, Whisper | 1 Option Whisper |
Text-to-Speech | 6 Options OpenAI, ElevenLabs, AWS Polly, Azure, Google Cloud, Deepgram | 6 Options OpenAI, ElevenLabs, AWS Polly, Azure, Google Cloud, Deepgram | |
WhatsApp Support | |||
Slack Support | |||
Any Application | |||
Any Website | |||
App | coming soon | ||
Hosted | |||
Price | Free | TBD | $12/month |