Analysis updated 2026-05-18
Install the agent alongside an existing Claude Code session to mirror it to your phone.
Pair a phone with a QR code to review AI coding progress away from the keyboard.
Send new instructions to a running Claude Code session from a mobile browser.
Use the hosted web client at web.bedcoder.org without installing anything extra.
| shipunyc/bedcoder | clipboardhealth/groundcrew | elbelicojackson-hue/haking-code- | |
|---|---|---|---|
| Stars | 31 | 31 | 31 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 2/5 | 4/5 | 5/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires installing a local agent next to your existing Claude session, plus pairing a phone via QR code or an eight-character code.
Bedcoder is a tool that lets you control an AI coding session from your phone while the main session continues running on your desktop computer. The idea is that you might have Claude Code open at your desk but want to review progress or give new instructions while lying down or away from the keyboard. Rather than replacing the desktop session, Bedcoder runs beside it and mirrors the interaction to a mobile-friendly web interface. It works by installing a small background program, called the agent, next to your existing Claude session on your computer. This agent encrypts all messages end-to-end using a per-session key and sends them through a relay server to the phone interface. The relay handles routing only and never sees message content. Pairing is done by scanning a QR code or entering an eight-character code, followed by confirming a six-digit security number to protect against interception. No account or signup is required. The tool supports multiple AI providers: Anthropic's Claude, MiniMax, GLM from Z.AI, DeepSeek, and any model available on OpenRouter. The provider choice is made on first launch and cached afterward. Sessions are shared with the official Claude CLI, so a conversation started on the phone can be continued at the desktop terminal without any duplication. The open-source repository contains four parts: the Node.js agent that runs on your computer, a Go relay server for message routing, shared TypeScript type definitions for the communication protocol, and integration tests. The mobile client is not yet open source. A hosted web client is available at web.bedcoder.org for immediate use. The project is licensed under GPL-3.
A tool that mirrors your desktop Claude Code session to a phone so you can review progress or send new instructions remotely.
Mainly TypeScript. The stack also includes Node.js, TypeScript, Go.
You can use and modify this freely, but if you distribute it or run a modified version as a network service, you must release your source code under the same license.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.