yepanywhere
v0.1.11
Published
A mobile-first supervisor for Claude Code agents
Maintainers
Readme
A polished web interface for managing Claude and Codex agents. Works great on mobile and desktop — walk away from your desk, watch your kids, 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, documents, and code files 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.
What is this?
If you use Claude Code from the terminal, this gives you a better interface. Auto-detects your installed CLI tools and provides:
- Interop first — View sessions running in Claude CLI, VS Code, or other tools in real time, or resume them later from your phone. No new database — just a tiny JSON cache and optional metadata for starring/archiving
- Multi-session dashboard — See all your agents at a glance, easy multitasking
- Mobile-friendly — Approve requests, upload files, share screenshots and photos directly from your phone's camera roll
- Push notifications — Get notified when approval is needed (VAPID, no third-party server)
- Voice input — Talk to your agents via browser speech API (great for Linux where SuperWhisper isn't available)
- Real-time streaming — Watch agents work with sub-agent visibility
- Read-only mode — Observe CLI sessions in the UI while working in terminal elsewhere
- Resource efficient — Worker/supervisor pattern, doesn't spawn a CLI per task
- Server-owned processes — Client disconnects don't interrupt work
- Fast on mobile — Syntax highlighting and markdown rendering happen server-side, keeping the client lightweight
No database, no cloud, no accounts, no hidden gimmicks. 100% open source. Piggybacks on CLI tools' built-in persistence.
Supported Providers
| Provider | Edit Visibility | Local Models | Approval Flow | Notes | |----------|-----------------|--------------|---------------|-------| | Claude Code | Full | No | Yes (per-tool) | Primary provider, full mobile supervision | | Codex | Black box | No | In-chat only | Can't see what edits are happening | | Codex-OSS | Full | Yes | No | Local models struggle with 6k system prompt | | Gemini | N/A (read-only) | No | N/A | Analysis only, no write tools | | OpenCode | ? | ? | ? | Early integration, approvals not implemented |
Screenshots
Works great on desktop too!
Getting Started
If you can install Claude CLI, you can install this. Minimal dependencies.
npm i -g yepanywhere
yepanywhereOr, from source:
git clone https://github.com/kzahel/yepanywhere.git
cd yepanywhere
pnpm install
pnpm startOpen http://localhost:3400 in your browser. The app auto-detects installed CLI agents.
Remote Access
Easiest: 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.
Self-hosted: Prefer to run your own infrastructure? Use Tailscale, Caddy, or any reverse proxy with SSL termination. See the remote access docs for details.
Development
See DEVELOPMENT.md for build instructions, configuration options, and more.
Why not just use the terminal?
- Fixed-width fonts are hard to read for long text
- No file uploads — can't share screenshots, photos, PDFs, or other files with your agent
- No voice input
- No multi-session overview
- This gives you Claude.ai polish, but self-hosted and editing your code
License
MIT
