Skip to content

Upgrading

Terminal window
docker compose pull && docker compose up -d
Terminal window
# Python
pip install --upgrade rayobrowse
# Node.js
npm update rayobrowse

The Docker image and SDKs are versioned independently:

ComponentDistributionContains
Docker image (rayobyte/rayobrowse:latest)Docker HubChromium binary, fingerprint engine, daemon server
Python SDK (rayobrowse)PyPILightweight HTTP client
Node.js SDK (rayobrowse)npmLightweight HTTP client

The SDKs maintain backward compatibility with older daemon versions, but upgrading both together is recommended for the best experience.