README.md
Voice Interfaces for Everyone
Moonshine Voice is an open source AI toolkit for developers building real-time voice agents and applications.
Full guides, models, and API reference are at moonshine-voice.readthedocs.io.
pip install moonshine-voice
moonshine-voice mic --language en
Every other platform is covered in the Quickstart, with runnable samples in Examples.
Building with a coding agent? Copy .agents/skills/moonshine-voice/ into your project's .agents/skills/ folder, or run npx skills add moonshine-ai/moonshine --skill moonshine-voice. The skill teaches the current API shape so the agent does not reach for Whisper or the old DialogFlow names.
Licensed under the MIT License.