New

Remote relay is now live! Access your agents from anywhere with end-to-end encryption. Read the announcement

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.

Secure remote relay

Access from anywhere via our free public relay. End-to-end encrypted — we can't see your data. No accounts needed.

Remote executors (experimental)

Run Claude on VMs, containers, or other machines via SSH. One Yep Anywhere install manages agents across all your dev environments.

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?

Use our free public relay at relay.yepanywhere.com — just enable it in Settings. All traffic is end-to-end encrypted (SRP-6a + TweetNaCl) and we can't see your data. No accounts required. You can also run your own relay if you prefer.

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.

Can I manage agents on multiple machines?

Yes! Add SSH host aliases in Settings to run Claude on VMs, containers, or remote servers. Sessions sync back via rsync so you get unified history across all your dev environments — filter by machine, see everything in one dashboard. Just needs Claude installed on the remote machine and SSH access. This feature is experimental.

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.