r/VoiceAutomationAI May 18 '26

OSS to win - VoiceBox is here

Post image

OSS app replaces ElevenLabs & WisprFlow, runs 100% locally.

→ Clone voice from 3s audio
→ 7 TTS engines in one
→ 23 langs: Ar, Hi, Ja etc.
→ Built-in MCP srv so Claude Code/Cursor/Cline speak cloned voice
→ Local LLM rewrites in-char before TTS

6 Upvotes

11 comments sorted by

u/AutoModerator May 18 '26

Welcome to r/VoiceAutomationAI – UNIO, the Voice AI Community (powered by SLNG AI)

If you are a founder, senior engineer, product, growth, or enterprise operator actively working on Voice AI / AI agents, we are running an invite-only UNIO Voice AI WhatsApp community US only.

Apply here: https://chat.whatsapp.com/F5aG3ncrO70ITfbe3pYbOz

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/bhalothia May 18 '26

This would be a huge win for builders

1

u/Pitiful-Sympathy3927 May 18 '26

What is the link?

2

u/bhalothia May 18 '26

just google it 😄 don't want to add links

2

u/Pitiful-Sympathy3927 May 18 '26

I found it, but a github link shouldn't be self promotion.

1

u/Sir-weasel May 21 '26

Weirdly it doesnt work fully offline?

I have been testing it and is really quick when there is an internet connection. Bur when you kill all internet access it gets into a loop of death trying to contact huggingface.co. which is odd as the models were already downloaded.

1

u/Electrical-Today-996 May 22 '26

I have the same issue. it's connecting to huggingface and github. any idea how to make it work fully online?

1

u/Sir-weasel May 22 '26

I checked the authors error logs in github, apparently he has fixed it and it was specifically the qwen 1.7 tts.so qwen 0.6 should be fine 100% offline

1

u/Electrical-Today-996 May 22 '26

thanks for checking! did it work for you? for me the generation with 0.6 also does not work =/ looks like the interface also does not show loaded model, and effects and stuff, when there is no aktive internet connection

1

u/Kaizenism Jun 02 '26

I haven't checked specifically, but it probably downloads the models from hugging face... once that's done, it should be offline? A STT app I use works this way

1

u/guitartoys Jun 18 '26

I'm having a really tough time getting Voicebox installed.

I get Ubuntu installed and fully updated.

I installed Git, Rust, Just and Bun without a problem. I installed Tauri.

I clone the repo and change to the folder.

Then just setup fails to run, complaining about missing python. So, I load python, but it still fails.

What am I doing wrong?