$git clone https://github.com/bytedance/UI-TARS-desktop<br/>
| 1 | <picture> |
| 2 | <img alt="Agent TARS Banner" src="./images/tars.png"> |
| 3 | </picture> |
| 4 | |
| 5 | <br/> |
| 6 | |
| 7 | ## Introduction |
| 8 | |
| 9 | English | [简体中文](./README.zh-CN.md) |
| 10 | |
| 11 | [](https://trendshift.io/repositories/13584) |
| 12 | |
| 13 | <b>TARS<sup>\*</sup></b> is a Multimodal AI Agent stack, currently shipping two projects: [Agent TARS](#agent-tars) and [UI-TARS-desktop](#ui-tars-desktop): |
| 14 | |
| 15 | <table> |
| 16 | <thead> |
| 17 | <tr> |
| 18 | <th width="50%" align="center"><a href="#agent-tars">Agent TARS</a></th> |
| 19 | <th width="50%" align="center"><a href="#ui-tars-desktop">UI-TARS-desktop</a></th> |
| 20 | </tr> |
| 21 | </thead> |
| 22 | <tbody> |
| 23 | <tr> |
| 24 | <td align="center"> |
| 25 | <video src="https://github.com/user-attachments/assets/c9489936-afdc-4d12-adda-d4b90d2a869d" width="50%"></video> |
| 26 | </td> |
| 27 | <td align="center"> |
| 28 | <video src="https://github.com/user-attachments/assets/e0914ce9-ad33-494b-bdec-0c25c1b01a27" width="50%"></video> |
| 29 | </td> |
| 30 | </tr> |
| 31 | <tr> |
| 32 | <td align="left"> |
| 33 | <b>Agent TARS</b> is a general multimodal AI Agent stack, it brings the power of GUI Agent and Vision into your terminal, computer, browser and product. |
| 34 | <br> |
| 35 | <br> |
| 36 | It primarily ships with a <a href="https://agent-tars.com/guide/basic/cli.html" target="_blank">CLI</a> and <a href="https://agent-tars.com/guide/basic/web-ui.html" target="_blank">Web UI</a> for usage. |
| 37 | It aims to provide a workflow that is closer to human-like task completion through cutting-edge multimodal LLMs and seamless integration with various real-world <a href="https://agent-tars.com/guide/basic/mcp.html" target="_blank">MCP</a> tools. |
| 38 | </td> |
| 39 | <td align="left"> |
| 40 | <b>UI-TARS Desktop</b> is a desktop application that provides a native GUI Agent based on the <a href="https://github.com/bytedance/UI-TARS" target="_blank">UI-TARS</a> model. |
| 41 | <br> |
| 42 | <br> |
| 43 | It primarily ships a |
| 44 | <a href="https://github.com/bytedance/UI-TARS-desktop/blob/main/docs/quick-start.md#get-model-and-run-local-operator" target="_blank">local</a> and |
| 45 | <a href="https://github.com/bytedance/UI-TARS-desktop/blob/main/docs/quick-start.md#run-remote-operator" target="_blank">remote</a> computer as well as browser operators. |
| 46 | </td> |
| 47 | </tr> |
| 48 | </tbody> |
| 49 | </table> |
| 50 | |
| 51 | ## Table of Contents |
| 52 | |
| 53 | <!-- START doctoc generated TOC please keep comment here to allow auto update --> |
| 54 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
| 55 | |
| 56 | - [News](#news) |
| 57 | - [Agent TARS](#agent-tars) |
| 58 | - [Showcase](#showcase) |
| 59 | - [Core Features](#core-features) |
| 60 | - [Quick Start](#quick-start) |
| 61 | - [Documentation](#documentation) |
| 62 | - [UI-TARS Desktop](#ui-tars-desktop) |
| 63 | - [Showcase](#showcase-1) |
| 64 | - [Features](#features) |
| 65 | - [Quick Start](#quick-start-1) |
| 66 | - [Contributing](#contributing) |
| 67 | - [License](#license) |
| 68 | - [Citation](#citation) |
| 69 | |
| 70 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> |
| 71 | |
| 72 | ## News |
| 73 | |
| 74 | - **\[2025-11-05\]** 🎉 We're excited to announce the release of [Agent TARS CLI v0.3.0](https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0)! This version brings streaming support for multiple tools (shell commands, multi-file structured display), runtime settings with timing statistics for tool calls and deep thinking, Event Stream Viewer for data flow tracking and debugging. Additionally, it features exclusive support for [AIO agent Sandbox](https://github.com/agent-infra/sandbox) as isolated all-in-one tools execution environment. |
| 75 | - **\[2025-06-25\]** We released an Agent TARS Beta and Agent TARS CLI - [Introducing Agent TARS Beta](https://agent-tars.com/blog/2025-06-25-introducing-agent-tars-beta.html), a multimodal AI agent that aims to explore a work form that is closer to human-like task completion through rich multimodal capabilities (such as GUI Agent, Vision) and seamless integration with various real-world tools. |
| 76 | - **\[2025-06-12\]** - 🎁 We are thrilled to announce the release of UI-TARS Desktop v0.2.0! This update i |