Jarvis Line banner
reitenji reitenji

Jarvis Line

AI community

Description

Voice notifications for Codex, Claude Code, Gemini CLI, and other AI coding agents, powered by hook-driven TTS.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Jarvis Line app icon

Jarvis Line

Voice notifications for AI coding agents, powered by hook-driven TTS.

Hear concise progress, completion, permission, and input-request updates without watching every agent session.

GitHub release CI MIT License Documentation

Jarvis Line turns supported agent events into one short spoken status line and routes it through a single, session-aware audio queue.

Jarvis line: The tests are passing and the branch is ready.

**Release status:** `0.8.3` is beta. The macOS CLI/runtime is the primary validated surface. The macOS app, Windows, and Linux are Preview. See [platform support](https://github.com/reitenji/jarvis-line/wiki/Platform-and-Agent-Support).

Quick Start

python3 -m pip install "git+https://github.com/reitenji/jarvis-line.git@v0.8.3"
jarvis-line setup
jarvis-line doctor
jarvis-line tts test --text "Jarvis line test is ready."

The setup assistant configures language, TTS, agent hooks, and optional attention alerts. It does not edit agent instruction files automatically; review the generated block and paste it into the project or global file your agent reads.

Use `jarvis-line setup --default` for non-interactive local defaults.

For