OpenWhisperer CLAUDE.md

OpenWhisperer CLAUDE.md is an instructions file for Claude Code from PerIPan/OpenWhisperer. It costs 276 tokens per session, scanned A, original, MIT.

Repository instructions for Open Whisperer, a macOS menu-bar app that adds local voice input and spoken replies to coding agents. They clarify the current Swift architecture and point to AGENTS.md for development rules.

In plain words
What is it for?
Use them when modifying Open Whisperer, especially to understand its Swift and SwiftUI structure, local voice processing, and current development guidance.
Why use it?
They prevent agents from following obsolete README instructions about the former Python server and setup process.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions AGENTS.md.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/peripan/openwhisperer/claude-md
Clone the repo
git clone --depth 1 https://github.com/PerIPan/OpenWhisperer

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for OpenWhisperer CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/peripan/openwhisperer/claude-md.svg)](https://agentmods.dev/instructions/peripan/openwhisperer/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/peripan/openwhisperer/claude-md"><img src="https://agentmods.dev/badge/instructions/peripan/openwhisperer/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 276 This file is loaded in full into every session.
When invoked 276 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00276 $0.00276
Opus 5 $0.00138 $0.00138
Sonnet 5 $0.00055 $0.00055
Haiku 4.5 $0.00028 $0.00028

Measured 6d ago against content hash 9983bb9e7cf4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

OpenWhisperer CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 13 lines

What it actually says

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

What this is

Open Whisperer is a macOS menubar app (Swift/SwiftUI, Apple Silicon, macOS 14+) that adds full voice mode to Claude Code, Codex CLI, and Pi: dictation in (speech→text, typed into the focused app) and spoken replies out (text→speech). Everything runs locally — no cloud APIs.

The README describes an obsolete architecture. README.md documents an out-of-process Python server (unified_server.py, FastAPI, uvicorn, spaCy, MLX Whisper, a ~/mlx-openai-whisper venv, setup.sh, servers/start-servers.sh). All of that is gone. The app was ported to pure Swift with both models running in-process on the ANE. setup.sh and servers/start-servers.sh no longer exist; ignore the README's Python/setup sections for anything architectural. The README's [VOICE:] tag mechanism is also vestigial (see "Voice-turn handshake" below).

For commands, testing, changes workflow, commit message rules, architecture details, and developer conventions: See @AGENTS.md

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 13 lines · 276 tokens per session scan A 9983bb9e7cf4

Subscribe to this mod's changes

OpenWhisperer CLAUDE.md is an instructions file published in the GitHub repository PerIPan/OpenWhisperer (5 stars, last pushed 3d ago), licensed MIT. It adds 276 tokens to every session, about $0.0014 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.