GraphCanon updated 3w · GitHub synced 3w
Decision brief
OuteTTS is a text-to-speech tool for Python that interfaces with its model library and integrates llama.cpp.
Good fit when
- Use when you need access to OuteTTS-specific models.
- Integrate if your project benefits from the default installation of llama.cpp Python bindings.
Avoid when
- Avoid if your hardware does not support the required dependencies for llama.cpp.
- Not suitable if you require a tool that does not install llama.cpp by default.
Observed Jul 17, 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)
- 18 low (18 low)
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install OuteTTS 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
A text-to-speech tool interfacing with the OuteTTS model library and integrating llama.cpp.
Capability facts
- MCP server
- No MCP server detected
Source: repo_scan · Jul 30, 2026
- Languages
- python, javascript
Source: github.language+package.json · Jul 30, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 30, 2026)
OuteTTS now installs the llama.cpp Python bindings by default. Therefore, you must specify the installation based on yourSource link
Tags
README
OuteTTS Installation Guide
OuteTTS now installs the llama.cpp Python bindings by default. Therefore, you must specify the installation based on your hardware. For more detailed instructions on building llama.cpp, refer to the following resources: llama.cpp Build and llama.cpp Python
For agents
This page has a .md twin and JSON over the API.