There was an error while loading. Please reload this page.
This guide gets Coder Studio installed, opened, and connected to a first workspace.
Coder Studio can still open files and terminals without an AI CLI installed.
npm install -g @spencer-kit/coder-studio
coder-studio open
The browser opens automatically. If it does not, run:
coder-studio status
Open the displayed local URL in your browser.
If the provider is missing, install the matching CLI and try again.
coder-studio status coder-studio logs coder-studio config coder-studio stop
To change the port:
coder-studio config --port 8080 coder-studio serve --restart
To set a password before LAN or remote access:
coder-studio config --password <strong-password> coder-studio serve --restart