Realtime voice to local coding agents

Design with your voice. Watch localhost change.

Run `rtd`, say the change, and local Codex or Claude agents edit the app you already have open.

localhost:3000/dashboard
Product

Launch board

Todo3
AUTH-112

Harden session refresh

Make token refresh visible in audit logs.

Urgent
DATA-48

CSV import mapping

Remember last selected column presets.

PAY-39

Billing webhooks

Retry failed provider events safely.

In Progress2
ORG-71

SSO domain claim

Add admin review before enforcement.

Urgent
UI-86

Saved board filters

Share filtered views with a permalink.

Done1
TEAM-24

Invite teammates

Polish first-run invite flow.

Terminal - rtd
Last login: today on ttys003
~/linearish $
real time design /Users/dev/linearish
Realtime voice
listening
Listening for a coding task...
Tasks

No tasks dispatched yet.

listening turns 0 queued 0 0.0KB audio · $0.00 est · Codex gpt-5.3-codex-spark · agents 0 · q quit · m mute · u undo · a agent

Quick start

Add your OpenAI key, then run `rtd`.

Your OpenAI key is only used for voice control. Code changes are written by your local Codex or Claude CLI.

Terminal
Last login: today on ttys003
/path/to/your-project $

How it works

The voice model decides intent. Your local coding CLI writes code.

01

Listen

Streams microphone audio to OpenAI Realtime with semantic VAD, so you can speak, pause, correct yourself, and keep moving.

02

Extract

Turns speech into structured coding intents like edit, run, create, delete, explain, or undo.

03

Dispatch

Runs Codex by default, or Claude when selected, against the target workspace using the model you choose.

04

Coordinate

Runs independent tasks in parallel and restarts or cancels active work when you barge in with corrections.

Built for terminal use

A compact TUI for status, transcripts, agents, and control.

Real Time Design does not try to be a new IDE. It sits inside the repo you are already editing and gives your spoken instructions a local execution path.

Terminal - rtd
real time design /Users/dev/project
Realtime voice
listening
heard “Actually keep it on the side.”
Tasks
1. ! KILLED · Codex · edit · navigation
2. ✓ DONE · Codex · edit · sidebar
listening turns 4 queued 0 Codex gpt-5.3-codex-spark · q quit · m mute · u undo · a agent

Controls

Keep your hands on the keyboard when you need them.

mMute or unmute microphone streaming
uAsk the selected agent to undo the last change
aOpen the agent and model picker for future tasks
qQuit the terminal session