Code from anywhere.
Work with your project from your phone — browse the file tree, edit files, watch changes in real time, run a real terminal, and test your API. Self-host free or use the managed cloud.
Your dev environment, on every device
A thin client to your real host — it never owns the work, it just gives you a window into it.
Browse & edit files
Navigate the full project tree and edit files with syntax highlighting — from any device.
Real terminal
A genuine shell on your machine, streamed live. Run builds, tests, git — anything.
Watch changes live
File changes stream in real time, so the view always reflects what's actually on disk.
Test your API
Drive the built-in HTTP proxy to hit your app's endpoints and inspect responses.
Optional AI agent
Hand off a task — “refactor the parser and run tests” — and let the agent work.
Local or cloud, same commands
Run against your own machine for free, or a managed cloud host. Identical commands.
Install in seconds
One command puts the pocketdev binary on your PATH. Needs Node 20+.
npm i -g @everywheredev/cliLocal (free) — run against your own machine
Point the CLI at the host on your machine with a Personal Access Token.
export POCKETDEV_MODE=localexport POCKETDEV_TOKEN=<pat>pocketdev treepocketdev open src/index.tspocketdev agent "refactor the parser and run tests"Cloud (premium) — managed host, OAuth login
Sign in once with the device flow, then the same commands run against the cloud.
pocketdev --profile cloud loginpocketdev --profile cloud agentsStart free, scale to the cloud
The same CLI and the same commands. Pick where the host runs.
Self-host
Free
Run the host on your own machine (LOCAL mode).
- Runs on your hardware
- Personal Access Token over Tailscale
- Full file, terminal & API access
- All CLI commands
Managed Cloud
PremiumHosted
We run the host for you (FULL-REMOTE mode).
- Managed cloud host — nothing to run
- Secure OAuth2 device-flow login
- Access from any device, anywhere
- Everything in Self-host
