TuriX CUA
TuriX is an open-source computer-use agent (CUA) that lets AI models take real desktop actions on macOS, Windows, and Linux using natural language commands.
At a Glance
About TuriX CUA
TuriX is an open-source computer-use agent built by Shenzhen-based NGT-LTD (新升代科技), designed to let AI models operate a desktop the same way a human would — clicking, typing, and navigating across any application without requiring app-specific APIs. The core repository is published under the MIT License on GitHub and also ships as a downloadable desktop app called TuriX SuperAgent. The project targets both personal productivity and enterprise automation workflows.
What It Is
TuriX CUA (Computer-Use Agent) is a Python-based agent framework that combines a vision-language model (VLM) "brain" with a specialized "actor" model to perceive screen content and execute GUI actions. It works across browsers, office suites, messaging apps, and in-house tools — anything a human can click, TuriX can attempt to automate. The agent architecture separates planning, acting, and memory into distinct model roles, each configurable via a single config.json file.
Benchmark Performance
According to the project's README, TuriX scores 64.2% (229.88 / 358) on the full OSWorld benchmark, ranking 3rd overall among all submitted agents at 50 steps. On the team's self-hosted OSWorld-style Mac benchmark, the README reports an 80%+ success rate. The README notes that TuriX was built and optimized for macOS and used zero Linux training data to achieve its OSWorld ranking.
Architecture and Key Capabilities
TuriX separates its agent into four configurable model roles — brain, actor, memory, and planner — each pointing to any compatible VLM provider:
- Hot-swappable models: Switch between TuriX API models, Gemini, Qwen3-VL, Ollama local models, or any OpenAI-compatible endpoint via
config.json - No app-specific APIs required: Operates through the GUI layer, so it works with WhatsApp, Excel, Outlook, and proprietary enterprise tools
- MCP-ready: Exposes a Model Context Protocol interface so Claude for Desktop or any MCP-compatible agent can call TuriX as a skill
- Skills system: Markdown playbooks stored in a
skills/folder; the planner selects relevant skills by name and description, while the brain receives full instructions - Task resume: Persistent memory via
memory.jsonlallows interrupted tasks to be resumed with the sameagent_id
Platform and Setup Path
The open-source repository supports macOS 15+ (Apple Silicon), Windows 10+, and Linux (Ubuntu tested), each on separate branches. Setup requires Python 3.12, a conda environment, and macOS Accessibility + Safari Automation permissions. A pre-built desktop app (TuriX SuperAgent) is also available for download from the official website for users who prefer not to run from source.
Update: TuriX SuperPower 3.0.0-alpha and SuperAgent Launch
The README's latest news section records several significant milestones:
- May 11, 2026: TuriX SuperAgent became available for download from the official website
- April 8, 2026: TuriX SuperPower 3.0.0-alpha launched for macOS Apple Silicon, combining TuriX CUA + CLI in one workflow and adding TuriX-work (office task orchestration) and TuriX-code (coding and engineering automation)
- March 16, 2026: Linux support added on the
multi-agent-linuxbranch - Earlier 2026: v0.3 shipped DuckDuckGo integration, Ollama support, recoverable memory compression, and the Skills system; Qwen3-VL support and TuriX API model upgrades followed
The latest GitHub release is tagged v0.4, published March 6, 2026. The repository had 3,071 stars and 313 forks as of the last recorded update.
Open-Source and Commercial Dual Track
The core CUA framework is MIT-licensed and free for personal and research use. A commercial SaaS product at ngtechai.com offers a subscription-based desktop app with credit-based task execution, enterprise customization, and a dedicated TuriX API platform at turixapi.io. The open-source repo and the commercial app share the same underlying agent technology but serve different deployment needs.
Community Discussions
Be the first to start a conversation about TuriX CUA
Share your experience with TuriX CUA, ask questions, or help others learn from your insights.
Pricing
Free (Open Source)
MIT-licensed open-source CUA framework, free for personal and research use.
- Full CUA agent source code
- macOS, Windows, Linux support
- Hot-swappable VLM models
- MCP integration
- Skills system
免费版 (Free App Tier)
Free tier of the TuriX SuperAgent desktop app with monthly credit refresh.
- 200 credits per month
- ~20 document/spreadsheet/web tasks
- Chat, office, and coding features
标准版 (Standard)
For moderate office use with monthly credit refresh.
- 2000 credits per month
- ~200 document/spreadsheet/web tasks
- Full workflow execution
- Chat, office, and coding features
专业版 (Pro)
For high-frequency office and complex workflow tasks.
- 4000 credits per month
- ~400 document/spreadsheet/web tasks
- CUA fast mode
- Stronger execution, longer task chains
旗舰版 (Flagship)
For teams requiring high-precision and large-scale execution.
- 20000 credits per month
- ~2000 document/spreadsheet/web tasks
- CUA Ultra mode (early access)
- Early access to latest models
企业级定制 (Enterprise)
Flexible custom plans for teams of any size.
- Custom solutions
- Enterprise deployment
- Custom support
- Permission policies
- Multi-user collaboration
Capabilities
Key Features
- Computer-use agent (CUA) for desktop automation
- Natural language task execution across any GUI application
- No app-specific APIs required
- Hot-swappable VLM brain/actor/memory/planner models via config.json
- MCP (Model Context Protocol) integration for Claude and other agents
- Skills system with markdown playbooks for guided automation
- Task resume with persistent memory
- macOS, Windows, and Linux support
- Ollama local model support
- OSWorld benchmark: 64.2% success rate (3rd place)
- 80%+ success rate on self-hosted Mac benchmark
- TuriX SuperPower app combining CUA + CLI + office + coding workflows
- OpenClaw skill integration via ClawHub
