-
Notifications
You must be signed in to change notification settings - Fork 2
Quick Start
Spencer edited this page May 22, 2026
·
1 revision
This guide gets Coder Studio installed, opened, and connected to a first workspace.
- Node.js 24 or newer
- Optional: Claude Code CLI for Claude sessions
- Optional: OpenAI Codex CLI for Codex sessions
Coder Studio can still open files and terminals without an AI CLI installed.
npm install -g @spencer-kit/coder-studiocoder-studio openThe browser opens automatically. If it does not, run:
coder-studio statusOpen the displayed local URL in your browser.
- Click the workspace picker.
- Select your project folder.
- Wait for the file tree, Git panel, and terminal area to load.
- Open the Agent panel.
- Choose Claude or Codex.
- Create a session.
- Type a task into the session terminal.
If the provider is missing, install the matching CLI and try again.
coder-studio status
coder-studio logs
coder-studio config
coder-studio stopTo change the port:
coder-studio config --port 8080
coder-studio serve --restartTo set a password before LAN or remote access:
coder-studio config --password <strong-password>
coder-studio serve --restart