Skip to content

RunanywhereAI/whisper-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RunAnywhere Voice Pipeline

Ultra-low latency voice AI conversations in your browser - ~50% faster than ElevenLabs.

RunAnywhere Voice Pipeline

About RunAnywhere

RunAnywhere is building the future of local AI inference, making powerful AI models run efficiently on any device. This voice pipeline demonstrates our commitment to high-performance, privacy-preserving AI that runs directly in your browser.

Check out our SDKs and tools for more ways to run AI locally.

What We Built

A complete end-to-end voice AI pipeline with ultra-fast response times:

  • Moonshine STTOpenAI LLMKokoro TTS
  • Fully local speech recognition and synthesis
  • ~50% faster than ElevenLabs cloud pipeline
  • Side-by-side comparison mode for benchmarking
  • Comprehensive performance metrics at every stage

Key Features

  • Ultra-low latency conversational AI
  • WebGPU/WebAssembly acceleration
  • Voice Activity Detection with echo prevention
  • 16 voice options (Kokoro) or native browser TTS
  • Progressive Web App (works offline)

Credits

Built on top of amazing open source projects:

For technical details, see Voice Pipeline Architecture.

Running locally

  1. Clone the repo and install dependencies:

    git clone https://github.com/PierreMesure/whisper-web.git
    cd whisper-web
    npm install
  2. Run the development server:

    npm run dev
  3. Open the link (e.g., http://localhost:5173/) in your browser.

About

Comparing Hybrid Workflow of VOICE AI against Eleven Labs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.8%
  • JavaScript 2.7%
  • Shell 1.1%
  • Other 1.4%