Qv2ray (DEPRECATED)

Updated: March 17, 2021

Qv2ray is the only app that supports the latest v2ray protocol on Mac (other than Shadowrocket for M1 Macs).

It is a little complicated to setup as you need to download the graphical user interface separately from the core app.

We have tried to make this guide as simple and straightforward as possible so you can get it up and running easily.

So here goes!

Download and Install

Click here to download the graphical user interface (GUI) app.

Install the app.

IMPORTANT: You need the pre-release version for it to work with our latest API.

If you are downloading from github, download the latest pre-release (right now it's at version 2.7.0-pre2)

Now we need to install Xray-core:

Open terminal and run the following commands.

Step 1: Add tap

brew tap N4FA/xray

Step 2: Install Xray-core

brew install xray-core

If you don't have homebrew installed or get the error "command not found", you need to install homebrew:

Copy-paste the following in your terminal:

xcode-select --install

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

If you encounter a permission issue while installing brew, paste the following into your terminal:

sudo chgrp -R admin $(brew --prefix)/

sudo chmod -R g+w $(brew --prefix)/

Now run the Qv2ray GUI you downloaded before.

Go to Qv2ray > Preferences > Kernel Settings:

Replace the v2ray executable path to: /usr/local/Cellar/xray-core/{XRAY VERSION}/bin/xray

Replace the old v2ray assets path to: /usr/local/Cellar/xray-core/{XRAY VERSION}/share/xray-core

Add your servers

  1. Go to your client area dashboard

  2. Under the Mac OS > Qv2ray, click "COPY API" to copy the API

Paste the API

  1. Open your Qv2ray app

  2. Go to Qv2ray > Groups > Subscription Settings

  3. Paste the API into "Subscription Address" and click "Update subscription"

  4. Click OK

Connect

Double-click on a server to connect.

Or, select a server and click on the "Play" button to the right to connect.

Troubleshooting

We haven't received any reports of any issues with this app yet. If you encounter an issue, please reach out to us. If the issue affects multiple users, we'll add it here.

Last updated

Was this helpful?