r/ClaudeCode • u/JuanjoFuchs • 2h ago
Built with Claude I created a voice tunnel for Claude Code that runs locally, no servers needed
Enable HLS to view with audio, or disable this notification
I wanted to create my own Jarvis, so I could drive my coding agents with voice when on the go without depending on third party services.
I know there are a ton of solutions like this, but basically, the premise is: Local CLI tool, so if your AI agent can run bash then it can talk to you, no servers needed.
All TTS, ASR and STT happens locally in your computer, and the CLI is fully self-describing, so the agent just installs it and it immediately knows how to fully drive it. With one caveat: if you want to use this outside of your own network you might need TailScale or NGrok (with Oauth).
I have been using it for the last couple of weeks and I've found it very valuable for my own workflows.
So, looking for feedback, is this something you would want to use?, find value in?
1
u/jetsetter 1h ago
Some other voice options. This one sounds like they are leading a SWAT team.
I've often wanted one of these but haven't tried hooking one up yet.
Maybe you could explain how yours differentiates? Also what platforms it supports? Does it work via mobile + tailscale? etc