Voice-First Development

Speak to
Claude Code

Dispatch brings Claude Code to Apple Vision Pro. Speak your intent. Watch it work. Ship faster.

visionOS 26+ / macOS 15+ / iOS 26+

dispatch-session

macbook-pro.local

$ claude
Working...
Edit src/api.ts
+24 -8
const api = {
  fetch: async,
  cache: true
}

One voice. Every screen.

💻

macOS

Native Mac app with keyboard support and image paste.

📱

iOS

Development on the go with touch controls.

🌐

Web

Connect from any browser. Zero install.

Three steps. No friction.

1

Speak your intent

Hold the mic and describe what you want. "Add form validation to checkout." Natural language, no syntax required.

"Add dark mode to settings"
2

Watch Claude work

Terminal opens automatically. Watch files read, code written, tests run. Full transparency into AI reasoning.

1async function toggleDarkMode() {
2 const current = await getTheme();
3 const next = current === 'dark' ? 'light' : 'dark';
4 await setTheme(next);
5}
3

Browse live results

When Claude opens a browser, you see it too. Live frames via CDP. Click to interact.

localhost:3000/settings

Simple. Robust. Fast.

🥽

Dispatch App

Voice + Terminal UI

WebSocket

Go Server

PTY + Streaming

PTY
🤖

Claude Code

AI Development

Built for real work

🔗

Session Persistence

Sessions survive restarts. 1M char buffer. Reconnect anytime.

📡

Auto-Discovery

Bonjour local. Tailscale tailnet. Servers appear automatically.

🖼️

Image Paste

Paste screenshots directly. Claude sees what you see.

👥

Multi-Client

Multiple devices, one session. All clients synchronized.

🎨

Sixel Graphics

Inline images in terminal. Diagrams render directly.

🔐

Tailscale HTTPS

Auto certs. Secure connections across your tailnet.

🎭

Playwright MCP

Browser automation built-in. Login, debug, test.

📦

Docker Ready

Run anywhere. Sandboxed. Deploy in minutes.

Stop typing. Start shipping.

Voice-powered development for the spatial computing era.