By malpern
Hear your coding agent's task completions, test failures, build errors, and custom notifications spoken aloud via the VoxClaw macOS/iOS app, with per-project voices, speech queue, and multi-device sync for quick audible feedback without looking at the screen.
npx claudepluginhub malpern/voxclaw --plugin voxclawSpeak a concise final task summary aloud with VoxClaw after completing work.
Speak a concise summary of failing tests or build errors with VoxClaw.
Give your agent a voice. Send text to a Mac running VoxClaw and hear it spoken aloud with OpenAI neural voices or Apple TTS.
Voice conversations with Claude Code using local speech-to-text and text-to-speech
Automatically announces plans, issues, and summaries aloud using TTS. Each project gets a unique voice.
Audio feedback when Claude Code agent completes tasks using pocket-tts
Audio feedback system with multilingual TTS announcements, AI-powered contextual messages, and sound effects for Claude Code. Transform your coding experience with intelligent voice feedback that keeps you informed without breaking your flow.
Complete developer toolkit for Claude Code
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Share bugs, ideas, or general feedback.
Give OpenClaw a voice.
OpenClaw is the open-source personal AI assistant that runs on your devices — your files, your shell, your messaging apps (WhatsApp, Telegram, Slack, Discord, and more). It lives where you work. VoxClaw gives it a voice.
Run VoxClaw on your Mac and hear OpenClaw speak to you. When OpenClaw runs on another computer — a server, a headless box, or a different machine — send text to your Mac over the network and VoxClaw speaks it aloud with high-quality text-to-speech. Apple's built-in voices work out of the box; add your own OpenAI or ElevenLabs API key for neural voices when you want that extra polish. Paste text, pipe from the CLI, or stream from any device on your LAN — and listen.
VoxClaw also includes an iPhone app in this repo (VoxClawIOS/) with the same core listener + teleprompter flow for iOS.
For Codex plugin installation and marketplace distribution, use the separate malpern/codex-marketplace repository. This repository is the main product repo for the app, website assets, releases, and source code.
A macOS menu bar app + CLI tool that reads text aloud using Apple TTS (default), OpenAI TTS (BYOK), or ElevenLabs TTS (BYOK), with an optional teleprompter-style floating overlay and synchronized word highlighting.


🦞 VoxClaw setup pointer for your agentPOST /read, GET /status, and GET /claw, with request validation and structured status payloads_voxclaw._tcp on LAN for peer/device discoveryvoxclawVoxClawIOS/) using the shared core engine/settings stackThe onboarding wizard walks you through setup on first launch. To store an API key manually:
security add-generic-password -a "openai" -s "openai-voice-api-key" -w "sk-..."
Or set the environment variable:
export OPENAI_API_KEY="sk-..."
swift build -c release
./Scripts/package_app.sh
./Scripts/install-cli.sh
The repo includes an iPhone app target.
Open /Users/malpern/local-code/VoxClaw/VoxClawIOS/VoxClawIOS.xcodeproj in Xcode and run the VoxClawIOS scheme on iOS 26+.
voxclaw "Hello, this is a test." # direct text
echo "Read this aloud" | voxclaw # piped stdin
voxclaw --file ~/speech.txt # from file
voxclaw --clipboard # from clipboard
voxclaw --audio-only "No overlay" # audio only, no panel
voxclaw --voice nova "Hello" # OpenAI voice override
voxclaw --rate 1.5 "Hello" # 1.5x speech speed
voxclaw --output hello.mp3 "Hello" # save audio to file (OpenAI)
voxclaw --listen # network mode: listen for text from LAN
voxclaw --send "Hello from CLI" # send text to a running listener
voxclaw --status # check if listener is running
voxclaw # launch menu bar app (no args)
Start VoxClaw in network listener mode on your Mac:
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim