Features
Voice-first AI,
built for hands-free
Every feature in DashVox is designed around one constraint: you can't look at or touch a screen — whether you're driving, walking, or glancing at a watch. Everything works by voice.
Talk to any AI, hands-free
Use DashVox right on your phone, or turn your car, watch, or smart glasses into an AI conversation partner. Speak naturally — your voice is transcribed on-device, sent to your chosen LLM, and the response is read aloud.
> "Hey DashVox, explain the difference between a mutex and a semaphore" AI: A mutex is a locking mechanism that allows only one thread to access a resource at a time. A semaphore is a signaling mechanism that can allow multiple threads up to a set limit...
SSH into your dev machine from anywhere
Connect to your development server over SSH. Start, stop, and monitor AI coding sessions (e.g. Claude Code, Codex) running on your machine — all through voice commands on your phone, watch, or car display.
$ ssh dev-server Connected to ubuntu@192.168.1.50 $ tmux attach -t agent-frontend Coding agent: Running tests... ✓ 47 tests passed ⚠ 2 warnings in type-check [Approve migration? y/n]
Your AI manages coding sessions autonomously
Meta-agent orchestration. Tell your AI (e.g. Claude, GPT) to manage multiple coding agent sessions on your behalf. It starts sessions, monitors progress, approves prompts, and reports back.
You: "Start three sessions for frontend,
backend, and integration tests"
AI: Starting 3 sessions...
✓ frontend — running on port 3000
✓ backend — applying migrations
✓ tests — waiting for backend
I'll notify you when tests complete
or if anything needs approval.Built for dead zones and tunnels
Mobile use means unreliable connectivity — tunnels, basements, rural stretches. DashVox handles it gracefully with exponential backoff, background pinging, and automatic session resume. No messages are lost or duplicated.
[Connection lost — entering tunnel] Retry in 1s... 2s... 4s... 8s... [Signal restored] Reconnected. Resuming session. No messages lost. 0 duplicates. Backend session: still running Last output: "Migration complete"
Also included
Web Search
AI searches the web and summarizes results. Ask about traffic, news, or documentation hands-free.
Security
Self-hosted mode needs no account and no Firebase — data stays on your machine. Cloud mode adds Firebase Auth (Google, Apple, email). SSH keys encrypted at rest in both.
Push Notifications
Get notified when coding sessions complete, encounter errors, or need your approval.
Agent / Terminal Toggle
Switch between Agent Mode (autonomous) and Terminal Mode (direct SSH) per session.
Ready to try DashVox?
DashVox for iOS is on the App Store. Android coming soon.