Installation - Dr-Incognito/V2Ray-Desktop GitHub Wiki
Operating System Requirements
You can directly use the prebuilt binary packages of V2Ray Desktop on Windows (64 Bit), Linux (64 Bit, GLIBC>=2.23), and macOS.
If you are using Windows (32 Bit) or Linux (32 Bit, or GLIBC < 2.23), you can build V2Ray Desktop from the source code. Please refer to the Compile Guide.
OpenSSL Requirements
If you are using Ubuntu 16.04,Please install OpenSSL>=1.1. If you do not have OpenSSL installed or OpenSSL<1.1, you still can use V2Ray Desktop. But you can not subscribe servers and check updates.
The installation guide for OpenSSL are listed as follows:
Windows
If you are using Windows (64 Bit), you can directly use prebuilt binary for Windows.
For example, you can download v2.1.6 from Releases. After unzipping the compressed file, you can start V2Ray Desktop by double click V2Ray-Desktop.exe.
Linux
If you are using Linux (64 Bit), you can directly use prebuilt AppImage for Linux.
For example, you can use the following commands to run V2Ray Desktop:
wget https://github.com/Dr-Incognito/V2Ray-Desktop/releases/download/2.1.7/V2Ray-Desktop-v2.1.7-linux-x86_64.AppImage
chmod a+x V2Ray-Desktop-v1.5.1-linux-x86_64.AppImage
./V2Ray-Desktop-v1.5.1-linux-x86_64.AppImage
Specially, for Arch Linux users, you can install V2Ray Desktop from AUR。
macOS
If you are using macOS, you can directly use the prebuilt binary for macOS.