-
Notifications
You must be signed in to change notification settings - Fork 577
Open
Description
Summary
OpenSandbox currently supports running the server on Linux, macOS, or Windows with WSL2, and the built-in runtime backends are Docker and Kubernetes. However, the built-in sandbox environments appear to target Linux container workloads only.
It would be useful to support Windows-based sandboxes as a first-class runtime option.
Current Situation
From the current documentation and implementation:
server/README.mddocumentsDockerandKubernetesas runtime backends.server/README.mdmentionsWindows with WSL2as a supported host environment for running the server.- Built-in sandbox images such as
sandboxes/code-interpreterare based on Ubuntu/Linux. - There is some Windows-related compatibility code in
execd, but this seems to be host/runtime compatibility rather than support for Windows guest sandboxes.
Because of this, it is unclear whether Windows sandbox workloads are intentionally unsupported, planned, or simply undocumented.
Motivation
Windows-based sandboxes would help with workloads such as:
- Running Windows-only tools or binaries
- Testing agent workflows against native Windows environments
- Supporting desktop automation scenarios that require Windows
- Validating cross-platform behavior for generated code or installers
Proposal
Please consider adding official support, or at least clarifying the roadmap/status, for one or more of the following:
- Windows container-based sandboxes
- Windows VM-based sandboxes
- A pluggable Windows runtime/provider implementation
- Documentation describing why Windows guest sandboxes are not currently supported and what would be required to add them
Questions
- Is Windows sandbox runtime support currently out of scope, planned, or under discussion?
- If it is feasible, which direction is preferred:
- Windows containers
- Windows VMs
- custom provider/runtime extension
- Are there architectural constraints in the current Docker/Kubernetes runtime model that make Windows guest support difficult?
Expected Outcome
At minimum, it would help to have:
- an explicit statement in the docs about whether Windows guest sandboxes are supported
- a roadmap note or design guidance for users who need Windows sandbox environments
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels