Supervise Claude Code from anywhere

A polished web interface for managing Claude Code agents. Walk away from your desk and keep your agents productive from your phone.

Seamless handoff

Work at your desk, walk away, continue exactly where you left off. No friction. Your agent keeps running on your dev machine while you supervise from the couch, the coffee shop, or the school pickup line.

Your desk follows you

Push notifications when approval is needed. Respond from your lock screen. Glance at progress between meetings. The server does the heavy lifting — your phone is just a window.

Share files from anywhere

Upload images, screenshots, and documents directly from your phone. Snap a photo of a whiteboard sketch, share an error screenshot, or attach design mockups — your agent sees exactly what you see.

Multi-session sanity

Stop cycling through terminal tabs. See all your projects at once. Star the important ones, archive the finished ones. Context-switch without losing context.

Screenshots

New session screen with provider selection

Start a new session

Conversation view with file attachments

Chat with file uploads

Session view showing agent response

Watch agents work

Tool approval request

Approve tool requests

Navigation drawer with sessions

Multi-session dashboard

Mobile diff view with todo list

Diffs and todo tracking

Works great on desktop too!

Desktop view Desktop diff view

Features

Mobile-first with file uploads

Approve tool requests, upload files, and share screenshots directly from your phone's camera roll. Works great on desktop too.

Multi-session dashboard

See all your agents at a glance. Star important sessions, archive old ones, easily multitask.

Server-owned processes

Claude runs on your dev machine. Client disconnects don't interrupt work. Pick up where you left off.

Push notifications

Get notified when approval is needed. Uses VAPID with no third-party server required.

Interop first

View sessions running in Claude CLI or VS Code in real time, or resume them later from your phone.

Voice input

Talk to your agents via browser speech API. Great for Linux where SuperWhisper isn't available.

Installation

Install from npm

npm i -g yepanywhere
yepanywhere

Or run from source

git clone https://github.com/kzahel/yepanywhere.git
cd yepanywhere
pnpm install
pnpm start

Then open http://localhost:3400 in your browser. The app auto-detects installed CLI agents.

FAQ

What is this?

A web interface for Claude Code. Like the VS Code extension, but accessible from any device and designed for multi-session workflows.

Do I need Claude CLI installed?

Yes, you need Claude Code (or another supported agent like Codex) installed. Yep Anywhere provides a better interface for managing these agents.

How do I access it from my phone?

For remote access, use something like Tailscale (free) to connect to your dev machine. Enable cookie authentication in settings for security.

Is there a hosted version?

No. This runs entirely on your own machine. No accounts, no cloud, no database. Your sessions stay local.

Can I see sessions started in the terminal?

Yes! Yep Anywhere shows all Claude sessions on your machine, including those started from the CLI or VS Code extension. You can view them in real-time (read-only) or resume them.

What providers are supported?

Claude Code (full support), Codex (limited visibility), Codex-OSS (local models), and OpenCode (experimental). See the README for details.

Is it open source?

Yes, 100% open source under the MIT license. View on GitHub.