DEV Community

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

Collapse
 
dream_twister_4d65a3a36a4 profile image
Fahad R

Multi tenancy would really be helpful. It eliminates the risk of unwanted access and allows multiple people to use it on same device.

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.