Install this package:
emerge -a sci-ml/kokoros
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask sci-ml/kokoros
Or alternatively:
emerge --autounmask-write -a sci-ml/kokoros
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
<pkgmetadata>
<maintainer type="person">
<email>iohann.s.titov@gmail.com</email>
<name>Ivan S. Titov</name>
</maintainer>
<longdescription lang="en">
Kokoros is a Rust implementation of the Kokoro-82M text-to-speech
model. Provides the `koko` CLI and an OpenAI-compatible HTTP server
used as the kokoro:cpu backend by sci-ml/lemonade.
Tracks upstream lucasjinreal/Kokoros directly. The lemonade-sdk
fork only diverges in CI infrastructure plus a bundled espeak-ng-data
copy that ::gentoo already provides via app-accessibility/espeak-ng,
so source-build users get the same binary either way.
Runtime model files (kokoro-v1.0.onnx + voices-v1.0.bin) are not
bundled — see pkg_postinst for a quick fetch recipe.
</longdescription>
<upstream>
<bugs-to>https://github.com/lucasjinreal/Kokoros/issues</bugs-to>
<remote-id type="github">lucasjinreal/Kokoros</remote-id>
</upstream>
</pkgmetadata>