____  ___ ____  ____   __  ______ ____  _  _
|  _ \|_ _/ ___||  _ \ / _\|__  __/ ___|| || |
| | | || |\___ \| |_) / _ \  | | | |    | || |_
| |_| || | ___) |  __/ ___ \ | | | |___ |__   _|
|____/|___|____/|_| /_/   \_\|_|  \____|   |_|
              
DISPATCH TERMINAL INTERFACE v2.6.0
VOICE-FIRST DEVELOPMENT SYSTEM
=============================================
SYSTEM READY _
PLATFORMS: visionOS 26+ | macOS 15+ | iOS 26+ STATUS: [ONLINE]
<< VOICE COMMAND INTERFACE >> PTS/0 | 115200 BAUD
[ * ]
|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|
SESSION: dispatch-session
SERVER: macbook-pro.local:5100
Awaiting voice input...
Hold [REC] and speak command to Claude Code
cat /etc/dispatch/platforms.conf
Displaying supported platform configurations...
# macOS

Native Mac application. Full keyboard support. Image paste from clipboard. Multi-session management.

@ iOS

Mobile development interface. Touch-optimized controls. Seamless session handoff.

~ Web

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

./dispatch --help
DISPATCH WORKFLOW: Three steps. No friction.
01

> Speak Intent

Hold the mic button and describe your intent. Natural language, no syntax required. "Add form validation to checkout." "Fix the null pointer in api.ts."

AUDIO INPUT DETECTED
/\/\/\ /\ /\/\ /\ /\/\/\ \/ \/\/ \/ \/
"Add dark mode support to settings"
02

> Watch Execute

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

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

> Browse 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
+----------------------------------+
| SETTINGS |
+----------------------------------+
| [x] Dark Mode [ENABLED] |
| [ ] Notifications |
| [ ] Auto-save |
+----------------------------------+
| [SAVE] [CANCEL] |
+----------------------------------+
cat /etc/dispatch/architecture.md
System topology: Simple. Robust. Fast.
+-------------------+ +-------------------+ +-------------------+ | | | | | | | DISPATCH APP |<========>| GO SERVER |<========>| CLAUDE CODE | | |WebSocket | | PTY | | | Voice + Term | | PTY + Browser | | AI Development | | | | Streaming | | | +-------------------+ +-------------------+ +-------------------+ | | | | v v [ visionOS ] [ Chrome CDP ] [ macOS ] [ Port 9222+ ] [ iOS ] [ Web ]
ls -la /dispatch/features/
Built for real work. Production ready.

Session Persistence

Sessions survive server restarts. 1M character output buffer. Reconnect and continue.

Auto-Discovery

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

Image Paste

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

Multi-Client

Multiple devices on same session. All clients receive identical 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.

Voice-powered development for the spatial computing era.

dispatch --init
Initializing voice command interface...
[OK] System ready. Awaiting input.