Skip to main content
Glama

dottie-talk

Local voice: STT + koko TTS (:1314) + HTTP façade (:1320).

Standalone. No gateway. No Dottie.app.

npm install
npm start

Bins ship in bin/ (macOS). Models download on first boot (~/.cache/parakeet.cpp, ~/.cache/dottie-talk or ~/.dottie).

Platform

STT

TTS

Apple Silicon (darwin)

parakeet-server :1315 (bundled)

koko :1314

Omarchy / Linux

system voxtype CLI

koko :1314 (build via npm run install:bins)

Command

What

npm start

HTTP :1320 (starts STT+TTS)

npm run mcp

MCP stdio

npm run tts

TTS only (:1314)

dottie-talk speak "hi" / speak "hi"

TTS → speech.wav (or -o / stdout)

dottie-talk transcribe a.wav / transcribe a.wav

STT → text on stdout

dottie-talk start

same as npm start

dottie-talk health

STT/TTS readiness JSON

npx speak "hello" -o hello.wav
npx transcribe hello.wav

Node ≥22. Override STT with DOTTIE_STT=voxtype or DOTTIE_STT=parakeet.

Linux: install Voxtype first (Omarchy: Install → AI → Dictation, or voxtype-bin). Streaming/multipart STT needs parakeet — buffered JSON /v1/audio/transcriptions works on both.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    A local voice interface providing high-performance speech recognition and natural text-to-speech with voice cloning capabilities. It enables AI assistants to speak, listen, and engage in character-based voice conversations through integrated MCP tools.
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Local-first speech-to-text and text-to-speech MCP server. Hot-swappable engines via config.yaml — no code changes, no API keys required.
    2
    MIT