Skip to content

    ForgeGuard Kokoro Server

    ForgeGuard Kokoro Server is a container-native, OpenAI-compatible text-to-speech service built around the Kokoro-82M model. Point any OpenAI speech client at it, deploy it as a container or Helm release, and run natural-sounding speech synthesis on infrastructure you control.

    It is designed for operators: the server accepts connections immediately and warms the model in the background, exposes distinct liveness and readiness contracts, ships model weights baked into the images, and offers optional bearer authentication and built-in HTTPS.

    ForgeGuard Kokoro Server web console

    Get running

    Operate safely

    Integrate

    Understand the system

    CapabilityWhat it provides
    OpenAI-compatible APIA drop-in /v1/audio/speech endpoint any OpenAI SDK can target.
    Designed multi-language voicesEnglish (US/GB), Spanish, French, Hindi, Italian, Japanese, Brazilian Portuguese, and Mandarin Chinese.
    Voice mixing and controlsWeighted voice combinations, per-word timestamps, phoneme in/out, and inline pause/pronunciation tokens.
    Streaming outputmp3, wav, opus, flac, and raw pcm.
    Orchestrator-friendly startupImmediate liveness, background warmup, and a strict readiness contract.
    Self-hosted controlBaked-in weights, offline by default, optional bearer auth, and built-in HTTPS.

    ForgeGuard Kokoro Server is distributed as container images and a Helm chart only. There is no supported bare-metal install path. Images are published to the GitHub Container Registry under ghcr.io/forgeguard-ai/. latest tracks the newest stable release; pin a release tag (for example 1.1.0) for persistent deployments.

    The following are planned, not current, functionality:

    • Real-time voice endpoints — low-latency incremental synthesis over a persistent connection (WebSocket/SSE) with barge-in-friendly cancellation.
    • More inference backends — AMD (ROCm) and Intel images as hardware becomes available to develop and validate against.

    This is an original ForgeGuard AI project with documented lineage, derived from remsky/Kokoro-FastAPI. It is licensed under Apache-2.0. See the repository LICENSE and NOTICE for full attribution to Kokoro-82M, the kokoro/misaki libraries, and StyleTTS2.