Apple · 2026-05-01 · major
Apple Ships Internal CLAUDE.md Files Inside Apple Support App v5.13 Update
Researcher Aaron Perris flagged that Apple Support app version 5.13 shipped with internal CLAUDE.md instruction files left in the bundle. The files describe a chat module mixing 'Juno AI' with live human agents, and confirm Apple is using Anthropic's Claude Code internally on the Support app codebase.

Apple shipped its own Claude Code prompt files in the public Apple Support app, exposing how the team uses Anthropic's coding agent internally.
Key specs
| App version | 5.13 |
|---|---|
| Hn points | 316 |
What is it?
CLAUDE.md files are the per-repo instruction files that Anthropic's Claude Code reads at session start to learn project conventions, architecture rules, and review checklists. Aaron Perris (@aaronp613) noticed that the v5.13 build of Apple's Support app included these dev-only files in the production bundle. The leaked file describes a chat module called 'Juno AI' with three message-routing roles — client, agent, and assistant — alongside notes on async streaming and session persistence.
How does it work?
CLAUDE.md is meant to live in source repositories, never in shipped app bundles. A build-time inclusion path picked up the markdown alongside other resources during the 5.13 packaging step, so the files travelled to the App Store. The screenshots indicate Apple has custom instructions for Claude on how to structure code for an internal customer-support chat, layered on top of the existing public Apple Support iOS app.
Why does it matter?
It is rare-on-the-record evidence of how a major device maker is operationalising AI coding agents internally. It also re-confirms a Mark Gurman line that 'Apple runs on Anthropic' for internal tooling even as Gemini powers consumer Siri. For security teams it is a textbook lesson on packaging hygiene: AI agent context files become a new class of dev artefact that can leak project structure if the build pipeline is not careful.
Who is it for?
Security engineers, build/release teams, anyone integrating Claude Code into a production iOS or macOS workflow.