You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI-TARS Desktop is a native GUI agent driven by [UI-TARS](https://github.com/bytedance/UI-TARS) and Seed-1.5-VL/1.6 series models, available on your local computer and remote VM sandbox on cloud.
243
+
UI-TARS Desktop is a native GUI agent for your local computer, driven by [UI-TARS](https://github.com/bytedance/UI-TARS) and Seed-1.5-VL/1.6 series models.
244
244
245
245
<divalign="center">
246
246
<p>
@@ -272,7 +272,6 @@ UI-TARS Desktop is a native GUI agent driven by [UI-TARS](https://github.com/byt
272
272
- 💻 Cross-platform support (Windows/MacOS/Browser)
273
273
- 🔄 Real-time feedback and status display
274
274
- 🔐 Private and secure - fully local processing
275
-
- 🛠️ Effortless setup and intuitive remote operators
text: 'If you need to use it for a long-term and stable period, you can log in to the Volcano Engine FaaS to experience the Online Computer Use Agent.',
text: 'If you need to use it for a long-term and stable period, you can log in to the Volcano Engine FaaS to experience the Online Browser Use Agent.',
Copy file name to clipboardExpand all lines: apps/ui-tars/src/renderer/src/const/index.ts
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,18 @@
2
2
* Copyright (c) 2025 Bytedance, Inc. and its affiliates.
3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*/
5
+
import{Operator}from'@main/store/types';
6
+
5
7
exportconstCOMPUTER_OPERATOR='Computer Operator';
6
8
exportconstBROWSER_OPERATOR='Browser Operator';
9
+
10
+
exportconstOPERATOR_URL_MAP={
11
+
[Operator.RemoteComputer]: {
12
+
text: 'If you need to use it for a long-term and stable period, you can log in to the Volcano Engine FaaS to experience the Online Computer Use Agent.',
text: 'If you need to use it for a long-term and stable period, you can log in to the Volcano Engine FaaS to experience the Online Browser Use Agent.',
0 commit comments