DEV Community

Discussion on: Run OpenClaw Locally on Windows Using Windows Sandbox for Secure Isolation

Collapse
 
gramli profile image
Daniel Balcarek

Multitenancy and Windows Sandbox solve different problems.

The goal of this post is actually the opposite of multitenancy: maximize isolation rather than share resources.

While multi-tenancy is efficient, it also introduces additional security complexity, especially around tenant isolation and data boundaries. It doesn’t eliminate risk, it shifts it.

Windows Sandbox, on the other hand, avoids this entirely by providing a clean, isolated environment per execution.