Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.23 KB

File metadata and controls

61 lines (44 loc) · 1.23 KB

Devboxes CLI

Sign in, dispatch coding tasks, follow sessions, and run a local Devboxes runner.

Install

pnpm add --global devboxes

macOS

curl -L \
  https://devboxes.ai/install \
  -o devboxes-install

echo "35f4c98f35cbb7b1e1773ea523acccf0e4c5472d297195e0fe01dd965910ba32  devboxes-install" \
  | shasum -a 256 --check

sh devboxes-install

Linux

curl -L \
  https://devboxes.ai/install \
  -o devboxes-install

echo "35f4c98f35cbb7b1e1773ea523acccf0e4c5472d297195e0fe01dd965910ba32  devboxes-install" \
  | sha256sum --check

sh devboxes-install

Windows and other downloads

Use

devboxes login
devboxes connect
devboxes credentials setup
devboxes doctor
devboxes listen

Dispatch and follow work:

devboxes dispatch "Fix the retry backoff" --repo owner/name
devboxes status <agentSessionId>
devboxes result <agentSessionId>
devboxes mcp

See the Devboxes documentation for the user guide. Report bugs on the issue tracker and security concerns through the security policy.