BACK_TO_FEEDAICRIER_2
Voice2Agent adds F8 voice dictation
OPEN_SOURCE ↗
REDDIT · REDDIT// 2h agoOPENSOURCE RELEASE

Voice2Agent adds F8 voice dictation

voice2agent is a lightweight push-to-talk layer for coding agents: press F8, dictate, and paste the transcript into whatever terminal, editor, or agent you’re using. It supports both local STT servers and OpenAI transcription, with a Linux/GNOME-first setup.

// ANALYSIS

This is a narrow tool, and that’s the point: it solves the annoying last mile between speech and the CLI without trying to become a full voice agent platform. The universal clipboard/paste approach is what makes it useful across Codex, Claude Code, OpenClaw, and plain terminals.

  • The main value is friction reduction, not intelligence: it turns voice into a faster input method for agents you already trust
  • Local HTTP STT support means privacy-sensitive users can keep audio on-device or behind an SSH tunnel
  • The implementation is intentionally opinionated around Linux, GNOME shortcuts, ALSA, Wayland, and ydotool, so portability is limited
  • Because it pastes text instead of typing keystrokes, it avoids keyboard-layout edge cases and works across arbitrary apps
  • It sits in the same emerging category as other agent-input utilities, but differentiates by staying minimal and agent-agnostic
// TAGS
clispeechagentautomationopen-sourcevoice2agent

DISCOVERED

2h ago

2026-04-16

PUBLISHED

4h ago

2026-04-16

RELEVANCE

8/ 10

AUTHOR

thomheinrich