Open Computer Use

活跃
GitHub Python Apache-2.0

简介

基于 E2B 桌面沙箱与开源 LLM 的 Computer Use Agent,实现自然语言驱动桌面自动化。

核心特性

  • 基于 E2B Desktop Sandbox 的安全云端 Linux 桌面环境
  • 通过键盘、鼠标和 Shell 命令操控计算机,实现端到端桌面自动化
  • 支持 10+ 开源 LLM:OS-Atlas、ShowUI、Llama、Gemini、GPT-4o、Claude 等
  • 实时屏幕串流,用户可随时暂停并输入新指令
  • 模块化 Provider 架构,轻松集成新模型和新服务提供商
  • 支持 OpenAI、Anthropic、Groq、DeepSeek、Google 等主流 API

适用场景

💡 用自然语言驱动云端桌面执行复杂任务
💡 测试和验证 GUI 应用的自动化交互流程
💡 构建基于开源 LLM 的 Computer Use Agent 原型
💡 在隔离沙箱中安全执行不受信任的桌面操作

快速开始

brew install poetry ffmpeg && git clone https://github.com/e2b-dev/open-computer-use/ && cd open-computer-use && echo 'E2B_API_KEY="your-key"' > .env && poetry install && poetry run start

相关项目