Windows quickstart (PowerShell)
This doc contains **Windows-specific** command syntax for running Agent Canvas with the **Docker sandbox**.
Loading actions...
Skill content
Main instructions and any bundled files for this skill.
Windows quickstart (PowerShell)
This doc contains Windows-specific command syntax for running Agent Canvas with the Docker sandbox.
For the main install options and overall context, see README.md.
Option 2: With a Docker Sandbox (Windows)
Prerequisites:
- Docker Desktop for Windows
- A host directory for
PROJECTS_PATHcontaining the project folders you want the agent to access (create it before starting the container)
docker pull ghcr.io/openhands/agent-canvas:1.6.1 # x-release-please-version
$env:PROJECTS_PATH = Join-Path $HOME "projects" # directory containing your project folders
New-Item -ItemType Directory -Force -Path $env:PROJECTS_PATH, (Join-Path $env:USERPROFILE ".openhands") | Out-Null
docker run -it --rm `
-p 8000:8000 `
-v "$($env:USERPROFILE)\.openhands:/home/openhands/.openhands" `
-v "$($env:PROJECTS_PATH):/projects" `
ghcr.io/openhands/agent-canvas:1.6.1 # x-release-please-version
Open http://localhost:8000/canvas in your browser.
The agent will be able to access any project under PROJECTS_PATH.
Related Skills
Frontend Typescript Linting.mdc
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
Bundle API
Stable surface that Langflow Extension Bundles consume. Every public symbol