Lybic Docs

Windows Sandbox

Windows system sandbox

Lybic's Windows sandbox provides an isolated cloud-hosted Windows environment so you can run and test code without affecting your host machine. This article covers the main capabilities and how to use the Lybic Windows sandbox.

Sandbox Specifications

Standard users can choose from predefined specs to meet their computing needs. The Windows sandbox specs below are currently available; contact our business team if you need custom configurations:

Spec NameCPU CoresMemoryDisk SpaceShapeIDBilling MultiplierUse Case Description
Standard Windows 10 Sandbox24GB50GB (≈17GB free)beijing-2c-4g-cpu1xSuitable for lightweight agent tasks and testing environments
Windows Sandbox

Preinstalled Software

The Windows sandbox ships with a number of preinstalled apps to simplify development and testing:

SoftwareCategoryVersionInstall PathLaunch Command (omit full path if already in PATH)Notes
WindowsOS22H2 10.0.19045.6218---
Google ChromeBrowser131.0.6778.205C:\Program Files\Google\Chrome\ApplicationC:\Program Files\Google\Chrome\Application\chrome.exeDefault browser
WPS OfficeOffice Suite12.1.0.15374C:\Program Files (x86)\Kingsoft\WPS OfficeC:\Program Files (x86)\Kingsoft\WPS Office\ksolaunch.exe-
CapCutMultimedia6.5.0.2562C:\Users\Administor\AppData\Local\CapCut\AppsC:\Users\Administor\AppData\Local\CapCut\Apps\CapCut.exeVideo editing software
Visual Studio BuildToolsDev Tool2026 (18.1.1)C:\Program Files (x86)\Microsoft Visual Studio\18\BuildToolsC:\Program Files (x86)\Microsoft Visual Studio\18\BuildTools\VC\Auxiliary\Build\vcvars64.batRun the bat script to activate environment variables and tools
PythonDev Tool3.13.11C:\coding\miniconda3python, pip, pip3, uv, conda-env, condaDefault interpreter is Anaconda Python with uv package manager installed
Node.jsDev Tool24.12.0C:\coding\nodejsnode, npm, npx, corepackJavaScript runtime
GolangDev Tool1.25.5C:\coding\go\bingo, gofmt-
RustDev Tool1.92C:\coding\rustcargo, rustc, rustdoc, rustfmt, rust-analyzer, rust-gdb, rust-lldb-
PlaywrightDev Tool1.57C:\coding\nodejs\node_modules\playwrightplaywrightIncludes bundled headless browsers; no install required
7-ZipCompression24.09C:\Program Files\7-Zip7z-
GitVersion Ctrl2.52.0C:\coding\git\cmdgit-
ash shellShellBusybox 1.36Provided via Git (Busybox)ashLightweight Unix shell
cURLNetwork8.13C:\Windows\System32\curl.execurl-
SSH ClientNetwork9.8p1C:\Windows\System32\OpenSSH\sshSSH client

Using the Windows Sandbox

Create and manage Windows sandboxes via the console or the Lybic API (SDK). Once a sandbox is created, connect interactively to the Windows desktop using the lybic Console, lybic Streaming SDK, or lybic Streaming iframe to write code, test, and debug.

On this page