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:
56
+
#### Debian/Ubuntu (.deb)
78
57
79
58
```bash
80
-
sudo chmod +s /usr/bin/Throne
59
+
sudo dpkg -i Throne-x.x.x-debian-*.deb
81
60
```
82
61
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
62
+
The `-system-qt` version does not bundle Qt libraries and relies on system-installed ones. If the GUI fails to load, try the system-qt version.
90
63
91
-
### After Downloading
64
+
### macOS
92
65
93
-
Due to Apple's strict security policy, you must remove the quarantine attribute:
66
+
Extract the ZIP file. Due to Apple's strict security policy, you must remove the quarantine attribute:
94
67
95
68
```bash
96
69
xattr -d com.apple.quarantine /path/to/Throne.app
97
70
```
98
71
99
72
To enable built-in privilege escalation, grant `Terminal` Full Disk Access in `System Preferences` → `Security & Privacy` → `Privacy` → `Full Disk Access`.
100
73
74
+
### RPM-based Distributions
75
+
76
+
For Fedora, RHEL, and openSUSE, use the [RPM repository](https://parhelia512.github.io/).
77
+
78
+
## Package managers
79
+
80
+
Package Manager | Link
81
+
-- | -- | -- | --
82
+
Windows | https://parhelia512.github.io
83
+
Windows | x64 | Windows 10 | windows64.zip
84
+
Windows | ARM64 | Windows 10 | windows-arm64.zip
85
+
Windows | x64 | Windows 7 SP1 | windowslegacy64.zip
86
+
Windows | x86 | Windows 7 SP1 | windows32.zip
87
+
Linux | x64 | GLIBC 2.34 | linux-amd64.zip
88
+
Linux | x64 | GLIBC 2.34 | debian-amd64.deb
89
+
Linux | x64 | GLIBC 2.34 | debian-amd64-system-qt.deb
90
+
Linux | ARM64 | GLIBC 2.38 | linux-arm64.zip
91
+
Linux | ARM64 | GLIBC 2.38 | debian-arm64.deb
92
+
Linux | ARM64 | GLIBC 2.34 | debian-arm64-system-qt.deb
Throne has a built-in update function. You can also download new releases manually from the [Releases page](https://github.com/throneproj/Throne/releases).
0 commit comments