edge-tts
Python library to access Microsoft Edge's online text-to-speech service without requiring Microsoft Edge or Windows or an API key
GraphCanon updated 3w · GitHub synced 3w · 49 views this month
Decision brief
edge-tts is a Python library for accessing Microsoft Edge's online text-to-speech service without needing the specific browser or operating system.
Good fit when
- When direct integration with Microsoft Edge TTS services is desired from Python, bypassing OS and browser restrictions
- For projects requiring speech synthesis capabilities where an API key is not available
Avoid when
- If dependencies on external online services are to be avoided for reliability reasons
- In scenarios where a different TTS service provider's specific features or voices are required
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Slowing (128d since push)
- As of 3w
- Provenance
- Not a fork · Personal account
- As of 3w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install edge-tts PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
edge-tts allows users to synthesise speech from text using Python, leveraging the Microsoft Edge text-to-speech functionality remotely.
Capability facts
- Languages
- python
Source: github.language · Jul 29, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 29, 2026)
$ pip install edge-ttsSource link
Tags
README
Installation
To install it, run the following command:
$ pip install edge-tts
If you only want to use the edge-tts and edge-playback commands, it would be better to use pipx:
$ pipx install edge-tts
For agents
This page has a .md twin and JSON over the API.