Skip to content

Arch Linux / Manjaro Community maintained

The repository provides no Arch packages. This software comes from the official Arch repositories, the AUR and archlinuxcn, packaged by their own maintainers. Those versions are independent of the repository versions in the package list.

SoftwareSourcePackage
v2rayofficial extrav2ray
XrayAUR, archlinuxcnxray
v2rayAAUR, archlinuxcnv2raya, v2raya-bin
JuicityAURjuicity-server, juicity-client
daeofficial extra, AUR, archlinuxcndae, dae-avx2-bin, dae-git
daedAUR, archlinuxcndaed, daed-avx2-bin, daed-git
v2ray-rules-datAUR, archlinuxcnv2ray-rules-dat

The commands below use sudo; drop sudo when already in a root shell.

1. Install from the official repositories

dae and v2ray are in the official extra repository and need no AUR helper.

sh
sudo pacman -S dae
sh
sudo pacman -S v2ray

2. Install from the AUR

The remaining software is built by an AUR helper.

With yay:

sh
yay -S xray
sh
yay -S v2raya
sh
yay -S v2raya-bin
sh
yay -S juicity-server
sh
yay -S juicity-client
sh
yay -S v2ray-rules-dat

With paru:

sh
paru -S xray
sh
paru -S v2raya
sh
paru -S v2raya-bin
sh
paru -S juicity-server
sh
paru -S juicity-client
sh
paru -S v2ray-rules-dat

3. Install from archlinuxcn

With archlinuxcn enabled, these packages install from the repository without building. archlinuxcn carries no juicity and no stable dae, which is in the official extra repository.

sh
sudo pacman -S dae-avx2-bin
sh
sudo pacman -S dae-git
sh
sudo pacman -S daed
sh
sudo pacman -S daed-avx2-bin
sh
sudo pacman -S xray
sh
sudo pacman -S v2raya
sh
sudo pacman -S v2ray-rules-dat

For the complete dae and daed installation, configuration and service steps, see dae and daed.