Skip to content

Commit 6a656f6

Browse files
committed
docs: brew install
1 parent b2203cf commit 6a656f6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ UI-TARS Desktop is a GUI Agent application based on [UI-TARS (Vision-Language Mo
1111
<p align="center">
1212
&nbsp&nbsp 📑 <a href="https://arxiv.org/abs/2501.12326">Paper</a> &nbsp&nbsp
1313
| 🤗 <a href="https://huggingface.co/bytedance-research/UI-TARS-7B-DPO">Hugging Face Models</a>&nbsp&nbsp
14-
| &nbsp&nbsp🤖 <a href="https://www.modelscope.cn/models/bytedance-research/UI-TARS-7B-DPO">ModelScope</a>&nbsp&nbsp
14+
| &nbsp&nbsp🤖 <a href="https://www.modelscope.cn/models/bytedance-research/UI-TARS-7B-DPO">ModelScope</a>&nbsp&nbsp
1515
<br>
1616
🖥️ Desktop Application &nbsp&nbsp
1717
| &nbsp&nbsp 👓 <a href="https://github.com/web-infra-dev/midscene">Midscene (use in browser)</a>
@@ -52,6 +52,12 @@ We appreciate your understanding and patience as we work to ensure the best poss
5252

5353
You can download the [latest release](https://github.com/bytedance/UI-TARS-desktop/releases/latest) version of UI-TARS Desktop from our releases page.
5454

55+
> **Note**: If you have [Homebrew](https://brew.sh/) installed, you can install UI-TARS Desktop by running the following command:
56+
> ```bash
57+
> brew tap ui-tars/tap
58+
> brew install --cask ui-tars
59+
> ```
60+
5561
### Install
5662
5763
#### MacOS

forge.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ const noopAfterCopy = (
8686

8787
const config: ForgeConfig = {
8888
packagerConfig: {
89+
appBundleId: 'com.bytedance.uitars',
8990
name: 'UI TARS',
9091
icon: 'resources/icon',
9192
asar: {

0 commit comments

Comments
 (0)