Discover and explore top open-source AI tools and projects—updated daily.
shobhit99Control Claude code from your Apple Watch
New!
Top 71.7% on SourcePulse
This project enables users to control and monitor Claude Code sessions directly from their Apple Watch. It targets developers who utilize Claude Code and own an Apple Watch, offering the benefit of real-time terminal output viewing, permission approvals, and voice command execution directly from their wrist, thereby enhancing workflow efficiency and reducing reliance on constant screen monitoring.
How It Works
The system comprises three core components: a Node.js Bridge Server running on a Mac, a SwiftUI iPhone companion app, and a SwiftUI watchOS app. Claude Code events, such as tool usage and permission requests, are intercepted by the Bridge Server via HTTP hooks. The server then streams these events to connected clients using Server-Sent Events (SSE). The iPhone app relays information to the Apple Watch using WCSession. Permission prompts are handled bidirectionally: the bridge blocks until the user approves or denies a request via the watch or phone, after which the decision is returned to Claude Code. This architecture allows for seamless, interactive control of AI coding sessions from a wearable device.
Quick Start & Requirements
cd skill/bridge && npm install../skill/setup-hooks.sh.cd skill/bridge && node server.js.cd ios/ClaudeWatch && xcodegen generate.Highlighted Details
AskUserQuestion prompts, rendering dynamic options as scrollable lists on the watch.PostToolUse, PermissionRequest, and Stop hooks for integration.Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord, Slack), or project roadmap are provided in the README.
Licensing & Compatibility
Limitations & Caveats
2 weeks ago
Inactive
rounak
amantus-ai