Latest Release

Get DeepTask Sandbox

The secure, local-first sandbox for AI and human collaboration workflows. Execute scripts and browser automations with absolute privacy.
Windows

Windows

v1.0.0

Installer for Windows 10/11 (x64)

macOS

v1.0.0

Apple Silicon (M1/M2/M3) and Intel

Linux

Linux

v1.0.0

AppImage and .deb for Ubuntu/Debian

Release History
Changelog
Latest

v1.0.0

  • Official release of DeepTask Sandbox
  • Full support for Model Context Protocol (MCP)
  • Enhanced sandbox isolation for macOS and Linux
  • Optimized browser automation performance
  • Fixed intermittent connection drops in MCP server

v0.9.5

  • Added support for environment variable injection
  • Refined CLI output for better readability
  • Resolved path resolution issues on Windows 11

v0.9.0

  • Initial Beta release for testing
  • Core execution engine for JavaScript and Python
Next Step
Connect to your AI Assistant
DeepTask Sandbox works seamlessly with your assistant via MCP (Model Context Protocol). Compatible with Claude Desktop, Cursor, Windsurf, and more.
MCP CONFIG
{
  "mcpServers": {
    "deeptask": {
      "command": "npx",
      "args": [
        "-y", 
        "@deeptask/sandbox-mcp"
      ]
    }
  }
}