$git clone https://github.com/TurixAI/TuriX-CUAJoin our Discord community for support, discussions, and updates:
| 1 | <p align="center"> |
| 2 | <img src="./doc/LogoHFitted.svg" width="1600" alt="TuriX logo"> |
| 3 | </p> |
| 4 | |
| 5 | <h1 align="center">TuriX · Desktop Actions, Driven by AI</h1> |
| 6 | |
| 7 | <p align="center"><strong>Talk to your computer, watch it work.</strong></p> |
| 8 | |
| 9 | <p align="center"> |
| 10 | <a href="README.md">English</a> | <a href="README.zh-CN.md">中文</a> |
| 11 | </p> |
| 12 | |
| 13 | ## 📞 Contact & Community |
| 14 | |
| 15 | Join our Discord community for support, discussions, and updates: |
| 16 | |
| 17 | <p align="center"> |
| 18 | <a href="https://discord.gg/yaYrNAckb5"> |
| 19 | <img src="https://img.shields.io/discord/1400749393841492020?color=7289da&label=Join%20our%20Discord&logo=discord&logoColor=white&style=for-the-badge" alt="Join our Discord"> |
| 20 | </a> |
| 21 | </p> |
| 22 | |
| 23 | Or contact us with email: contact@turix.ai |
| 24 | |
| 25 | TuriX lets your powerful AI models take real, hands‑on actions directly on your desktop. |
| 26 | It ships with a **state‑of‑the‑art computer‑use agent** (achieves 80% success rate on our OSWorld‑style Mac benchmark and 64.2% success rate on OSWorld) yet stays 100 % open‑source and cost‑free for personal & research use. |
| 27 | |
| 28 | Prefer your own model? **Change in `config.json` and go.** |
| 29 | |
| 30 | ## Table of Contents |
| 31 | - [📞 Contact & Community](#-contact--community) |
| 32 | - [🤖 OpenClaw Skill](#-openclaw-skill) |
| 33 | - [📰 Latest News](#-latest-news) |
| 34 | - [🖼️ Demos](#️-demos) |
| 35 | - [✨ Key Features](#-key-features) |
| 36 | - [📊 Model Performance](#-model-performance) |
| 37 | - [🚀 Quick‑Start (macOS 15+)](#-quickstart-macos-15) |
| 38 | - [1. Download the App](#1-download-the-app) |
| 39 | - [2. Create a Python 3.12 Environment](#2-create-a-python-312-environment) |
| 40 | - [3. Grant macOS Permissions](#3-grant-macos-permissions) |
| 41 | - [3.1 Accessibility](#31-accessibility) |
| 42 | - [3.2 Safari Automation](#32-safari-automation) |
| 43 | - [4. Configure & Run](#4-configure--run) |
| 44 | - [4.4 Skills (Optional)](#44-skills-optional) |
| 45 | - [🤝 Contributing](#-contributing) |
| 46 | - [🗺️ Roadmap](#️-roadmap) |
| 47 | |
| 48 | --- |
| 49 | |
| 50 | ## 🤖 OpenClaw Skill |
| 51 | |
| 52 | Use TuriX via OpenClaw with our published ClawHub skill: |
| 53 | https://clawhub.ai/Tongyu-Yan/turix-cua |
| 54 | |
| 55 | This repo also includes local OpenClaw skill packages in `OpenCLaw_TuriX_skill/`: |
| 56 | - macOS package in `main` (`SKILL.md` + `scripts/run_turix.sh`) |
| 57 | - Windows package in `multi-agent-windows` (`SKILL.md` + `scripts/run_turix.ps1` + `agents/openai.yaml`) |
| 58 | |
| 59 | For installation and permissions, follow `OpenCLaw_TuriX_skill/README.md`. |
| 60 | |
| 61 | --- |
| 62 | |
| 63 | ## 📰 Latest News |
| 64 | |
| 65 | **May 11, 2026** - Now can download **TuriX** from our [official web page](https://www.ngtechai.com). |
| 66 | |
| 67 | **April 8, 2026** - 🚀 Introducing **TuriX 3.0.0-alpha** |
| 68 | |
| 69 | [Download the app](https://www.ngtechai.com/) |
| 70 | |
| 71 | This is our all-in-one productivity app that combines **TuriX CUA + CLI** in one workflow, and adds two new capabilities: |
| 72 | - **TuriX-work** for everyday office execution and task orchestration |
| 73 | - **TuriX-code** for coding, automation, and engineering tasks |
| 74 | |
| 75 | From writing code to handling office tasks, you can execute with CLI precision and close the loop through GUI actions in one continuous flow. |
| 76 | |
| 77 | **March 16, 2026** - 🐧 **Linux support is now available** on branch `multi-agent-linux`. If you want to run TuriX on Linux (for example Ubuntu), switch to that branch first: |
| 78 | ```bash |
| 79 | git checkout multi-agent-linux |
| 80 | ``` |
| 81 | |
| 82 | **March 9, 2026** - Added a new **OpenClaw Flash/Fast Mode skill for macOS** on branch `mac_legacy`. If you want to use this faster, lighter setup, switch to that branch first: |
| 83 | ```bash |
| 84 | git checkout mac_legacy |
| 85 | ``` |
| 86 | |
| 87 | **March 5, 2026** - Updated the **Windows OpenClaw local skill** on branch `multi-agent-windows` with direct dispatch, safer pre-flight checks, and the new `OpenCLaw_TuriX_skill/agents/openai.yaml`. |
| 88 | |
| 89 | **Earlier updates (Jan 2026 and before)** - We shipped v0.3 (DuckDuckGo, Ollama, recoverable memory compression, Skills), published the TuriX OpenClaw skill on ClawHub, upgraded the core architecture to multi-model, and rolled out major model capability improvements including Qwen3-VL support. |
| 90 | |
| 91 | Ready to level up? Update your `config.json` and start automating—happy hacking! 🎉 |
| 92 | |
| 93 | *Stay tuned to our [Discord](https://discord.g |