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
To use TUN mode (system proxy), set the SUID bit on the Throne binary:
78
+
79
+
```bash
80
+
sudo chmod +s /usr/bin/Throne
81
+
```
82
+
83
+
## macOS
84
+
85
+
Download the appropriate version from [GitHub Releases](https://github.com/throneproj/Throne/releases/latest):
86
+
87
+
-`Throne-x.x.x-macos-arm64.zip` - for Apple Silicon (M1/M2/M3)
88
+
-`Throne-x.x.x-macos-amd64.zip` - for Intel Macs
89
+
-`Throne-x.x.x-macoslegacy-amd64.zip` - for older macOS versions
90
+
91
+
### After Downloading
92
+
93
+
Due to Apple's strict security policy, you must remove the quarantine attribute:
94
+
95
+
```bash
96
+
xattr -d com.apple.quarantine /path/to/Throne.app
97
+
```
98
+
99
+
To enable built-in privilege escalation, grant `Terminal` Full Disk Access in `System Preferences` → `Security & Privacy` → `Privacy` → `Full Disk Access`.
100
+
101
+
## Updating
102
+
103
+
Throne has a built-in update function. You can also download new releases manually from the [Releases page](https://github.com/throneproj/Throne/releases).
104
+
105
+
## Troubleshooting
106
+
107
+
### Antivirus Detection
108
+
109
+
Some antivirus software may flag Throne as malware because its update functionality downloads, removes, and replaces files—similar to ransomware behavior. Additionally, the `System DNS` feature modifies system DNS settings, which some antivirus applications consider dangerous.
110
+
111
+
## Next Steps
112
+
113
+
After installation, proceed to [Configuration](/get_started/configuration/) to set up your proxy profiles.
0 commit comments