TuriX CUA

Active
GitHub Python MIT

Description

Open-source Computer-Use-Agent that automates GUI interactions through natural language instructions, enabling intelligent desktop automation.

Key Features

  • State-of-the-art computer-use agent achieving 80% success rate on macOS and 64.2% on OSWorld benchmark
  • No app-specific APIs required — controls any GUI a human can click
  • Hot-swappable VLM brains via config.json without code changes
  • MCP-ready integration with Claude Desktop and any Model Context Protocol agent
  • Markdown-based skill playbooks for planner-guided multi-step tasks
  • Cross-platform support: macOS, Windows, and Linux

Use Cases

💡 Automate desktop workflows like booking flights, hotels, and ride-shares via natural language
💡 Search the web and create documents, then share them with contacts
💡 Process Excel data and generate charts inserted into PowerPoint presentations
💡 Control any desktop application without writing integration code
💡 Build custom automation skills using markdown playbooks

Quick Start

```bash
# macOS: Download the app from https://turix.ai
# Or manual setup:
git clone https://github.com/TurixAI/TuriX-CUA.git
cd TuriX-CUA
python3.12 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
# Grant Accessibility and Automation permissions in System Settings
# Edit config.json with your model, then:
python main.py
```
Windows/Linux: switch to the corresponding branch first.

Related Projects