Claudebrew
Description
Answer Claude Code prompts from your phone over local WiFi. No cloud, no accounts.
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
ClaudeBrew ☕
Answer Claude Code prompts from your phone over local WiFi. No cloud, no accounts — just two devices on the same network.
How it works
- Start the daemon on your Mac — it installs Claude Code hooks and starts a WebSocket server
- Open the mobile app and scan the QR code (or enter IP + PIN manually)
- Claude Code tool requests and output stream to your phone in real time
- Approve or deny permission requests from anywhere in the room
Mac Daemon (Node.js)
├── WebSocket server (:3033) ←→ Mobile App (React Native)
├── Unix socket (/tmp/claudebrew.sock) ←→ Python hook script
└── Hook installer → ~/.claude/settings.json
Requirements
- Mac: Node.js 18+, Python 3
- Phone: iOS or Android, on the same WiFi network
- Claude Code installed and configured
Setup
Daemon
cd apps/daemon
npm install
npm run build
npm start
On first run, the daemon installs hooks into `~/.claude/settings.json` automatically. A QR code is printed in the terminal.
Mobile
cd apps/mobile
npm install
npm run ios # iOS simulator
npm run android # Android device/emulator
Scan the QR code from the terminal, or manually enter the IP address and 4-digit PIN.
Usage
Once connected, the mobile app shows:
- Live output — streaming terminal output from Claude Code
- Permission requests — tool use approvals with Allow / Deny buttons
- Status indicator — working / waiting / done
The daemon queues messages if the phone disconnects and replays them on reconnect.
Project structure
apps/
daemon/ Node.js/TypeScript — WebSocket server, hook installer, Unix socket bridge
mobile/ React Native/Expo — connect screen, session screen, WebSocket client
Key files
| File | Purpose |
|---|---|
apps/daemon/src/types.ts |
Canonical protocol types |
apps/daemon/src/hooks/claudebrew-hook.py |
Python hook invoked by Claude Code |
apps/daemon/src/hook-installer.ts |
Me |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11