Latest Release
Get DeepTask Sandbox
The secure, local-first sandbox for AI and human collaboration workflows. Execute scripts and browser automations with absolute privacy.
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"
]
}
}
}