Files
computer/libs/python/computer-server/README.md
Tamoghno Kandar e82f4755f7 Update README.md
Fix broken link of Computer Server
2025-11-13 12:59:00 -08:00

2.0 KiB

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