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
Terminal
Browser

One voice. Every screen.

💻

macOS

Native Mac app with full keyboard support. Image paste from clipboard. Multi-session management.

📱

iOS

Development on the go. Touch-optimized controls. Seamless session handoff.

🌐

Web

Embedded web UI. Connect from any browser. No installation required.

Three steps. No friction.

1

Speak your intent

Hold the mic button and describe what you want. "Add form validation to the checkout page." "Fix the null pointer exception in the API handler." Natural language, no syntax.

"Add dark mode support to the settings page"

2

Watch Claude work

The terminal opens automatically. Watch Claude read files, write code, run tests. Every action visible in real-time. Full transparency into the AI's reasoning.

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

Browse live results

When Claude opens a browser, you see it too. Live-streamed frames via Chrome DevTools Protocol. Click to interact. OAuth flows, visual debugging, real-time feedback.

localhost:3000/settings

Simple. Robust. Fast.

🥽

Dispatch App

Voice + Terminal UI

WebSocket

Go Server

PTY + Browser Streaming

PTY
🤖

Claude Code

AI Development

Built for real work

🔗

Session Persistence

Sessions survive server restarts. 1M character output buffer. Reconnect and pick up where you left off.

📡

Auto-Discovery

Bonjour for local network. Tailscale for your tailnet. Servers appear automatically.

🖼️

Image Paste

Paste screenshots directly into the terminal. Claude sees what you see.

👥

Multi-Client

Multiple devices on the same session. All clients see the same output.

🎨

Sixel Graphics

Inline image display in terminal. Diagrams and charts render directly.

🔐

Tailscale HTTPS

Auto-provisioned certificates. Secure connections across your tailnet.

🎭

Playwright MCP

Browser automation built-in. Login flows, visual debugging, web testing.

📦

Docker Ready

Run anywhere. Sandboxed Claude Code. Deploy to Sprites.dev in minutes.

Stop typing. Start shipping.

Dispatch is open source. Clone it. Run it. Make it yours.