The Problem
You're deep in a Claude Code session. It's working through a complex task.
But you need to step away - grab coffee, take a call, pick up kids.
What do you do? Leave it running and hope nothing goes wrong?
## The Solution: Claw
I built Claw (CLaude AnyWhere) - a zero-dependency Python tool that
lets
you monitor and control Claude Code from any device with a browser.
## Features
- ๐ Live terminal view - see what Claude is doing in real-time
- โก Quick actions - tap
yes,no,continue, orCtrl+C - ๐ฑ Mobile-first - designed for phones with pull-to-refresh
- ๐ Access anywhere -
--shareflag creates instant public URL
## Quick Start
bash
# Install
pip install claw-cli
# Run with remote access
claw --share
That's it. Open the URL on your phone. You're in control.
How It Works
Claw is a lightweight HTTP server that:
1. Captures tmux pane content in real-time
2. Sends keystrokes via tmux send-keys
3. Serves a mobile-optimized dashboard
No dependencies beyond Python stdlib. Works on macOS, Linux, and Windows
(WSL).
Try It Out
GitHub: https://github.com/raullenchai/claw
PyPI: https://pypi.org/project/claw-cli/
Contributions welcome! Check out our good first issue labels.
---
Built for developers who got tired of walking back to their desks ๐ฆ

Top comments (0)