| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cua_computer_server-0.1.26-py3-none-any.whl | 2025-10-24 | 58.7 kB | |
| cua-computer-server v0.1.26 source code.tar.gz | 2025-10-24 | 35.8 MB | |
| cua-computer-server v0.1.26 source code.zip | 2025-10-24 | 36.1 MB | |
| README.md | 2025-10-24 | 677 Bytes | |
| Totals: 4 Items | 71.9 MB | 0 | |
cua-computer-server v0.1.26
Computer Server for the Computer Universal Automation (CUA) project
A FastAPI-based server implementation for computer control.
Dependencies
- cua-computer: latest
Usage
:::bash
# Run the server
cua-computer-server
Installation
:::bash
pip install cua-computer-server==0.1.26
What's Changed
- Moved platform-specific deps from computer-server out of optional dependencies (fixes accessibility API not working on macOS, Windows) by @ddupont808 in https://github.com/trycua/cua/pull/508
Full Changelog: https://github.com/trycua/cua/compare/agent-v0.4.35...computer-server-v0.1.26