Files
wehub-resource-sync 1a390b2815
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
/ test (push) Failing after 0s
secretlint / Run secretlint to diff files (push) Failing after 1s
UI-TARS E2E Test / E2E (macos-13) (push) Has been cancelled
UI-TARS E2E Test / E2E (macos-latest) (push) Has been cancelled
UI-TARS E2E Test / E2E (windows-latest) (push) Has been cancelled
CI Test, Typecheck / Test & Typecheck (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:08:49 +08:00

2.5 KiB

Preset Management Guide

Important

Currently, UI-TARS Desktop does not directly provide server-side capabilities, so we do not provide a Preset for the open source community. welcome community developers to contribute your presets here.

A preset is a collection of settings (Introduced at #61), UI-TARS Desktop supports import presets via files or URLs:

graph TD
    A[Import Preset] --> B{Preset Type}
    B -->|File| C[YAML File]
    B -->|URL| D[URL Endpoint]
    C --> E[Manual Updates 🔧]
    D --> F[Auto Sync ⚡]

Preset Types Comparison

Feature Local Presets Remote Presets
Storage Device-local Cloud-hosted
Update Mechanism Manual Automatic
Access Control Read/Write Read-Only
Versioning Manual Git-integrated

Examples

Import from file

UI-TARS Desktop supports importing presets from files. Once the file is parsed successfully, the settings will be automatically updated.

Function Snapshot
Open Setting image
Import Success image
Exception: Invalid Content image

Import from URL

UI-TARS Desktop also supports importing presets from URLs. If automatic updates are set, presets will be automatically pulled every time the application is started.

Function Snapshot
Open Setting image
Import Success (Default) image

Preset Example

name: UI TARS Desktop Example Preset
language: en
vlmProvider: Hugging Face for UI-TARS-1.5
vlmBaseUrl: https://your-endpoint.huggingface.cloud/v1
vlmApiKey: your_api_key
vlmModelName: your_model_name
reportStorageBaseUrl: https://your-report-storage-endpoint.com/upload
utioBaseUrl: https://your-utio-endpoint.com/collect

See all example presets.