Skip to main content

System Requirements

ComponentMinimumRecommended
OSUbuntu 22.04+, macOS 12+, Win10+WSL2Latest stable
RAM8GB16-32GB
Storage20GB50GB+
CPU4 cores8+ cores
NetworkStable connection100+ Mbps

Software Dependencies

Core Requirements

SoftwareVersionInstall CommandVerify
Git2.0+apt install git / brew install gitgit --version
Python3.11 exactlyapt install python3.11 / brew install python@3.11python3.11 --version
Docker20.10+curl -fsSL https://get.docker.com | shdocker --version
Python 3.11 required. Version 3.12+ may cause compatibility issues.

Optional Dependencies

ToolPurposeInstallation
Node.js 18+TrickyArena websitesbrew install node
CondaPython environment managementDownload from anaconda.com
Chrome/ChromiumBrowser automationsudo apt install chromium-browser
SQLite BrowserDatabase inspectionsudo apt install sqlitebrowser

API Keys

Primary LLM Providers

ProviderUsed ByEnvironment VariableGet Key
OpenAIBrowserUse, WebArenaOPENAI_API_KEYplatform.openai.com
AnthropicAgent EANTHROPIC_API_KEYconsole.anthropic.com
GoogleGemini modelsGOOGLE_API_KEYai.google.dev

Agent-Specific Keys

AgentEnvironment VariableGet Key
MultiOnMULTION_API_KEYmultion.ai
DoBrowserDOBROWSER_API_KEYdobrowser.com
SkyvernSKYVERN_API_KEYskyvern.com

Quick Verification

# Check all prerequisites
python3.11 --version
git --version
docker --version
docker compose version

# Test Docker permissions
docker run hello-world

Platform Setup

Ubuntu/Debian

sudo apt update && sudo apt install -y python3.11 git
curl -fsSL https://get.docker.com | sudo sh
sudo usermod -aG docker $USER

macOS

brew install python@3.11 git
brew install --cask docker

Windows

Install WSL2, then follow Ubuntu instructions:
wsl --install -d Ubuntu-22.04

Checklist

  • Python 3.11: python3.11 --version
  • Git: git --version
  • Docker: docker --version
  • Docker permissions: docker run hello-world
  • API keys ready in .env

Next Steps

Docker Setup

Configure Docker for LiteAgent deployment

Local Setup

Set up local development environment

Environment Variables

Configure API keys and settings
I