Skip to content
Dr. Incognito edited this page Feb 21, 2020 · 3 revisions

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 Windows or 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 v1.5.1 from Releases. After unzip the compress 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:/Dr-Incognito/V2Ray-Desktop/releases/download/1.5.1/V2Ray-Desktop-v1.5.1-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 prebuilt binary for macOS.

For example, you can download v1.5.1 from Releases.

Clone this wiki locally