Files
lume/libs/python/computer-server
Adam 37c5be669b dd browser tool with Playwright for visible browser automation
Add browser tool with Playwright/Firefox support. Includes BrowserManager,
/playwright_exec endpoint, BrowserTool client, and auto-recovery. Fixes
Python version in startup script and adds Playwright to Docker build.
2025-12-02 12:53:25 -05:00
..
2025-11-13 12:59:00 -08:00

Shows my svg

Python macOS Discord PyPI

Computer Server is the server component for the Computer-Use Interface (CUI) framework powering Cua for interacting with local macOS and Linux sandboxes, PyAutoGUI-compatible, and pluggable with any AI agent systems (Cua, Langchain, CrewAI, AutoGen).

Features

  • WebSocket API for computer-use
  • Cross-platform support (macOS, Linux)
  • Integration with CUA computer library for screen control, keyboard/mouse automation, and accessibility

Install

To install the Computer-Use Interface (CUI):

pip install cua-computer-server

Run

Refer to this notebook for a step-by-step guide on how to use the Computer-Use Server on the host system or VM:

Docs