# TalkShell > Source code for an iPhone app and a Mac server that let you drive Claude Code > by voice. Hold the mic on the phone, your Mac runs the work, the tool calls > come back. One payment of $29 for both halves. The buyer's own coding agent > performs the setup. TalkShell is sold as source, not as an App Store download. The buyer clones a private repository, and their agent reads `CLAUDE.md` and installs it. ## Facts - Price: $29, one payment, no subscription. - Contents: 26 Swift files (17,687 lines) plus one Python file (7,520 lines). - Dependencies: none on either half. The server is Python standard library only. - Server: HTTPS on port 7777, 38 endpoints, token-authenticated, drives Claude Code in real Terminal windows over AppleScript. - App: SwiftUI, iOS 26 deployment target, includes a widget and Live Activity target. - Licence: one developer, no redistribution. - Refund: 14 days, by email. ## Requirements - A Mac running Claude Code - Xcode to build and sign the iPhone app - An Apple Developer account at $99/year for an install that does not expire. Free signing works but must be redone every 7 days. - An iPhone on iOS 26, or lower the deployment target - The buyer's own Claude Code subscription ## What it is not - Not on the App Store. The buyer compiles it. - No support contract. Documentation covers setup; questions go to issues. - No hosted relay. Access away from home uses the buyer's own Cloudflare tunnel. - Not polished. One view file exceeds 10,000 lines. ## Documents - [Full documentation](https://talkshell.app/llms-full.txt): every fact, price, requirement and limitation - [Landing page as Markdown](https://talkshell.app/index.md) - [Product and price as JSON](https://talkshell.app/products.json) - [Setup skill](https://talkshell.app/skills/talkshell-setup/SKILL.md): the installable agent skill - [Authentication](https://talkshell.app/auth.md): nothing here needs credentials - [MCP server card](https://talkshell.app/.well-known/mcp.json) - [A2A agent card](https://talkshell.app/.well-known/agent-card.json) ## Trademark TalkShell is independent. Anthropic does not sponsor or endorse it. Claude and Claude Code are trademarks of Anthropic, named here to describe what this software works with.