## File: README.md # Moonshine Voice **Voice Interfaces for Everyone** [Moonshine](https://moonshine.ai) 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](https://moonshine-voice.readthedocs.io/)**. - Everything runs on-device — fast, private, and with no account or API keys. - Optimized for live streaming, with low latency by doing work while the user is still talking. - Speech to text models trained from scratch, from [higher accuracy than Whisper Large V3](https://huggingface.co/spaces/hf-audio/open_asr_leaderboard) down to [tiny 1MB models](micro/README.md). - One library across [Python, JavaScript/WASM, iOS, Android, macOS, Linux, Windows, and Raspberry Pi](https://moonshine-voice.readthedocs.io/en/latest/quickstart/). ## Quickstart ```bash pip install moonshine-voice moonshine-voice mic --language en ``` Every other platform is covered in the [Quickstart](https://moonshine-voice.readthedocs.io/en/latest/quickstart/), with runnable samples in [Examples](https://moonshine-voice.readthedocs.io/en/latest/examples/). ## Documentation - [Quickstart](https://moonshine-voice.readthedocs.io/en/latest/quickstart/) to install and run on your platform. - [Using the Library](https://moonshine-voice.readthedocs.io/en/latest/using/) for transcription, text to speech, and conversational agents. - [Models](https://moonshine-voice.readthedocs.io/en/latest/models/) for what's available, accuracy, and domain customization. - [API Reference](https://moonshine-voice.readthedocs.io/en/latest/api/classes/) for the classes, options, and C API. ## Support - [Discord](https://discord.gg/27qp9zSRXF) for live support. - [GitHub Issues](https://github.com/moonshine-ai/moonshine/issues) for bugs and feature requests. ## License Licensed under the [MIT License](LICENSE). --- ## File: docs/index.md # Moonshine Voice **Voice Interfaces for Everyone** [Moonshine](https://moonshine.ai) Voice is an open source AI toolkit for developers building real-time voice agents and applications. - Everything runs on-device, so it's fast, private, and you don't need an account, credit card, API keys, or a GPU. - The framework and models are optimized for live streaming applications, offering low latency responses by doing a lot of the work while the user is still talking. - All speech to text models are based on our [cutting edge research](https://arxiv.org/abs/2602.12241) and trained from scratch, so we can offer [higher accuracy than Whisper Large V3 at the top end](https://huggingface.co/spaces/hf-audio/open_asr_leaderboard), down to [tiny 1MB models for constrained deployments](https://github.com/moonshine-ai/moonshine/blob/main/micro/README.md). - It's easy to integrate across platforms, with the same library running on [Python](quickstart.md), [iOS](quickstart.md), [Android](quickstart.md), [MacOS](quickstart.md), [Linux](quickstart.md), [Windows](quickstart.md), [Raspberry Pis](quickstart.md), [IoT devices](https://www.linkedin.com/posts/petewarden_most-of-the-recent-news-about-ai-seems-to-activity-7384664255242932224-v6Mr/), [microcontrollers](https://github.com/moonshine-ai/moonshine/blob/main/micro/README.md), [DSPs](https://github.com/moonshine-ai/moonshine/blob/main/micro/README.md), and wearables. - Batteries are included. Its high-level APIs offer complete solutions for common tasks like transcription, text to speech, voice cloning, speaker identification (diarization), command recognition, and [conversational agents](using/conversational-agent.md), so you can build your voice application with a single library. - It supports multiple languages, including English, Spanish, Mandarin, Japanese, Korean, Vietnamese, Ukrainian, and Arabic for STT, and English, Spanish, Arabic, German, French, Hindi, Italian, Japanese, Korean, Dutch, Portuguese, Russian, Turkish, Ukrainian, Vietnamese, and Mandarin for TTS. [Join our community on Discord to get live support](https://discord.gg/27qp9zSRXF).