Download

Download DeepTask Sandbox

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

Windows 10/11 (x64)

1Download the .exe installer
2Run the installer and follow instructions
3Launch from your Start menu
macOS
macOS

Apple Silicon & Intel (Universal)

1Download the .dmg file
2Drag to your Applications folder
3Open from Applications
4Click "Open Anyway" if prompted
Linux
Linux

AppImage & .deb (x64)

1Ubuntu/Debian: Use the .deb file
2Others: Use the .AppImage
3Make executable with chmod +x
4Run the application

Connect AI Assistant (MCP)

DeepTask Sandbox includes a standalone MCP server that provides AI assistants secure access to your sandbox environment.
Windows
Windows
{
  "mcpServers": {
    "deeptask": {
      "command": "C:\\Program Files\\deeptask-sandbox\\resources\\mcp\\deeptask-mcp.exe",
      "args": [
        "--stdio"
      ]
    }
  }
}
macOS
macOS
{
  "mcpServers": {
    "deeptask": {
      "command": "/Applications/DeepTask Sandbox Beta.app/Contents/Resources/mcp/deeptask-mcp",
      "args": [
        "--stdio"
      ]
    }
  }
}
Linux
Linux
{
  "mcpServers": {
    "deeptask": {
      "command": "/opt/deeptask-sandbox/resources/mcp/deeptask-mcp",
      "args": [
        "--stdio"
      ]
    }
  }
}

If you installed DeepTask Sandbox to a custom location, remember to adjust the path in the configuration accordingly.

Get Started Guide