Files
lume/libs/python/computer-server
Aditya Bavadekar c33517a42d chore: consolidate Ruff configs, add prettier dependancy and updated documentation usage
- Remove per-package Black, Ruff, and MyPy settings in individual pyproject.toml files
- Centralize Ruff configuration in root pyproject.toml under [tool.ruff.lint] with selected ignores
- Add Prettier setup and usage instructions to Development.md
- Include pnpm install instructions for JS/TS dependencies
- Ensure pre-commit hooks enforce Python and JS/TS formatting consistently
2025-10-22 11:10:21 -07:00
..
2025-10-10 17:18:07 -07:00
2025-09-01 09:34:17 -04: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