Shows my svg
[![Python](https://img.shields.io/badge/Python-333333?logo=python&logoColor=white&labelColor=333333)](#) [![macOS](https://img.shields.io/badge/macOS-000000?logo=apple&logoColor=F0F0F0)](#) [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?&logo=discord&logoColor=white)](https://discord.com/invite/mVnXXpdE85) [![PyPI](https://img.shields.io/pypi/v/cua-computer-server?color=333333)](https://pypi.org/project/cua-computer-server/)

**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): ```bash 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: - [Computer-Use Server](../../notebooks/computer_server_nb.ipynb) ## Docs - [Commands](https://trycua.com/docs/libraries/computer-server/Commands) - [REST-API](https://trycua.com/docs/libraries/computer-server/REST-API) - [WebSocket-API](https://trycua.com/docs/libraries/computer-server/WebSocket-API) - [Index](https://trycua.com/docs/libraries/computer-server/index)