EveryDev.ai
Subscribe
Home
Tools

3,864+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Claude Read Aloud
    Claude Read Aloud icon

    Claude Read Aloud

    Voice Synthesis

    A Claude Code plugin and VS Code extension that reads Claude's replies aloud using free local voices or premium TTS APIs like ElevenLabs, OpenAI, and Speechify.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. Use system voices at no cost or bring your own API keys for premium cloud TTS providers.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    VS Code

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Voice SynthesisAI Coding AssistantsBrowser Extensions

    Alternatives

    VoiceboxSupertonicVocalVia
    Developer
    Michael GiffordMichael Gifford builds open-source developer tools focused o…

    Listed Sep 2026

    About Claude Read Aloud

    Claude Read Aloud is an open-source MIT-licensed project by Michael Gifford that adds text-to-speech playback to Claude Code, letting developers listen to AI replies instead of reading them. It ships as two pieces: a Claude Code plugin (the audio engine) and an optional VS Code extension (the UI layer with buttons, hotkeys, and a settings panel). The project is available on GitHub and free to use out of the box with system voices.

    What It Is

    Claude Read Aloud is a developer accessibility and productivity tool that converts Claude Code's chat replies into spoken audio. It targets developers who spend long sessions in Claude Code and want to reduce eye strain, improve information absorption, or make the tool usable for those with low vision, dyslexia, or screen fatigue. The plugin handles chunked audio synthesis and playback; the VS Code extension surfaces controls natively inside the editor.

    How the Two-Piece Architecture Works

    The project is split deliberately into an engine and a UI layer:

    • Claude Code plugin — handles all voice synthesis, chunked playback, /read-aloud:* slash commands, and an auto-read hook. Written in Python using only the standard library (no pip installs required). Requires Python 3.9+.
    • VS Code extension — adds a status-bar Read Aloud button, a toolbar icon on the Claude Code panel, keyboard shortcuts (Ctrl+Alt+S / Ctrl+Alt+X), a right-click "Read aloud" context menu, an in-chat speaker button beside the microphone, and a settings panel with a searchable voice picker inside Claude's sidebar.

    Terminal-only users need only the plugin. VS Code users install both.

    Voice Provider Options

    The plugin supports a range of TTS providers, from fully free to premium cloud APIs:

    • System (default) — macOS say, Linux speech-dispatcher, or Windows SAPI; zero setup
    • Kokoro — free local neural voice with 54 voices, installed via /read-aloud:voice-setup (~340 MB one-time download, no account needed)
    • Speechify — cloud API, requires SPEECHIFY_API_KEY environment variable
    • ElevenLabs — cloud API, requires ELEVENLABS_API_KEY
    • OpenAI — cloud API, requires OPENAI_API_KEY
    • Command — custom template for any local engine (e.g., Piper), enabling gapless chunked playback via WAV output

    API keys are stored in environment variables, never in the config file. Configuration lives at ~/.config/claude-read-aloud/config.json (or %APPDATA%\claude-read-aloud\config.json on Windows).

    Playback Design and Accessibility Tradeoffs

    Long replies begin playing within 1–3 seconds regardless of length. Text is split at sentence boundaries into ramped chunks — the first chunk is small so audio starts immediately, while subsequent chunks synthesize in parallel with playback, eliminating gaps. Replies are capped at 12,000 characters (~14 minutes of speech), and code blocks are announced as "code omitted" rather than read verbatim. Auto-read is off by default; the README notes that a full working session can produce 4+ hours of speech per day, and most users prefer on-demand triggering.

    The in-chat speaker button works by patching two files of the installed Claude Code extension locally — a userscript-style mod that is opt-in, never leaves the machine, and is automatically re-applied after Claude Code updates. Originals are backed up and fully restorable.

    Setup Path

    claude plugin marketplace add michaelpgifford/claude-read-aloud
    claude plugin install read-aloud@claude-read-aloud
    

    The VS Code extension is available on the VS Code Marketplace as "Claude Read Aloud" or via code --install-extension MichaelGifford.claude-read-aloud-button. Linux users are prompted to run /read-aloud:voice-setup once to replace the default espeak voice with Kokoro.

    Current Status

    The repository was created in August 2026 and last updated in September 2026, with active recent pushes. It carries an MIT license, 7 stars, and 3 forks at the time of indexing. The project is in active development with open issues at zero.

    Claude Read Aloud - 1

    Community Discussions

    Be the first to start a conversation about Claude Read Aloud

    Share your experience with Claude Read Aloud, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT license. Use system voices at no cost or bring your own API keys for premium cloud TTS providers.

    • Free system TTS voices (macOS, Linux, Windows)
    • Free Kokoro local neural voice (54 voices, ~340MB one-time download)
    • All slash commands and auto-read functionality
    • VS Code extension with buttons, hotkeys, and settings panel
    • Custom command provider support

    Capabilities

    Key Features

    • Read Claude Code replies aloud via speaker button, hotkey, or slash command
    • Free system TTS (macOS say, Linux speech-dispatcher, Windows SAPI) with zero setup
    • Kokoro local neural voice with 54 voices, no account required
    • Support for Speechify, ElevenLabs, and OpenAI TTS APIs via environment variable keys
    • Custom command provider for any local TTS engine (e.g., Piper)
    • Chunked playback: audio starts in 1–3 seconds regardless of reply length
    • Auto-read mode for every reply (off by default)
    • VS Code status-bar button, toolbar icon, and keyboard shortcuts (Ctrl+Alt+S / Ctrl+Alt+X)
    • Right-click 'Read aloud' context menu on highlighted text
    • In-chat speaker button beside the Claude Code microphone
    • Settings panel and searchable voice picker inside Claude's sidebar
    • Code blocks announced as 'code omitted' to avoid reading JSON aloud
    • Stop playback mid-sentence via command, button, or hotkey
    • Config stored at ~/.config/claude-read-aloud/config.json

    Integrations

    Claude Code
    VS Code
    Kokoro (local neural TTS)
    Speechify API
    ElevenLabs API
    OpenAI TTS API
    Piper (local TTS engine)
    macOS say
    Linux speech-dispatcher
    Windows SAPI
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Claude Read Aloud and help others make informed decisions.

    Developer

    Michael Gifford

    Michael Gifford builds open-source developer tools focused on accessibility and productivity for AI-assisted coding workflows. The claude-read-aloud project adds text-to-speech capabilities to Claude Code, supporting free local voices through premium cloud TTS APIs. The project is MIT-licensed and written primarily in Python.

    Read more about Michael Gifford
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Voicebox icon

    Voicebox

    Open-source local-first AI voice studio for cloning voices, generating speech across 7 TTS engines, dictating into any app, and giving AI agents a voice.

    Supertonic icon

    Supertonic

    Lightning-fast, on-device text-to-speech system powered by ONNX Runtime that runs entirely locally with no cloud dependency, supporting 31 languages across Python, JavaScript, mobile, and native runtimes.

    VocalVia icon

    VocalVia

    VocalVia transforms documents into editable podcast episodes with AI-generated outlines, scripts, and natural voices — letting you review and edit before audio generation.

    Browse all tools

    Related Topics

    Voice Synthesis

    AI tools that generate human-like speech from text.

    35 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    839 tools

    Browser Extensions

    AI-powered plugins and extensions for web browsers.

    41 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions