Voxlert: Voice Notifications for Claude Code Sessions with Character Voices

What Voxlert Does
Voxlert is a notification system for Claude Code sessions that provides audio alerts when sessions finish or need input. It was created to help developers running multiple Claude Code sessions simultaneously who kept missing when one completed.
Key Features and Implementation
The tool hooks into Claude Code events and speaks notifications using distinct character voices so you can identify which session is talking without looking. Available voices include StarCraft Adjutant, SHODAN from System Shock, GLaDOS from Portal, and the HEV Suit from Half-Life.
Voxlert was built almost entirely within Claude Code sessions, including:
- The hook system for Claude Code events
- Audio pipeline
- Setup wizard
- Voice pack architecture
Technical Details
The system uses an LLM via OpenRouter to convert raw Claude Code events into short in-character lines, then speaks them through local text-to-speech. Everything runs on your local machine.
Installation is done via npm:
npm install -g voxlert
voxlert setupFor TTS functionality, you need Apple Silicon or an NVIDIA GPU. Without these, Voxlert still works as text notifications.
Source and Availability
The project is available on GitHub at https://github.com/settinghead/voxlert and was created by /u/settinghead0.
📖 Read the full source: r/ClaudeAI
👀 See Also

Leanstral: Open-Source Code Agent for Lean 4 and Formal Proof Engineering
Mistral AI released Leanstral, the first open-source code agent designed for Lean 4, with 6B active parameters and Apache 2.0 licensing. Benchmarks show it outperforms larger open-source models and offers competitive performance to Claude at significantly lower cost.

WeAreHere Browser Extension and MCP Tools Scan Website Privacy Practices
Two open-source tools—barebrowse and wearehere—scan websites for trackers, fingerprinting, and data broker connections. The wearehere browser extension shows real-time privacy scores (0-100) as you browse, while MCP servers enable AI assistants to assess any site on command.

Claude Code UltraPlan Workflow Changes and Performance Observations
Claude Code UltraPlan introduces a cloud-based planning workflow with terminal launch, browser review interface, and execution options. Testing showed approximately 2x faster repeated runs than local planning, with mixed quality improvements.

Cull: Open-Source Dataset Curation Engine for AI Image Pipelines
Cull scrapes images from 340+ sources including Civitai, X/Twitter, Reddit, Discord, and booru sites, classifies them with a vision-language model via local LM Studio or Groq, and sorts into category folders with SD prompts and audit records.