Mimic3
A fast local neural text to speech engine for Mycroft
Install / Use
/learn @MycroftAI/Mimic3README
⚠️ This project is no longer actively maintained
Mycroft Mimic 3 is no longer maintained and may not work on your computer anymore. Piper TTS is the spiritual successor to Mimic 3.
Mimic 3

A fast and local neural text to speech system developed by Mycroft for the Mark II.
Quickstart
Mycroft TTS Plugin
# Install system packages
sudo apt-get install libespeak-ng1
# Ensure that you're using the latest pip
mycroft-pip install --upgrade pip
# Install plugin
mycroft-pip install mycroft-plugin-tts-mimic3[all]
# Activate plugin
mycroft-config set tts.module mimic3_tts_plug
# Start mycroft
mycroft-start all
See documentation for more details.
Web Server
mkdir -p "${HOME}/.local/share/mycroft/mimic3"
chmod a+rwx "${HOME}/.local/share/mycroft/mimic3"
docker run \
-it \
-p 59125:59125 \
-v "${HOME}/.local/share/mycroft/mimic3:/home/mimic3/.local/share/mycroft/mimic3" \
'mycroftai/mimic3'
Visit http://localhost:59125 or from another terminal:
curl -X POST --data 'Hello world.' --output - localhost:59125/api/tts | aplay
See documentation for more details.
Command-Line Tool
# Install system packages
sudo apt-get install libespeak-ng1
# Create virtual environment
python3 -m venv .venv
source .venv/bin/activate
pip3 install --upgrade pip
pip3 install mycroft-mimic3-tts[all]
Now you can run:
mimic3 'Hello world.' | aplay
Use mimic3-server and mimic3 --remote ... for repeated usage (much faster).
See documentation for more details.
License
Mimic 3 is available under the AGPL v3 license
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
