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
1. Download the `Tether-v${{ steps.get_version.outputs.VERSION }}-mac.zip` file below
87
103
2. Double-click to extract the zip file
104
+
3. Double-click `install-tether.sh` script (it will handle everything automatically)
105
+
4. Run Tether from your Applications folder!
106
+
107
+
**Manual Installation:**
108
+
1. Download and extract the zip file
109
+
2. Open Terminal and run: `xattr -cr Tether.app` (removes quarantine)
88
110
3. Move `Tether.app` to your Applications folder
89
-
4. Right-click and select "Open" (first time only due to unsigned app)
111
+
4. Double-click to run
112
+
113
+
**If you still get warnings:**
114
+
- Right-click Tether.app → "Open" → "Open" when the warning appears
115
+
- Or go to System Preferences → Security & Privacy → General → Click "Open Anyway"
90
116
91
-
**Note:** The app is unsigned, so macOS may show a security warning on first launch.
92
-
Just right-click → "Open" → "Open" to bypass this warning.
117
+
**Note:** The app is unsigned, which causes macOS security warnings. The `xattr` command removes the quarantine flag that prevents unsigned apps from running.
0 commit comments