Package Details: v2rayn 7.22.0-1

Git Clone URL: https://aur.archlinux.org/v2rayn.git (read-only, click to copy)
Package Base: v2rayn
Description: A GUI client for Windows, Linux and macOS, support Xray and sing-box and others
Upstream URL: https://github.com/2dust/v2rayN
Licenses: GPL-3.0-only
Submitter: yidaduizuoye
Maintainer: mhdi (noureddinex)
Last Packager: mhdi
Votes: 24
Popularity: 2.44
First Submitted: 2024-12-30 14:38 (UTC)
Last Updated: 2026-05-16 06:58 (UTC)

Latest Comments

1 2 3 Next › Last »

qubeck commented on 2026-05-14 16:14 (UTC) (edited on 2026-05-14 16:16 (UTC) by qubeck)

v2rayN itself is still using .NET 8, while GlobalHotKeys switched to .NET 10. Somewhat strange decision. 7.22.0 will be using .NET 10. It was released 2 days ago (as a pre-release version), so you can already try to build it.

dyan-premeq commented on 2026-05-14 04:30 (UTC) (edited on 2026-05-14 04:31 (UTC) by dyan-premeq)

Current PKGBUILD depends on dotnet-runtime-10.0, but the packaged v2rayN binary appears to target .NET 8.

On my system, without dotnet-runtime-8.0 installed, it fails to run.

strings /usr/lib/v2rayN/v2rayN | rg 'net8.0|v2rayN.runtimeconfig.json' shows that the installed binary may contain many net8.0 references, but dotnet-runtime-8.0 is treated as an orphan because it's not declared as a dependency.

Please consider adding the dependency dotnet-runtime-8.0, or otherwise verifying the correct runtime requirement.

stingraykiwi commented on 2026-05-02 04:06 (UTC)

Source https://github.com/2dust/v2rayN-core-bin/raw/c58533aca0c90bd269ac90bd9fdfe03ee4450b30/v2rayN-linux-64.zip returns 404.

learturely commented on 2026-05-01 06:08 (UTC)

_bin_commit is no longer valid.

Also, if upstream doesn't use $PATH for core binaries lookup, I think, we can split out a series of v2rayn-core-* pkgs as optdepends for v2rayn, which themselves depend on v2rayn and the respective core pkgs. These pkgs only provide symbolic links to the proxy cores, so arch can be any.

Akari-chan commented on 2026-04-13 17:42 (UTC) (edited on 2026-04-13 17:42 (UTC) by Akari-chan)

Tbf, only one of them is needed, if you want to use xray you only need xray, etc. I think they should all be optional, and say "pick what you want to use".

qubeck commented on 2026-04-10 11:31 (UTC) (edited on 2026-04-10 11:35 (UTC) by qubeck)

Why did you remove sing-box and mihomo, but kept xray in depends, ? v2rayN need xray, sing-box and mihomo to function properly. The problem is v2rayN downloads their binaries to $XDG_DATA_HOME/v2rayN and doesn't use ones from the $PATH. Should it be reported to the upstream?

AnotherAURUser commented on 2026-04-08 14:16 (UTC) (edited on 2026-04-08 14:16 (UTC) by AnotherAURUser)

pkgver=7.20.2
_bin_commit=257501b6f957025197d04e68867dc677600d36ec

works.

19.5 doesn't work for me.

asd25213 commented on 2026-01-27 08:33 (UTC) (edited on 2026-02-02 11:48 (UTC) by asd25213)

Error when updating/installing v7.17.1-1:

bsdtar: Error opening archive: Failed to open '/home/user/.cache/yay/v2rayn/src/extra-source-7.17.1.zip'

The source filename was changed to use a commit hash (65a63f0737d48cd465b985ac51d14557f8618939) instead of version number, but the extraction command still uses ${pkgver} (7.17.1):

    bsdtar -xf "${srcdir}/extra-source-${pkgver}.zip" -C "${srcdir}"

Please update the extraction command to match the new source filename. Thanks!