Documentation
EverywhereDev is a thin client to a host that owns your project. Install the pocketdev CLI, point it at a host (your machine or the managed cloud), and work from any device.
Install
Requires Node 20+. Installs the pocketdev binary globally.
Install
npm i -g @everywheredev/cliLocal (free)
Run the host on your own machine and connect with a Personal Access Token.
Terminal
export POCKETDEV_MODE=localexport POCKETDEV_TOKEN=<pat>pocketdev treepocketdev open src/index.tspocketdev agent "refactor the parser and run tests"Cloud (premium)
Sign in once with the device flow, then the same commands run against the managed host.
Terminal
pocketdev --profile cloud loginpocketdev --profile cloud agentsCommand reference
pocketdev login
Authenticate (device flow for the cloud profile).
pocketdev tree
Print the project file tree.
pocketdev open <path>
Open a file in the editor view.
pocketdev agent "<task>"
Hand a task to the AI agent (optional).
pocketdev agents
List/attach to running agent sessions.
pocketdev --profile <name> <cmd>
Run against a named connection profile (e.g. cloud).
Manage your account, projects, and plan in the dashboard, or get help on the support page.
