Sandboxie Plus

Active
GitHub C GPL-3.0

Description

Sandboxie-plus is a Windows sandbox execution tool that isolates untrusted programs, used by agents to run untrusted code safely.

Key Features

  • Windows sandbox — isolates apps from the host, no contamination
  • Snapshot / revert — file system is reverted when the sandbox ends
  • Network isolation — sandboxed processes can be limited to specific networks
  • Transparent — runs apps in the sandbox without modification
  • Agent-friendly — agent tool calls can be bounded to the sandbox
  • Enterprise management — multi-user sandbox policy distribution

Use Cases

💡 Letting AI agents execute user-supplied untrusted code safely
💡 Isolating suspicious programs or downloaded files on Windows
💡 Disposable runtime environments for development
💡 Isolated dynamic-analysis environments for security research

Quick Start

# Download the installer from
# https://github.com/sandboxie-plus/Sandboxie/releases
# After install:
SbStart.exe cmd /c whoami

Related Projects