Hangry Labs packages practical local-first software with its models and dependencies, then gives you both a browser interface and useful APIs. Less dependency archaeology. Fewer mystery cloud calls. Clearer trade-offs.
Local-firstYour prompts, voices and transcripts stay close.
Baked imagesModels and dependencies travel together.
Open interfacesBrowser UI for people, HTTP APIs for systems.
Honest limitsUseful hardware guidance without magic smoke.
How the performance labels workRTF = generation time ÷ spoken-audio time. RTF ≤ 1.00 keeps pace with playback. Lab figures name the measured GPU; upstream figures and unmeasured compatibility guidance stay visibly separate.
Lab GPUs · RTX 5060 Ti / RTX 5070 Ti
Explore everything
Browse the current projects
Already know what you need? Open any project for its purpose, hardware notes, starter command, examples, and source.
Fast local speech
KokoroTTS
A compact 82M-parameter TTS engine with 54 voices, nine language prefixes, a browser UI, and a practical HTTP API.
Choose it when: Fast narration, long-form generation, first-time local TTS users, and lightweight integrations.
Compute: Runs on CPU; NVIDIA GPU acceleration is optional.
Memory fit8 GB is comfortably in range; the lower floor still needs a published lab run.
Speed / RTFNo verified 5060 Ti / 5070 Ti RTF is published yet.
You do not need to know which installer or GPU package you need. Answer two questions and we will give you the safest starting path from the official documentation.
123
1
Which operating system do you use?
2
Which graphics hardware do you have? “Not sure” is fine
03 / Your setup path
Safe first checkConfirm Docker can start a tiny test container.
docker run --rm hello-world
Docker says “Hello from Docker!”?Perfect. Your runtime works. Next, choose a lightweight project and follow its repository instructions.