A secure cloud Linux computer powered by E2B Desktop Sandbox and controlled by open-source LLMs.
Desktop.Use.+.Streaming.mp4
- Python 3.10 or later
- git
- E2B API key
- OpenRouter API key
- Fireworks API key
In your terminal:
brew install poetry ffmpeg
In your terminal:
git clone https://github.com/e2b-dev/secure-computer-use/
Enter the project directory:
cd secure-computer-use
Create a .env
file in secure-computer-use
and set the following:
# Get your API key here - https://e2b.dev/
E2B_API_KEY="your-e2b-api-key"
OPENROUTER_API_KEY="your-openrouter-api-key"
FIREWORKS_API_KEY="your-fireworks-api-key"
Run the following command to start the agent:
poetry install
poetry run start
The agent will start and prompt you for its first instruction.