Skip to main content
Echo the owlAgentWire
Echo the owl - AgentWire cyberpunk mascot with circuit board patterns

AgentWire

Talk to your AI coding agents. From anywhere.

Push-to-talk for Claude Code from your phone, tablet, or laptop — with a real neural voice out of the box.

New in v1.35

A Real Voice in Under a Minute

A fresh install speaks with Kokoro-82M — a genuinely good neural voice running on pure CPU. The robotic browser voice is the fallback now, not the experience.

No GPU. No certs. No API keys. Identical on macOS, Linux, and Windows. The model (~200 MB) downloads once in the background on first start — the browser voice covers the wait, then upgrades automatically.

voices
32 voices
languages
8 languages
only — no GPU
CPU only — no GPU
params, near the top of the TTS Arena
82M params, near the top of the TTS Arena

pip install agentwire-dev

agentwire portal start

✓ Portal running at http://127.0.0.1:8765

✓ Kokoro-82M voice ready

cursor

Features

Voice control, multi-agent orchestration, and a portal that sees every session.

Voice Out of the Box
Neural Voice, Zero Setup
Install, start the portal, and your agents speak with Kokoro-82M—32 voices, 8 languages, pure CPU. No GPU, no certs, no API keys.
pip install agentwire-dev && agentwire portal start
From Anywhere
Phone Push-to-Talk
Hold to talk to Claude Code from your phone, tablet, or laptop—across every machine you run. No app to install: it's a browser tab secured with a bearer token.
See Everything
Multi-Session Dashboard
Browser-based dashboard with tiling layouts for session windows. Monitor mode (read-only) or Terminal mode (full xterm.js).

Power Features

Worker Orchestration
Spawn worker panes within sessions. Orchestrator coordinates, workers execute. Auto-kill when idle with summary files.
Missions Auto-Dispatcher
Label a GitHub issue agent-ready and walk away. Issues become branches and draft PRs; review feedback routes back to the agent. You stay the reviewer.
Council Multi-Agent
Fan one prompt out to a panel of lenses—critic, historian, devil's advocate—and get a synthesized answer with attribution.
Scheduler + Overnight Queue
Recurring headless agent runs on a schedule, plus an overnight queue: stage your decisions in the evening, wake up to draft PRs.
agentwire ensure -s myproject --task daily-review
Usage-Limit Auto-Recovery
When Claude Code hits a usage limit, the session parks, you get an email with the reset time, and work resumes automatically. Sessions never silently hang.
Remote Machines
Run agents on your GPU server, laptop, or cloud instance from one portal. SSH key setup and tunneling included.
agentwire machine add gpu-server --host 10.0.0.5 --user admin
Git Worktrees
Run multiple agents on the same repo in parallel, each on its own branch. Fork sessions into isolated worktrees.
Safety Hooks
300+ dangerous patterns blocked—rm -rf, force pushes, credential exposure—injected as hooks into every Claude Code session.
MCP Server
100+ tools for agents to manage sessions, spawn workers, and send voice messages. Full control through the MCP protocol.
Bring Your Own Voice
Kokoro ships in the box. Cloned voices, Deepgram, or any TTS engine plug in through a simple HTTP shim contract.
agentwire voiceclone start
Conversation Handoffs
Export any session as a portable, shareable handoff—markdown and HTML—so another agent or human can pick up where it left off.
Session Roles & Types
claude-bypass, pi-glm, restricted and read-only workers. Fine-grained permission control per session.

How It Works

Under a minute to a working voice portal. About 15 minutes for the full experience—phone access from anywhere, Whisper-grade transcription, cloned voices.

  1. Step 01

    Install & Speak

    pip install agentwire-dev, run agentwire init, then agentwire portal start. Open 127.0.0.1:8765 in Chrome—push-to-talk and a real neural voice work immediately. No GPU, no API keys.

  2. Step 02

    Take It Anywhere

    Generate certs and bind to your network—the portal mints a bearer token and your phone becomes a push-to-talk remote for every agent. Beyond your LAN, front it with Cloudflare Tunnel.

  3. Step 03

    Orchestrate Everything

    Spawn workers, dispatch missions from GitHub issues, queue overnight work, schedule recurring runs. Monitor it all from the portal—hands-free.

Locked Down by Default

A tool that pipes your voice to shell-wielding agents should be paranoid. This one is.

Localhost by Default

The portal binds 127.0.0.1 out of the box. Nothing listens on your network until you explicitly ask it to.

Token-Gated Network Access

Binding beyond loopback auto-generates a bearer token required on every request — and the portal refuses to start on a network interface with auth disabled. Origin validation is always on.

Honest About the Internet

A LAN token is not identity. For access from anywhere, the documented path is Cloudflare Tunnel + Zero Trust — not “just port-forward it.”

Full threat model in SECURITY.md.

Install AgentWire

Install from PyPI. Voice works out of the box—the phone-from-anywhere setup takes about 15 minutes more.

pip install agentwire-dev

Join Our Newsletter

Get updates on new features, tutorials, and tips for voice-driven AI development.

We'll only email you about AgentWire updates. No spam, ever.