下载
下载 DeepTask Sandbox
用于 AI 和人类协作工作流程的安全、本地优先的沙盒。以绝对隐私执行脚本和浏览器自动化。Windows
Windows 10/11 (x64)
1下载 .exe 安装程序
2运行安装程序并按照说明操作
3从开始菜单启动
macOS
Apple Silicon & Intel (通用)
1下载 .dmg 文件
2拖到应用程序文件夹
3从应用程序打开
4如果提示,点击"仍然打开"
Linux
AppImage & .deb (x64)
1Ubuntu/Debian:使用 .deb 文件
2其他:使用 .AppImage
3使用 chmod +x 使其可执行
4运行应用程序
连接 AI 助手 (MCP)
DeepTask 沙盒包含一个独立的 MCP 服务器,为 AI 助手提供对沙盒环境的安全访问。Windows
{
"mcpServers": {
"deeptask": {
"command": "C:\\Program Files\\deeptask-sandbox\\resources\\mcp\\deeptask-mcp.exe",
"args": [
"--stdio"
]
}
}
}macOS
{
"mcpServers": {
"deeptask": {
"command": "/Applications/DeepTask Sandbox Beta.app/Contents/Resources/mcp/deeptask-mcp",
"args": [
"--stdio"
]
}
}
}Linux
{
"mcpServers": {
"deeptask": {
"command": "/opt/deeptask-sandbox/resources/mcp/deeptask-mcp",
"args": [
"--stdio"
]
}
}
}如果您将 DeepTask 沙盒安装到自定义位置,请记得相应调整配置中的路径。