Discover and explore top open-source AI tools and projects—updated daily.
BoltzmannEntropyLocal-first voice cloning and TTS for macOS
Top 82.6% on SourcePulse
MimikaStudio is a local-first macOS application designed for advanced voice cloning and text-to-speech (TTS) tasks, optimized for Apple Silicon with native Metal acceleration via MLX. It targets engineers, researchers, and power users seeking robust, on-device AI audio processing capabilities, offering features like near-instant voice cloning, document-to-audiobook creation, and an integrated agentic MCP server for local automation.
How It Works
The application integrates multiple state-of-the-art TTS and voice cloning models, including Kokoro for fast, high-quality English synthesis and Qwen3-TTS and Chatterbox for voice cloning from short audio samples. It operates fully on-device, managing model downloads and providing a unified job queue for TTS, cloning, and audiobook pipelines. An agentic MCP server exposes over 60 REST API endpoints, enabling programmatic access and local automation workflows.
Quick Start & Requirements
The recommended installation is via the install.sh script in the project root, which handles prerequisites (Homebrew, Python 3, espeak-ng, ffmpeg), Python virtual environment setup, dependency installation, and Flutter configuration.
bash\ngit clone https://github.com/BoltzmannEntropy/MimikaStudio.git\ncd MimikaStudio\n./install.shinstall.sh run can take several minutes due to dependency installation and model downloads.Highlighted Details
Maintenance & Community
The README does not explicitly list community channels (e.g., Discord, Slack) or notable contributors beyond the author.
Licensing & Compatibility
Source code is licensed under Business Source License 1.1 (BSL-1.1), permitting personal/internal use and converting to GPL-2.0-or-later after a specified date. Binary distributions are under a separate MimikaStudio Binary Distribution License, which requires a commercial license for commercial use.
Limitations & Caveats
Currently, only macOS binaries are provided; Windows and Linux support are planned for future releases. The unsigned DMG requires manual user intervention to bypass macOS Gatekeeper security warnings on first launch.
4 days ago
Inactive