diff --git a/README.md b/README.md
index 3633869..ef44838 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,10 @@ UI-TARS Desktop is a GUI Agent application based on [UI-TARS (Vision-Language Mo
### ⚠️ Important Announcement: GGUF Model Performance
-The **GGUF model** has undergone quantization, but unfortunately, its performance cannot be guaranteed. As a result, we have decided to **downgrade** it.
+The **GGUF model** has undergone quantization, but unfortunately, its performance cannot be guaranteed. As a result, we have decided to **downgrade** it.
-💡 **Alternative Solution**:
-You can use **[Cloud Deployment](#cloud-deployment)** or **[Local Deployment [vLLM]](#local-deployment-vllm)**(If you have enough GPU resources) instead.
+💡 **Alternative Solution**:
+You can use **[Cloud Deployment](#cloud-deployment)** or **[Local Deployment [vLLM]](#local-deployment-vllm)**(If you have enough GPU resources) instead.
We appreciate your understanding and patience as we work to ensure the best possible experience.
@@ -54,10 +54,6 @@ You can download the [latest release](https://github.com/bytedance/UI-TARS-deskt
1. Drag **UI TARS** application into the **Applications** folder
-> **Note**: If app broken, you can use `sudo xattr -dr com.apple.quarantine /Applications/UI\ TARS.app` in Terminal to fix it.
->
->
-
2. Enable the permission of **UI TARS** in MacOS:
- System Settings -> Privacy & Security -> **Accessibility**
- System Settings -> Privacy & Security -> **Screen Recording**
diff --git a/forge.config.ts b/forge.config.ts
index 7038cc3..f437067 100644
--- a/forge.config.ts
+++ b/forge.config.ts
@@ -110,6 +110,8 @@ const config: ForgeConfig = {
}),
},
osxNotarize: {
+ // https://forums.developer.apple.com/forums/thread/128772
+ hardenedRuntime: true,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_PASSWORD,
teamId: process.env.APPLE_TEAM_ID,