This page sets expectations for the current Coder Studio release.
Coder Studio is easiest to understand when its boundaries are explicit. It is not a cloud IDE, not a VS Code replacement, and not an AI model provider.
- Node.js 24 or newer is required.
- Coder Studio is installed as a global npm package.
- Agent sessions depend on local Provider CLIs installed on your machine.
Coder Studio does not bundle Claude, Codex, or other models. It launches and manages local Provider CLIs inside the workspace.
Without a Provider CLI installed, you can:
- open a workspace
- browse files
- use terminals
You cannot create that provider's agent session until the CLI is installed and visible in PATH.
Mobile is best for monitoring and review, not heavy editing.
Good mobile use cases:
- check long-running task progress
- read agent output
- browse files
- inspect Git diffs
- decide whether desktop intervention is needed
Coder Studio is safest on localhost or trusted networks. Cross-device and public access require your own network and authentication setup.
Before remote access:
coder-studio config --password <strong-password>
coder-studio config --host 0.0.0.0
coder-studio serve --restartDo not expose Coder Studio to the public internet without authentication.
The current launch does not focus on:
- hosted cloud workspaces
- team permission systems
- phone-first full coding
- plugin marketplace
- session replay
- cloud preference sync
These may evolve later, but they are not required to understand the first Coder Studio workflow.