Package Details: throne 1.1.6-1

Git Clone URL: https://aur.archlinux.org/throne.git (read-only, click to copy)
Package Base: throne
Description: Cross-platform GUI proxy utility (Empowered by sing-box)
Upstream URL: https://throneproj.github.io
Licenses: GPL-3.0-or-later
Conflicts: throne-bin, throne-git, throne-sysqt-bin
Submitter: mhdi
Maintainer: yangtsesu (parhelia)
Last Packager: yangtsesu
Votes: 33
Popularity: 0.58
First Submitted: 2025-07-20 16:44 (UTC)
Last Updated: 2026-06-09 09:42 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

AlexTalker commented on 2025-11-21 15:00 (UTC)

I've published required changes to build existing release here https://gist.github.com/AlexTalker/58e6a85face6f87a9c6d4df5cb49ecef

The cause was that https://github.com/throneproj/Throne/commit/16788baa87cbd488d9d03415e326cf71f7290538 is vibe-coded and removed only part of the code that was tasked with parsing raw data. It might be fixed in master already.

All the traces of original srslist that was references in removed lines of that commit seem to be gone, maybe the repo was force-pushed, as https://raw.githubusercontent.com/throneproj/routeprofiles/rule-set/list is 404

AnotherAURUser commented on 2025-11-07 13:45 (UTC)

yep, tried 1.0.8 - doesn't build too (cachyos, latest update)

Wennadocta commented on 2025-11-03 18:02 (UTC)

doesn't build anymore, tried in clean chroot too

/home/quela/throne/src/Throne-1.0.7/src/ui/mainwindow.cpp:452:48: error: ‘srslist’ was not declared in this scope
  452 |         std::vector<uint8_t> srsvec(std::begin(srslist), std::end(srslist));
      |                                                ^~~~~~~

Wennadocta commented on 2025-11-03 18:02 (UTC)

doesn't build anymore, tried in clean chroot too

/home/quela/throne/src/Throne-1.0.7/src/ui/mainwindow.cpp:452:48: error: ‘srslist’ was not declared in this scope
  452 |         std::vector<uint8_t> srsvec(std::begin(srslist), std::end(srslist));
      |                                                ^~~~~~~

hirad commented on 2025-08-16 09:37 (UTC) (edited on 2025-08-17 05:33 (UTC) by hirad)

Hi. The current version doesn't work and shows a lot of this in the log when using Tun Mode: dns: exchange failed for mtalk.google.com. IN A: dial tcp XXX.XXX.XXX.XXX:2096: operation was canceled

and this when using System Proxy: connection: open connection to www.google.com:443 using outbound/vless[proxy]: initialize vision: vision: not a valid supported TLS connection: *net.TCPConn

AnotherAURUser commented on 2025-08-05 14:41 (UTC)

go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.

Aftermath commented on 2025-08-04 21:55 (UTC)

Hey @mhdi,

When in doubt, vercmp(8) would be enough.

mhdi commented on 2025-08-04 20:11 (UTC) (edited on 2025-08-04 20:12 (UTC) by mhdi)

Hey @Aftermath,

Thank you for the information. I will consider it for the next releases.