Claude-Control: Mobile Remote Control for Claude Code Sessions

✍️ OpenClawRadar📅 Published: April 16, 2026🔗 Source
Claude-Control: Mobile Remote Control for Claude Code Sessions
Ad

Claude-control is an open-source mobile remote control for Claude Code that addresses the problem of sessions idling while you're away from your desk. The tool enables control of Claude Code sessions from your phone using HTTPS and WebSocket connections.

How It Works

The system uses a Node.js server with Express, node-pty, and tmux running on your machine. A React client with xterm.js renders the terminal in your browser, while WebSocket streams PTY output in real time. Sessions live in tmux, ensuring both your terminal and phone display the same content.

Key Features

  • Runs Claude Code in a real PTY (required for interactive mode) inside tmux
  • Detects permission prompts and sends push notifications to your phone
  • Provides Allow/Deny buttons directly from notifications or within the app
  • Includes tiling window manager for multiple concurrent sessions
  • Supports voice input via Web Speech API
  • PWA installable on iPhone/Android without app store requirements
  • CLI tool (cc) to create, list, attach, and kill sessions
Ad

Technical Details

The tool works on macOS and Linux, with Windows support available via WSL. The GitHub repository contains the complete source code and documentation for setup and usage.

This type of tool is useful for developers who use AI coding assistants and need to manage sessions remotely, particularly when Claude Code requires permission prompts that would otherwise stall progress.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Watchtower: A Local Proxy for Monitoring Claude Code API Traffic
Tools

Watchtower: A Local Proxy for Monitoring Claude Code API Traffic

Watchtower is a free, open-source tool that acts as a local HTTP proxy and real-time web dashboard to intercept and display all API traffic between Claude Code (or Codex CLI) and their APIs. It shows requests, SSE streams, tool definitions, system prompts, token usage, and rate limits.

OpenClawRadar
Three MCP servers for e-commerce research with Claude: Shopify, Amazon, and Google Maps tools
Tools

Three MCP servers for e-commerce research with Claude: Shopify, Amazon, and Google Maps tools

A developer built three MCP servers for Claude to analyze Shopify stores without API keys, score Amazon product opportunities, and find/scored local business leads from Google Maps. All are available on Apify.

OpenClawRadar
OpenClaw Agent Gains Phone Call Capability Through Custom Skill
Tools

OpenClaw Agent Gains Phone Call Capability Through Custom Skill

A developer created a custom skill for self-hosted OpenClaw agents that enables phone call functionality, allowing the agent to initiate calls based on triggers like build completions or server outages. The implementation provides voice interaction with full chat capabilities including web searches and alert setup.

OpenClawRadar
ddash: Mermaid Diagram Tool with URL-Based Storage and Claude Code Integration
Tools

ddash: Mermaid Diagram Tool with URL-Based Storage and Claude Code Integration

ddash is a free Mermaid diagram tool where the entire diagram is compressed into the URL hash, requiring no backend, accounts, or storage. It includes a Claude Code skill that lets you generate and open diagrams directly during conversations with commands like /diagram the auth flow.

OpenClawRadar