Practical Notes
- Setup time ~10 minutes (install CLI + sign in on one client)
- Two measurable checks: 1 session started and 1 device handoff completed
- GitHub stars + forks (verified): see Source & Thanks
Remote control is valuable when agent runs are long and interrupt-prone:
- Use it for approvals (permissions, prompts, or tool confirmations) without staying at the desk.
- Keep sensitive repos on-device; review what data leaves the machine and how encryption keys are managed.
- Start with a low-risk project to validate handoff reliability.
If you're rolling this out to a team, define a policy: which repos are allowed, and what constitutes sensitive output that must not be viewed on mobile.
FAQ
Q: How do I install the CLI?
A: Run npm install -g happy as shown in the README.
Q: How do I start Claude Code or Codex?
A: Use happy claude or happy codex as a wrapper.
Q: What should I verify first? A: Confirm a full handoff: start on desktop, view/control from mobile/web, then switch back.