File tree 2 files changed +8
-1
lines changed 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ UI-TARS Desktop is a GUI Agent application based on [UI-TARS (Vision-Language Mo
11
11
<p align =" center " >
12
12
   📑 <a href="https://arxiv.org/abs/2501.12326">Paper</a>   
13
13
| 🤗 <a href="https://huggingface.co/bytedance-research/UI-TARS-7B-DPO">Hugging Face Models</a>  
14
- |   🤖 <a href="https://www.modelscope.cn/models/bytedance-research/UI-TARS-7B-DPO">ModelScope</a>  
14
+ |   🤖 <a href="https://www.modelscope.cn/models/bytedance-research/UI-TARS-7B-DPO">ModelScope</a>  
15
15
<br >
16
16
🖥️ Desktop Application   
17
17
|    👓 <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
52
52
53
53
You can download the [ latest release] ( https://github.com/bytedance/UI-TARS-desktop/releases/latest ) version of UI-TARS Desktop from our releases page.
54
54
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
+
55
61
# ## Install
56
62
57
63
# ### MacOS
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ const noopAfterCopy = (
86
86
87
87
const config : ForgeConfig = {
88
88
packagerConfig : {
89
+ appBundleId : 'com.bytedance.uitars' ,
89
90
name : 'UI TARS' ,
90
91
icon : 'resources/icon' ,
91
92
asar : {
You can’t perform that action at this time.
0 commit comments